summaryrefslogtreecommitdiff
path: root/src/driver
AgeCommit message (Expand)AuthorFilesLines
2018-08-17driver: amgc_get_driver_ctx(): support stack-based argv.midipix1-1/+1
2018-08-09front-end utility: amgc_main(): remove the redundant argc parameter.midipix1-2/+2
2018-08-05driver: amgc_stdin_to_tmp(): re-implemented with pure fdio.midipix1-48/+44
2018-08-05output interfaces: revised API and implementation to use fdctx and pure fdio.midipix2-11/+13
2018-08-05driver, library interfaces: support alternate fd's for input/output/error/log.midipix2-13/+76
2018-08-04library: removed amgc_create_driver_ctx() [too much of a good thing].midipix1-23/+0
2018-07-14argv.h: output usage and errors using [argv_]dprintf rather than fprint.midipix1-3/+6
2017-11-04amgc_stdin_to_tmp(): call fflush() upon return.midipix1-0/+6
2017-11-04driver: adjust code following changes in libcparser's API.midipix1-3/+3
2016-12-25argv.h: use an option vector rather than a direct pointer to the option table.midipix1-8/+11
2016-10-26internals: struct amgc_unit_ctx_impl: added error trace support.midipix1-0/+1
2016-10-26driver: amgc_main(): skip remaining units once an error has occurred.midipix1-1/+1
2016-10-26driver: status codes: refactor and normalize.midipix1-3/+5
2016-10-26utility: error trace and error information: initial integration.midipix1-6/+5
2016-10-26amgc_get_unit_ctx(): added error trace support.midipix1-9/+25
2016-10-26amgc_map_input(): added error trace support.midipix1-1/+1
2016-10-26amgc_free_driver_ctx(): fix readability.midipix1-2/+2
2016-10-26driver: added initial error info vector and buffer allocation.midipix1-0/+7
2016-06-25utility: improved box integration, removed need for build-time macro.midipix1-0/+86
2016-05-06code maintenance: mark unused parameters.midipix2-0/+4
2016-04-25driver: added struct amgc_source_version, amgc_source_version().midipix1-0/+14
2016-04-10driver: record the flags passed to amgc_get_driver_ctx().midipix1-0/+1
2016-03-04amgc_driver_ctx_alloc(): rename a shadowing variable.midipix1-3/+3
2016-01-31driver: --print-structs and --print-unions: initial integration.midipix2-0/+16
2016-01-09driver: move to header extern declaration of amgc_default_options[].midipix1-2/+0
2016-01-09amgc_paradigm_meta.c: add include public api header (interface prototype).midipix1-0/+1
2016-01-09argv.h: main(): fix signatures.midipix1-3/+3
2016-01-09amgc_unit_action.c: add missing (explicit) <stdio.h> inclusion.midipix1-0/+1
2016-01-09driver: --print-typedefs: initial implementation.midipix2-0/+16
2016-01-09amgc_perform_unit_action(): initial implementation and integration.midipix1-0/+31
2016-01-06amgc_list_unit_enums(): initial implementation and integration.midipix1-0/+5
2016-01-02action vector and action iteration: initial implementation.midipix1-3/+31
2016-01-01driver: fix out-of-place initialization of uctx.entities.midipix1-1/+1
2016-01-01driver: fix semantics of calloc() calls.midipix2-2/+2
2016-01-01whitespace meditation.midipix1-8/+7
2016-01-01ammgc_get_unit_entities(): initial implementation and integration.midipix1-1/+5
2016-01-01amgc_init_unit_meta(): initial implementation and integration.midipix1-0/+4
2016-01-01driver: added --std support.midipix3-1/+62
2016-01-01driver: generate ast for each unit upon unit context creation.midipix2-1/+49
2016-01-01driver: added driver-level handling of stdin.midipix2-1/+70
2016-01-01driver: add cparser init/exit routines.midipix1-0/+37
2016-01-01created skeleton.midipix2-0/+245