Age | Commit message (Expand) | Author | Files | Lines |
2016-11-10 | argv.h: fix ARGV_OPTARG_OPTIONAL code path for long options. | midipix | 1 | -10/+1 |
2016-11-10 | argv.h: add (harmlessly) missing 'else' in ARGV_OPTARG_OPTIONAL code path. | midipix | 1 | -1/+1 |
2016-11-10 | argv.h: fix semantics of calloc() calls. | midipix | 1 | -6/+8 |
2016-11-10 | argv.h: argv_show_error(): prefix illegal short options with a dash. | midipix | 1 | -1/+1 |
2016-11-10 | argv.h: nitpick (code layout). | midipix | 1 | -18/+54 |
2016-11-10 | argv.h: skip unavailable short/long option records with --help={short|long}. | midipix | 1 | -0/+5 |
2016-11-10 | argv.h: add support for hybrid options (i.e. -std, -pipe). | midipix | 2 | -13/+109 |
2016-11-10 | argv.h: rename ARGV_TAB to (the clearer) ARGV_TAB_WIDTH. | midipix | 1 | -10/+10 |
2016-11-10 | driver: fix semantics of calloc() calls. | midipix | 2 | -2/+2 |
2016-11-10 | argv.h: fix out-of-place initialization of mparalen (and related vars). | midipix | 1 | -5/+5 |
2016-11-10 | build system: fix the shared-app recipe. | midipix | 1 | -1/+1 |
2016-11-10 | build system: application object files: add missing dependency on version.tag. | midipix | 1 | -0/+1 |
2016-11-10 | build system: DESTDIR: avoid accidental posix-special leading two slashes. | midipix | 3 | -12/+12 |
2016-11-10 | whitespace meditation. | midipix | 1 | -1/+1 |
2016-11-10 | argv.h: allow the tab width to be customized. | midipix | 1 | -8/+12 |
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 | whitespace meditation. | midipix | 17 | -133/+133 |
2016-11-10 | driver: make the common context initialization code more generic. | midipix | 1 | -18/+12 |
2016-11-10 | strict-aliasing rule compliance. | midipix | 2 | -3/+9 |
2016-11-10 | version.sh: silent error messages in the absence of a git repository. | midipix | 1 | -1/+1 |
2016-11-10 | argv.h: exclude static function signatures when ARGV_DRIVER is not defined. | midipix | 1 | -2/+2 |
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 | whitespace meditation. | midipix | 1 | -1/+2 |
2016-11-10 | whitespace meditation. | midipix | 1 | -16/+15 |
2016-11-10 | perk.c: support as-is inclusion in multi-call binary projects. | midipix | 1 | -1/+5 |
2016-11-10 | pe_get_unit_ctx: fix function signature (const driver context). | midipix | 2 | -4/+4 |
2016-11-10 | internal headers: consolidate perk_impl.h and perk_driver_impl.h. | midipix | 4 | -32/+27 |
2016-11-10 | internal headers: fix encapsulating macros. | midipix | 2 | -2/+7 |
2016-11-10 | whitespace meditation. | midipix | 1 | -3/+3 |
2016-11-10 | program driver: adjust source tree to support multiple skins. | midipix | 7 | -37/+59 |
2016-11-10 | API redesign 10/10: whitespace meditation. | midipix | 1 | -12/+12 |
2016-11-10 | API redesign 9/10: struct pe_image_summary: elegance. | midipix | 4 | -11/+11 |
2016-11-10 | API redesign 8/10: pe_driver_ctx, pe_unit_ctx: client convenience. | midipix | 1 | -0/+4 |
2016-11-10 | API redesign 7/10: place secondary context structures in struct pe_driver_ctx... | midipix | 2 | -12/+12 |
2016-11-10 | API redesign 6/10: pe_common_ctx: protect i/o members against direct modifica... | midipix | 6 | -25/+30 |
2016-11-10 | API redesign 5/10: pe_unit_ctx: protect members against direct modification. | midipix | 4 | -17/+44 |
2016-11-10 | API redesign 4/10: pe_common_ctx: protect the common context structure agains... | midipix | 5 | -13/+34 |
2016-11-10 | API redesign 3/10: pe_common_ctx: protect the secondary context structures ag... | midipix | 1 | -4/+4 |
2016-11-10 | API redesign 2/10: replace size & version members with attrs vector. | midipix | 1 | -10/+4 |
2016-11-10 | API redesign 1/10: driver: rename struct pe_driver_ctx_impl to pe_driver_ctx_... | midipix | 1 | -7/+7 |
2016-11-10 | internal headers: rename perk_impl.h to perk_reader_impl.h | midipix | 9 | -9/+9 |
2016-11-10 | build system: set TARGET to 'native' as appropriate. | midipix | 1 | -0/+6 |
2016-11-10 | build system: use HOST as a fallback default for TARGET. | midipix | 1 | -0/+1 |
2016-11-10 | build system: explicitly request standard and feature set. | midipix | 1 | -1/+1 |
2016-11-10 | output: forward stdio return values, act on failure. | midipix | 3 | -37/+47 |
2016-11-10 | perk_structs.h: rewrite cleanly; redefine pe_import_lookup_item as a union. | midipix | 5 | -561/+220 |
2016-11-10 | perk_consts.h: correctly define image data dir ordinals (zero-based). | midipix | 1 | -16/+16 |
2016-11-10 | perk_consts.h: normalize macro names (x --> X) | midipix | 1 | -10/+10 |