summaryrefslogtreecommitdiffhomepage
path: root/src/driver/pe_amain.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-30A new home.midipix1-1/+1
2021-07-06Annual chores.midipix1-1/+1
2021-04-09library interfaces: renamed pe_hdrdump_opt_hdr() ==> pe_hdrdump_coff_opt_hdr().midipix1-1/+1
2021-04-09utility: pe_perform_hdrdump_actions(): initial implementation.midipix1-0/+29
2018-08-09front-end utility: pe_main(): remove the redundant argc parameter.midipix1-2/+2
2018-08-05coding-style meditation.midipix1-2/+2
2018-07-24output interfaces: revised API and implementation to use fdctx and pure fdio.midipix1-7/+7
2018-07-24driver, library interfaces: support alternate fd's for input/output/error/log.midipix1-6/+13
2017-12-14output: pe_output_mdso_libraries(): implementation and integration.midipix1-0/+3
2017-02-04annual chores.midipix1-1/+1
2016-11-17output: pe_output_image_strings(): initial implementation and integration.midipix1-0/+3
2016-11-16output: pe_output_image_symbols(): initial implementation and integration.midipix1-0/+3
2016-11-15output: pe_output_image_sections(): implementation and integration.midipix1-0/+3
2016-11-15pe_output_image_category(): signature now matches that of other output api's.midipix1-1/+1
2016-11-15utility: code maintenance: removed pe_paragraph_break().midipix1-17/+2
2016-11-15output: renamed pe_output_image_type() --> pe_output_image_category().midipix1-2/+2
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_io_ctx.midipix1-7/+3
2016-11-13driver: pe_main(): process all units even if errors have been recorded.midipix1-1/+1
2016-11-12output: pe_output_image_type(): implementation and integration.midipix1-0/+3
2016-11-10driver: pe_main(): skip remaining units once an error has occurred.midipix1-1/+1
2016-11-10driver: status codes: refactor and normalize.midipix1-3/+5
2016-11-10utility: error trace and error information: initial integration.midipix1-8/+6
2016-11-10struct pe_unit_ctx: removed cctx (pass pointer to the driver context instead).midipix1-5/+5
2016-11-10pe_output_export_symbols(): added error trace support.midipix1-1/+1
2016-11-10pe_output_import_libraries(): added error trace support.midipix1-3/+5
2016-11-10utility: improved box integration, removed need for build-time macro.midipix1-0/+110