Age | Commit message (Expand) | Author | Files | Lines |
2016-11-16 | driver: removed --output support (no longer needed). | midipix | 1 | -15/+1 |
2016-11-15 | output: pe_output_image_sections(): implementation and integration. | midipix | 1 | -0/+3 |
2016-11-15 | pe_output_image_category(): signature now matches that of other output api's. | midipix | 1 | -1/+1 |
2016-11-15 | utility: code maintenance: removed pe_paragraph_break(). | midipix | 1 | -17/+2 |
2016-11-15 | output: renamed pe_output_image_type() --> pe_output_image_category(). | midipix | 2 | -4/+4 |
2016-11-15 | driver: added --sections support (print image sections). | midipix | 1 | -0/+4 |
2016-11-14 | libary api: pre-alpha: code maintenance: removed struct pe_io_ctx. | midipix | 3 | -30/+5 |
2016-11-14 | libary api: pre-alpha: code maintenance: removed struct pe_server_ctx. | midipix | 1 | -1/+0 |
2016-11-14 | libary api: pre-alpha: code maintenance: removed struct pe_linker_ctx. | midipix | 1 | -1/+0 |
2016-11-14 | libary api: pre-alpha: code maintenance: removed struct pe_output_ctx. | midipix | 1 | -1/+0 |
2016-11-14 | libary api: pre-alpha: code maintenance: removed struct pe_symbol_ctx. | midipix | 1 | -7/+0 |
2016-11-13 | driver: pe_main(): process all units even if errors have been recorded. | midipix | 1 | -1/+1 |
2016-11-12 | output: pe_output_image_type(): implementation and integration. | midipix | 1 | -0/+3 |
2016-11-12 | driver: added --type support (print image type). | midipix | 1 | -0/+4 |
2016-11-10 | driver: pe_get_unit_ctx(): set driver error context. | midipix | 1 | -0/+3 |
2016-11-10 | driver: pe_main(): skip remaining units once an error has occurred. | midipix | 1 | -1/+1 |
2016-11-10 | pe_get_unit_ctx(): improved error trace report. | midipix | 1 | -2/+3 |
2016-11-10 | driver: status codes: refactor and normalize. | midipix | 1 | -3/+5 |
2016-11-10 | utility: error trace and error information: initial integration. | midipix | 1 | -8/+6 |
2016-11-10 | struct pe_unit_ctx: removed cctx (pass pointer to the driver context instead). | midipix | 2 | -9/+5 |
2016-11-10 | pe_output_export_symbols(): added error trace support. | midipix | 1 | -1/+1 |
2016-11-10 | pe_output_import_libraries(): added error trace support. | midipix | 1 | -3/+5 |
2016-11-10 | pe_map_raw_image(): added error trace support. | midipix | 1 | -1/+1 |
2016-11-10 | pe_get_unit_ctx(): added error trace support. | midipix | 1 | -6/+12 |
2016-11-10 | pe_get_image_meta(): added error trace support. | midipix | 1 | -1/+1 |
2016-11-10 | pe_free_driver_ctx(): fix readability. | midipix | 1 | -2/+2 |
2016-11-10 | driver: added initial error info vector and buffer allocation. | midipix | 1 | -0/+7 |
2016-11-10 | utility: improved box integration, removed need for build-time macro. | midipix | 1 | -0/+110 |
2016-11-10 | code maintenance: mark unused parameter. | midipix | 1 | -0/+2 |
2016-11-10 | driver: added struct pe_source_version, pe_source_version(). | midipix | 1 | -0/+14 |
2016-11-10 | driver: record the flags passed to pe_get_driver_ctx(). | midipix | 1 | -0/+1 |
2016-11-10 | output: implemented --pretty=dlltool for exported symbols. | midipix | 1 | -0/+2 |
2016-11-10 | driver: move to header extern declaration of pe_default_options[]. | midipix | 1 | -2/+0 |
2016-11-10 | argv.h: main(): fix signatures. | midipix | 1 | -2/+2 |
2016-11-10 | annual chores. | midipix | 2 | -0/+12 |
2016-11-10 | driver: fix semantics of calloc() calls. | midipix | 2 | -2/+2 |
2016-11-10 | driver: pe_get_driver_ctx_fail(): add missing 'static' linkage. | midipix | 1 | -1/+1 |
2016-11-10 | driver: improve common context initialization logic. | midipix | 1 | -9/+13 |
2016-11-10 | driver: make the common context initialization code more generic. | midipix | 1 | -18/+12 |
2016-11-10 | whitespace meditation. | midipix | 1 | -1/+1 |
2016-11-10 | fix unit context initialization (path member). | midipix | 1 | -1/+1 |
2016-11-10 | pe_get_unit_ctx: fix function signature (const driver context). | midipix | 1 | -3/+3 |
2016-11-10 | internal headers: consolidate perk_impl.h and perk_driver_impl.h. | midipix | 2 | -2/+1 |
2016-11-10 | whitespace meditation. | midipix | 1 | -3/+3 |
2016-11-10 | program driver: adjust source tree to support multiple skins. | midipix | 1 | -37/+10 |
2016-11-10 | API redesign 10/10: whitespace meditation. | midipix | 1 | -12/+12 |
2016-11-10 | API redesign 7/10: place secondary context structures in struct pe_driver_ctx... | midipix | 1 | -12/+8 |
2016-11-10 | API redesign 6/10: pe_common_ctx: protect i/o members against direct modifica... | midipix | 2 | -13/+14 |
2016-11-10 | API redesign 5/10: pe_unit_ctx: protect members against direct modification. | midipix | 1 | -5/+20 |
2016-11-10 | API redesign 4/10: pe_common_ctx: protect the common context structure agains... | midipix | 2 | -9/+14 |