Age | Commit message (Expand) | Author | Files | Lines |
2018-08-09 | front-end utility: amgc_main(): remove the redundant argc parameter. | midipix | 1 | -1/+1 |
2018-08-05 | driver, unit context: remove input-mapping interfaces which are not needed. | midipix | 1 | -10/+0 |
2018-08-05 | output interfaces: revised API and implementation to use fdctx and pure fdio. | midipix | 1 | -27/+87 |
2018-08-05 | driver, library interfaces: support alternate fd's for input/output/error/log. | midipix | 1 | -1/+14 |
2018-08-05 | whitespace meditation. | midipix | 1 | -54/+67 |
2018-08-04 | library: removed amgc_create_driver_ctx() [too much of a good thing]. | midipix | 1 | -1/+0 |
2016-12-18 | apimagic_api.h: fix export/import inconsistency. | midipix | 1 | -2/+2 |
2016-10-26 | driver: status codes: refactor and normalize. | midipix | 1 | -5/+1 |
2016-10-26 | struct amgc_unit_ctx: removed members: status, nerrors (no longer needed). | midipix | 1 | -2/+0 |
2016-10-26 | struct amgc_driver_ctx: removed members: status, nerrors (no longer needed). | midipix | 1 | -2/+0 |
2016-10-26 | output: added amgc_output_error_record(), amgc_output_error_vector(). | midipix | 1 | -0/+7 |
2016-10-26 | amgc_map_input(): added error trace support. | midipix | 1 | -1/+1 |
2016-10-26 | apimagic.h: added public error trace definitions. | midipix | 1 | -0/+30 |
2016-06-25 | utility: added amgc_main() as a public interface, refactored accordingly. | midipix | 1 | -0/+1 |
2016-04-25 | driver: added struct amgc_source_version, amgc_source_version(). | midipix | 1 | -0/+10 |
2016-01-28 | amgc_output_compound(): initial implementation. | midipix | 1 | -0/+3 |
2016-01-09 | argv.h: main(): fix signatures. | midipix | 1 | -1/+1 |
2016-01-09 | struct amgc_entity: added the parent member. | midipix | 1 | -0/+1 |
2016-01-09 | amgc_output_unit_entities(): initial implementation. | midipix | 1 | -0/+1 |
2016-01-09 | amgc_perform_unit_action(): initial implementation and integration. | midipix | 1 | -0/+2 |
2016-01-09 | struct amgc_action: added the subset member. | midipix | 1 | -0/+1 |
2016-01-09 | amgc_output_typedef(): initial implementation. | midipix | 1 | -0/+1 |
2016-01-08 | struct amgc_entity: add reftype and its initialization bits. | midipix | 1 | -0/+1 |
2016-01-07 | struct amgc_entity: add ptrdepth and its initialization bits. | midipix | 1 | -0/+1 |
2016-01-06 | amgc_list_unit_enums(): initial implementation and integration. | midipix | 1 | -0/+6 |
2016-01-02 | action vector and action iteration: initial implementation. | midipix | 1 | -0/+1 |
2016-01-02 | interface actions: initial design. | midipix | 1 | -1/+20 |
2016-01-02 | utility interfaces: initial design. | midipix | 1 | -0/+23 |
2016-01-02 | amgc_output_enum(): initial implementation. | midipix | 1 | -0/+2 |
2016-01-01 | amgc_output_pad_symbol(): initial implementation. | midipix | 1 | -0/+8 |
2016-01-01 | amgc_get_enum_members(): initial implementation. | midipix | 1 | -0/+3 |
2016-01-01 | whitespace meditation. | midipix | 1 | -0/+1 |
2016-01-01 | ammgc_get_unit_entities(): initial implementation and integration. | midipix | 1 | -0/+31 |
2016-01-01 | amgc_init_unit_meta(): initial implementation and integration. | midipix | 1 | -0/+15 |
2016-01-01 | driver: added --std support. | midipix | 1 | -0/+5 |
2016-01-01 | driver: generate ast for each unit upon unit context creation. | midipix | 1 | -0/+4 |
2016-01-01 | driver: add cparser init/exit routines. | midipix | 1 | -0/+1 |
2016-01-01 | created skeleton. | midipix | 2 | -0/+123 |