Age | Commit message (Expand) | Author | Files | Lines |
2016-11-10 | build system: added the .conf convenience make target. | midipix | 1 | -1/+6 |
2016-11-10 | build system: added --strict, --ccstrict, --ldstrict support. | midipix | 1 | -0/+4 |
2016-11-10 | build system: Makefile.in: clean: rm -f app.tag. | midipix | 1 | -0/+1 |
2016-11-10 | build system: added the .display-cc informational target. | midipix | 1 | -0/+3 |
2016-11-10 | build system: added the .display-cflags informational target. | midipix | 1 | -0/+3 |
2016-11-10 | build system: fix dependency of app.tag, avoid unconditional step execution. | midipix | 1 | -1/+1 |
2016-11-10 | build system: make .display: whitespace meditation. | midipix | 1 | -7/+7 |
2016-11-10 | build system: always install headers with install-static and install-shared. | midipix | 1 | -2/+2 |
2016-11-10 | build system: added support for CFLAGS_UTIL, LDFLAGS_UTIL. | midipix | 1 | -0/+4 |
2016-11-10 | build system: Makefile.in, custom.mk: added --disable-[shared|static] support. | midipix | 1 | -6/+20 |
2016-11-10 | build system: Makefile.in, custom.mk: added --all-[static|shared] support. | midipix | 1 | -5/+13 |
2016-11-10 | build system: added the 'install-static-app' make target. | midipix | 1 | -0/+4 |
2016-11-10 | build system: display common compiler and linker flags first. | midipix | 1 | -4/+4 |
2016-11-10 | utility: integrated pe_source_version(). | midipix | 1 | -1/+0 |
2016-11-10 | driver: added struct pe_source_version, pe_source_version(). | midipix | 1 | -2/+2 |
2016-11-10 | build system: PE targets: added import library version support. | midipix | 1 | -10/+12 |
2016-11-10 | build system: added library version support. | midipix | 1 | -4/+14 |
2016-11-10 | build system: completed project-related annotation. | midipix | 1 | -0/+2 |
2016-11-10 | build system: added utility nickname support. | midipix | 1 | -0/+1 |
2016-11-10 | build system: add support of project-specific install steps. | midipix | 1 | -4/+6 |
2016-11-10 | build system: when present, use the git refdir as a version.tag dependency. | midipix | 1 | -1/+2 |
2016-11-10 | build system: remove syslibdir support, fix related typo in config.usage. | midipix | 1 | -2/+0 |
2016-11-10 | build system: added --exec-prefix support. | midipix | 1 | -0/+2 |
2016-11-10 | build system: properly use DESTDIR in conjunction with individual variables. | midipix | 1 | -8/+8 |
2016-11-10 | build system: remove erroneous build-time references to LIBDIR and BINDIR. | midipix | 1 | -6/+6 |
2016-11-10 | build system: added .display-host. | midipix | 1 | -0/+3 |
2016-11-10 | build system: Makefile.in: .display-env: $(CROSS_COMPILE)'s label now matches. | midipix | 1 | -1/+1 |
2016-11-10 | build system: Makefile.in: added the .display-project virtual target. | midipix | 1 | -2/+7 |
2016-11-10 | build system: --toolchain: initial implementation. | midipix | 1 | -0/+3 |
2016-11-10 | build system: toolchain archiver: pass arguments as commands. | midipix | 1 | -1/+1 |
2016-11-10 | build system: use the term 'compiler' rather than 'toolchain' where applicable. | midipix | 1 | -3/+3 |
2016-11-10 | build system: add support for CFLAGS_OS and CFLAGS_SITE. | midipix | 1 | -0/+4 |
2016-11-10 | build system: fix the shared-app recipe. | midipix | 1 | -1/+1 |
2016-11-10 | build system: application object files: add missing dependency on version.tag. | midipix | 1 | -0/+1 |
2016-11-10 | build system: DESTDIR: avoid accidental posix-special leading two slashes. | midipix | 1 | -8/+8 |
2016-11-10 | build system: version.sh: initial implementation. | midipix | 1 | -4/+12 |
2016-11-10 | build system: Makefile.in: fix typo. | midipix | 1 | -1/+1 |
2016-11-10 | build system: fix support of CC, CPP, and CXX directly passed to configure. | midipix | 1 | -0/+7 |
2016-11-10 | build system: include host definitions prior to toolchain definitions and fix... | midipix | 1 | -1/+1 |
2016-11-10 | Makefile.in: .display-env: add missing @echo. | midipix | 1 | -0/+1 |
2016-11-10 | build system: add missing dependency on (out-of-)tree.tag. | midipix | 1 | -2/+2 |
2016-11-10 | build system: replace BIN_DIR and friends with the familiar BINDIR and co. | midipix | 1 | -26/+26 |
2016-11-10 | build system: replace the build_ prefix with the more appropriate native_ pre... | midipix | 1 | -8/+8 |
2016-11-10 | build system: invokve host.sh without the help of $(SHELL). | midipix | 1 | -1/+1 |
2016-11-10 | build system: add support for non-portable host headers. | midipix | 1 | -2/+7 |
2016-11-10 | build system: assign variable values via '=' rather than '?='. | midipix | 1 | -47/+47 |
2016-11-10 | Makefile.in: replace the basic .display target with an extended one. | midipix | 1 | -22/+84 |
2016-11-10 | Makefile.in: add missing dependency information. | midipix | 1 | -0/+2 |
2016-11-10 | makefile replacement: step 2/2: use the midipix build template. | midipix | 1 | -0/+213 |