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