summaryrefslogtreecommitdiff
path: root/project
AgeCommit message (Expand)AuthorFilesLines
2021-04-10app: posix make support: acknowledge unused parameter inside of source file.midipix1-1/+0
2020-06-27project: add cflag overrides to CFLAGS_LAST (thus override also user's CFLAGS).midipix1-1/+1
2018-08-09front-end utility: amgc_main(): remove the redundant argc parameter.midipix1-0/+1
2018-08-05driver, unit context: remove input-mapping interfaces which are not needed.midipix1-1/+0
2018-07-14internals: added amgc_dprintf(), a signal-resilient dprintf implementation.midipix2-0/+2
2017-11-04project: link flags: added missing -lm dependency.midipix1-3/+3
2016-12-18apimagic_api.h: fix export/import inconsistency.midipix1-1/+1
2016-11-14project: common.mk: code maintenance.midipix1-2/+6
2016-10-26output: added amgc_output_error_record(), amgc_output_error_vector().midipix1-0/+1
2016-10-26internals: error trace implementation: added amgc_record_error().midipix2-0/+2
2016-06-25utility: improved box integration, removed need for build-time macro.midipix1-0/+1
2016-05-28build system: support project-specific overrides of OS and toolchain defs.midipix1-0/+0
2016-05-15project: add explicit rules for object dependency on version.tag.midipix1-0/+3
2016-05-10build system: moved core definition files to a designated folder.midipix3-203/+0
2016-05-10build system: Makefile.in, version.mk: added --avoid-version support.midipix1-0/+21
2016-05-09build system: Makefile.in, custom.mk: added --disable-frontend support.midipix1-0/+12
2016-05-07build system: project: added custom header installation support.midipix1-0/+12
2016-05-06build system: added --strict, --ccstrict, --ldstrict support.midipix1-5/+7
2016-05-06build system: fix dependency of app.tag, avoid unconditional step execution.midipix1-0/+3
2016-05-06build system: always install headers with install-static and install-shared.midipix1-10/+0
2016-05-06build system: added support for CFLAGS_UTIL, LDFLAGS_UTIL.midipix1-2/+3
2016-05-06build system: Makefile.in, custom.mk: added --disable-[shared|static] support.midipix1-0/+28
2016-05-06build system: Makefile.in, custom.mk: added --all-[static|shared] support.midipix1-0/+24
2016-04-26build system: move implib and soname defs to pe- and elf-specific recipes.midipix2-4/+4
2016-04-24build system: PE targets: added import library version support.midipix2-2/+15
2016-04-24build system: added library version support.midipix2-3/+56
2016-04-24project: added tag version information.midipix1-0/+5
2016-04-23build system: added utility nickname support.midipix1-4/+4
2016-04-20build system: remove erroneous build-time references to LIBDIR and BINDIR.midipix1-8/+8
2016-02-14build system: add support for CFLAGS_OS and CFLAGS_SITE.midipix1-1/+1
2016-01-28amgc_output_compound(): initial implementation.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/+1
2016-01-09amgc_output_typedef(): initial implementation.midipix1-0/+1
2016-01-02amgc_output_enum(): initial implementation.midipix1-0/+1
2016-01-01amgc_output_pad_symbol(): initial implementation.midipix1-0/+1
2016-01-01amgc_get_enum_members(): initial implementation.midipix1-0/+1
2016-01-01ammgc_get_unit_entities(): initial implementation and integration.midipix1-0/+1
2016-01-01project: fix switches for statically linking libfirm and libcparser into defa...midipix1-1/+1
2016-01-01amgc_init_unit_meta(): initial implementation and integration.midipix1-0/+1
2016-01-01driver: added --std support.midipix1-0/+1
2016-01-01project: add libfirm and cparser dependencies.midipix1-0/+4
2016-01-01created skeleton.midipix8-0/+72