summaryrefslogtreecommitdiff
path: root/project
AgeCommit message (Expand)AuthorFilesLines
2021-05-23app: 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
2019-01-01sofort: split-up: keep build-system elements, move extras to sofortex.midipix5-30/+1
2018-08-09front-end utility: sfrt_main(): remove the redundant argc parameter.midipix1-0/+1
2018-07-14internals: added sfrt_dprintf(), a signal-resilient dprintf implementation.midipix2-0/+2
2016-11-19sofort_api.h: fix export/import inconsistency.midipix1-1/+1
2016-11-14project: common.mk: code maintenance.midipix1-2/+6
2016-10-25output: added sfrt_output_error_record(), sfrt_output_error_vector().midipix1-0/+1
2016-10-25internals: error trace implementation: added sfrt_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
2015-12-14initial commit.midipix8-0/+75