summaryrefslogtreecommitdiffhomepage
path: root/src/internal/perk_driver_impl.h
AgeCommit message (Expand)AuthorFilesLines
2018-07-24driver, library interfaces: support alternate fd's for input/output/error/log.midipix1-0/+43
2018-07-14driver: argv usage and error output: use the signal-resilient pe_dprintf().midipix1-0/+1
2017-12-14driver: added -d and -D (list mdso libs [and referenced symbols]).midipix1-0/+2
2016-12-25argv.h: use an option vector rather than a direct pointer to the option table.midipix1-0/+2
2016-11-17driver: added --strings support (list strings found in the coff string table).midipix1-0/+1
2016-11-16driver: added --symbols support (list symbols found in coff symbol table).midipix1-0/+1
2016-11-16driver: removed --output support (no longer needed).midipix1-1/+0
2016-11-15output: renamed pe_output_image_type() --> pe_output_image_category().midipix1-1/+1
2016-11-15driver: added --sections support (print image sections).midipix1-0/+1
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_io_ctx.midipix1-2/+0
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_server_ctx.midipix1-1/+0
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_linker_ctx.midipix1-1/+0
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_output_ctx.midipix1-1/+0
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_symbol_ctx.midipix1-1/+0
2016-11-12driver: added --type support (print image type).midipix1-0/+1
2016-11-10whitespace meditation.midipix1-13/+13
2016-11-10driver: internals: error trace support: added unit context marks.midipix1-0/+14
2016-11-10struct pe_unit_ctx: removed cctx (pass pointer to the driver context instead).midipix1-1/+0
2016-11-10driver: internals: added the static inlined pe_get_driver_ictx() helper.midipix1-0/+14
2016-11-10driver: added initial error info vector and buffer allocation.midipix1-0/+4
2016-11-10utility: added pe_main() as a public interface, refactored accordingly.midipix1-1/+0
2016-11-10utility: add forward declaration of perk_main().midipix1-0/+1
2016-11-10driver: move to header extern declaration of pe_default_options[].midipix1-0/+3
2016-11-10internal headers: consolidate perk_impl.h and perk_driver_impl.h.midipix1-0/+26
2016-11-10program driver: adjust source tree to support multiple skins.midipix1-0/+14