Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-11-10 | struct pe_common_ctx: add members for last io operation return value. | midipix | 1 | -0/+2 |
2016-11-10 | conformance fixes: optimized build: variable initialization and default values. | midipix | 2 | -2/+9 |
2016-11-10 | pe_get_image_meta(): assign return value in default code path. | midipix | 1 | -0/+2 |
2016-11-10 | conformance fixes: driver: missing parenthesis. | midipix | 1 | -1/+1 |
2016-11-10 | conformance fixes: driver: missing #include. | midipix | 1 | -0/+1 |
2016-11-10 | conformance fixes: driver: signedness, missing #include. | midipix | 1 | -2/+3 |
2016-11-10 | pretty printer: improved yaml support (import libraries, ,exported symbols). | midipix | 2 | -20/+47 |
2016-11-10 | pretty printer: yaml support: initial implementation. | midipix | 3 | -4/+39 |
2016-11-10 | driver: show usage if neither options nor units were specified. | midipix | 2 | -11/+23 |
2016-11-10 | utility: show version (git commit): initial implementation. | midipix | 1 | -0/+18 |
2016-11-10 | build system: version.sh: initial implementation. | midipix | 2 | -4/+73 |
2016-11-10 | output import libraries and dependency symbols: initial implementation. | midipix | 7 | -8/+82 |
2016-11-10 | move all output action- and formatting flags to a designated header. | midipix | 4 | -10/+14 |
2016-11-10 | whitespace meditation. | midipix | 5 | -25/+35 |
2016-11-10 | internal header rename: perk_output.h --> perk_output_impl.h. | midipix | 3 | -2/+2 |
2016-11-10 | argv_usage(): disable additional space for long items, but keep the logic. | midipix | 1 | -2/+2 |
2016-11-10 | pretty printer: use common prolog/epilog for output stream selection. | midipix | 3 | -20/+40 |
2016-11-10 | driver flags: remove the superfluous FLAG_ prefix. | midipix | 4 | -8/+8 |
2016-11-10 | pe_map_raw_image(): close fd as needed upon stat failure. | midipix | 1 | -1/+8 |
2016-11-10 | pe_get_driver_ctx(): close fdout as needed upon allocation failure. | midipix | 1 | -1/+4 |
2016-11-10 | driver integration 9/9: utilize the driver in the front-end utility. | midipix | 1 | -3/+38 |
2016-11-10 | driver integration 8/9: driver code: initial implementation. | midipix | 4 | -0/+258 |
2016-11-10 | driver integration 7/9: semantic change: 'name'--> 'path' where applicable. | midipix | 2 | -4/+4 |
2016-11-10 | driver integration 6/9: image map & meta logic: API changes (fd,free,ret). | midipix | 3 | -31/+22 |
2016-11-10 | driver integration 5/9: handle internal errors more noisily. | midipix | 1 | -0/+6 |
2016-11-10 | driver integration 4/9: argument vector parser: derive program name as needed. | midipix | 1 | -0/+21 |
2016-11-10 | driver integration 3/9: adjust prototype of pe_output_export_symbols(). | midipix | 2 | -3/+21 |
2016-11-10 | driver integration 2/9: define preliminary driver interfaces. | midipix | 1 | -13/+99 |
2016-11-10 | driver integration 1/9: remove old (ad-hoc) driver, prepare source tree. | midipix | 7 | -134/+15 |
2016-11-10 | initial inclusion of argv.h: thread-safe arg parser and usage screen generator. | midipix | 2 | -0/+840 |
2016-11-10 | perk_api.h: perform fallback linkage checking using canonical macro names. | midipix | 1 | -4/+4 |
2016-11-10 | build system: configure: usage(): initial documentation. | midipix | 2 | -0/+83 |
2016-11-10 | build system: Makefile.in: fix typo. | midipix | 1 | -1/+1 |
2016-11-10 | account for import directory entries with no referenced symbols. | midipix | 1 | -6/+9 |
2016-11-10 | build system: gcc: add missing cross-compilation conditional. | midipix | 1 | -1/+5 |
2016-11-10 | pe_get_image_meta(): prioritize information found in the section directory. | midipix | 1 | -8/+8 |
2016-11-10 | import lookup table: properly interpret the ordinal/name flag. | midipix | 1 | -5/+4 |
2016-11-10 | perk.h: fix whitespace. | midipix | 1 | -1/+1 |
2016-11-10 | perk_consts.h: fix definitions of bitwise constants. | midipix | 1 | -69/+69 |
2016-11-10 | build system: fix support of CC, CPP, and CXX directly passed to configure. | midipix | 5 | -9/+66 |
2016-11-10 | build system: include host definitions prior to toolchain definitions and fix... | midipix | 3 | -3/+2 |
2016-11-10 | build system: add cparser support. | midipix | 2 | -0/+41 |
2016-11-10 | build system: remove dependency on compiler support of the --include switch. | midipix | 1 | -6/+6 |
2016-11-10 | build system: add missing -E in clang's CPP variable definition. | midipix | 1 | -1/+1 |