Age | Commit message (Expand) | Author | Files | Lines |
2018-12-13 | built system: added the NATIVE_CC_{CFGHOST|CFLAGS|LDFLAGS} variables. | midipix | 1 | -0/+6 |
2018-12-10 | build system: support custom configuration via cfgdefs.sh (and usrdefs.mk). | midipix | 1 | -0/+13 |
2018-12-10 | build system: added NATIVE_CC_HOST support. | midipix | 1 | -1/+8 |
2018-11-25 | build system: --all-shared: ensure linking against the newly built library. | midipix | 1 | -1/+1 |
2018-11-25 | build system: only apply LDFLAGS_IMPLIB to the package's primary shared lib. | midipix | 1 | -0/+1 |
2018-11-25 | build system: --all-shared: properly express primary shared library dependency. | midipix | 1 | -1/+1 |
2018-11-23 | build system: all-shared: use LDFLAGS_APP as before, now with correct ordering. | midipix | 1 | -1/+1 |
2018-11-22 | build system: added --cfghost support. | midipix | 1 | -0/+2 |
2018-11-10 | build system: host flavors: support suffixed library extensions. | midipix | 1 | -1/+1 |
2018-07-07 | build system: all-shared binary: added missing build-dep on $(SHARED_SOLINK). | midipix | 1 | -1/+1 |
2018-07-07 | build system: all-shared front-end variant: fix ordering of -l$(PACKAGE). | midipix | 1 | -1/+1 |
2018-07-05 | build system: install-shared, install-static: added initial pkgconfig support. | midipix | 1 | -0/+1 |
2018-07-05 | build system: configure, Makefile.in: added initial pkgconfig support. | midipix | 1 | -3/+23 |
2017-11-23 | build system: added --cchost support. | midipix | 1 | -2/+7 |
2017-05-28 | build system: added extended dir variables. | midipix | 1 | -0/+29 |
2017-01-29 | build system: added --sbindir support. | midipix | 1 | -0/+2 |
2016-11-11 | build system: Makefile.in: properly support explicit CFLAGS_PIC in OS recipe. | midipix | 1 | -0/+1 |
2016-10-26 | build system: .conf convenience target: display source dir information. | midipix | 1 | -0/+1 |
2016-09-21 | build system: support setting an external folder as the source directory. | midipix | 1 | -3/+4 |
2016-05-28 | build system: support project-specific overrides of OS and toolchain defs. | midipix | 1 | -0/+2 |
2016-05-19 | build system: added support for [C|LD]FLAGS_LAST and [C|LD]FLAGS_ONCE. | midipix | 1 | -0/+8 |
2016-05-19 | build system: when building from a git repo, explicitly depend on .git/index. | midipix | 1 | -2/+2 |
2016-05-15 | build system: remove generic dependency on version.tag. | midipix | 1 | -2/+2 |
2016-05-10 | build system: moved core definition files to a designated folder. | midipix | 1 | -3/+3 |
2016-05-10 | build system: Makefile.in, version.mk: added --avoid-version support. | midipix | 1 | -2/+9 |
2016-05-10 | build system: Makefile.in: static app: remove unneeded dep on static archive. | midipix | 1 | -1/+1 |
2016-05-09 | build system: Makefile.in: make the tree.tag and dirs.tag deps more precise. | midipix | 1 | -3/+3 |
2016-05-09 | build system: Makefile.in, custom.mk: added --disable-frontend support. | midipix | 1 | -5/+5 |
2016-05-07 | build system: custom header installation: add missing .PHONY definitions. | midipix | 1 | -0/+1 |
2016-05-07 | build system: project: added custom header installation support. | midipix | 1 | -1/+2 |
2016-05-06 | build system: added the .conf convenience make target. | midipix | 1 | -1/+6 |
2016-05-06 | build system: added --strict, --ccstrict, --ldstrict support. | midipix | 1 | -0/+4 |
2016-05-06 | build system: Makefile.in: clean: rm -f app.tag. | midipix | 1 | -0/+1 |
2016-05-06 | build system: added the .display-cc informational target. | midipix | 1 | -0/+3 |
2016-05-06 | build system: added the .display-cflags informational target. | midipix | 1 | -0/+3 |
2016-05-06 | build system: fix dependency of app.tag, avoid unconditional step execution. | midipix | 1 | -1/+1 |
2016-05-05 | build system: make .display: whitespace meditation. | midipix | 1 | -7/+7 |
2016-05-05 | build system: always install headers with install-static and install-shared. | midipix | 1 | -2/+2 |
2016-05-05 | build system: added support for CFLAGS_UTIL, LDFLAGS_UTIL. | midipix | 1 | -0/+4 |
2016-05-05 | build system: Makefile.in, custom.mk: added --disable-[shared|static] support. | midipix | 1 | -6/+20 |
2016-05-05 | build system: Makefile.in, custom.mk: added --all-[static|shared] support. | midipix | 1 | -5/+13 |
2016-05-04 | build system: added the 'install-static-app' make target. | midipix | 1 | -0/+4 |
2016-04-25 | build system: display common compiler and linker flags first. | midipix | 1 | -4/+4 |
2016-04-24 | utility: integrated slbt_source_version(). | midipix | 1 | -1/+0 |
2016-04-24 | driver: added struct slbt_source_version, slbt_source_version(). | midipix | 1 | -2/+2 |
2016-04-24 | build system: PE targets: added import library version support. | midipix | 1 | -10/+12 |
2016-04-24 | build system: added library version support. | midipix | 1 | -4/+14 |
2016-04-23 | build system: completed project-related annotation. | midipix | 1 | -0/+2 |
2016-04-23 | build system: added utility nickname support. | midipix | 1 | -0/+1 |
2016-04-23 | build system: add support of project-specific install steps. | midipix | 1 | -4/+6 |