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