Age | Commit message (Expand) | Author | Files | Lines |
2016-11-10 | output: implemented --pretty=dlltool for exported symbols. | midipix | 4 | -4/+9 |
2016-11-10 | build system: configure: call make host.tag in quiet mode. | midipix | 1 | -1/+1 |
2016-11-10 | build system: Makefile.in: .display-env: $(CROSS_COMPILE)'s label now matches. | midipix | 1 | -1/+1 |
2016-11-10 | build system: Makefile.in: added the .display-project virtual target. | midipix | 1 | -2/+7 |
2016-11-10 | build system: render detection of the native compiler informational only. | midipix | 1 | -4/+4 |
2016-11-10 | build system: added fallback compiler recipe. | midipix | 2 | -0/+36 |
2016-11-10 | build system: configure: fix usage() for out-of-tree builds. | midipix | 1 | -1/+1 |
2016-11-10 | build system: configure, host.sh: use modern portable shell idioms. | midipix | 2 | -24/+24 |
2016-11-10 | build system: added fallback host recipe. | midipix | 5 | -2/+34 |
2016-11-10 | build system: --toolchain: initial implementation. | midipix | 9 | -57/+51 |
2016-11-10 | build system: toolchain archiver: pass arguments as commands. | midipix | 1 | -1/+1 |
2016-11-10 | build system: use the term 'compiler' rather than 'toolchain' where applicable. | midipix | 7 | -23/+23 |
2016-11-10 | build system: darwin: define _DARWIN_C_SOURCE by default. | midipix | 1 | -0/+2 |
2016-11-10 | build system: add support for CFLAGS_OS and CFLAGS_SITE. | midipix | 3 | -1/+11 |
2016-11-10 | argv.h: argv_get(): add missing initializer (ctx.program). | midipix | 1 | -1/+1 |
2016-11-10 | argv.h: reluctantly add ARGV_OPTION_HYBRID_JOINED support. | midipix | 1 | -9/+17 |
2016-11-10 | a sign from heaven. | midipix | 4 | -7/+9 |
2016-11-10 | pe_read_optional_header(): remove accidental semicolons. | midipix | 1 | -2/+2 |
2016-11-10 | pe_get_image_meta(): encode empty statement. | midipix | 1 | -1/+2 |
2016-11-10 | utility: add forward declaration of perk_main(). | midipix | 2 | -0/+2 |
2016-11-10 | driver: move to header extern declaration of pe_default_options[]. | midipix | 2 | -2/+3 |
2016-11-10 | argv.h: main(): fix signatures. | midipix | 4 | -14/+14 |
2016-11-10 | argv.h: hybrid option switches: support comma-based value assignment. | midipix | 1 | -10/+26 |
2016-11-10 | annual chores. | midipix | 17 | -2/+92 |
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 |