Age | Commit message (Expand) | Author | Files | Lines |
2023-05-07 | build system: ./configure: base SHELL on the environment's CONFIG_SHELL. | midipix | 1 | -1/+1 |
2021-06-23 | build system: configure: config_ccenv(): relax the --sysroot requirement. | midipix | 1 | -4/+0 |
2021-06-15 | build system: configure: config_ccenv(): fix typo. | midipix | 1 | -2/+2 |
2021-06-15 | build system: configure: config_ccenv(): refined --sysroot related logic. | midipix | 1 | -1/+4 |
2021-06-13 | build system: configure: output_step_prolog(): step might not be a function. | midipix | 1 | -2/+2 |
2021-06-13 | build system: configure, ccenv: enhanced --sysroot logic. | midipix | 1 | -1/+8 |
2021-06-12 | build system: configure: config_ccenv(): added verbose --sysroot error message. | midipix | 1 | -1/+20 |
2021-06-12 | build system: ccenv: added and integrated ccenv_set_cc_sysroot_vars(). | midipix | 1 | -2/+2 |
2021-06-12 | build system: configure: LDFLAGS_LAST: refined cross-compilation logic. | midipix | 1 | -3/+13 |
2021-06-12 | build system: configure: config_ccenv(): require --sysroot when cross-compiling. | midipix | 1 | -0/+9 |
2021-06-11 | build system: configure, ccenv: added --pkgconf[if] support and integration. | midipix | 1 | -0/+32 |
2021-06-10 | build system: configure: config_host(): quote variable in test expresssion. | midipix | 1 | -1/+1 |
2021-06-09 | build system: configure: init_vars(): record explicit CCHOST and --cchost. | midipix | 1 | -0/+6 |
2021-06-04 | build system: configure: config_flags(): abstract the --strict cflags, ldflags. | midipix | 1 | -2/+2 |
2021-06-04 | build system: configure: common_defaults(): abstract the --debug cflags. | midipix | 1 | -1/+1 |
2021-05-31 | build system: configure: config_host(): added freestanding environment support. | midipix | 1 | -2/+16 |
2021-05-27 | build system: configure: cfgtest: do not rely on default word splitting. | midipix | 1 | -1/+1 |
2021-05-26 | build system: config_host(): improved logging, strict posix conformance. | midipix | 1 | -5/+46 |
2021-05-26 | build system: configure: make the cfgtest framework available to ccenv.sh. | midipix | 1 | -0/+3 |
2021-05-23 | build system: configure: support project-specific make-file templates. | midipix | 1 | -0/+6 |
2021-05-23 | build system: configure: config_copy(): support alternate make-file templates. | midipix | 1 | -3/+4 |
2021-05-23 | build system: reserve the file-name Makefile.common for bootstrapping projects. | midipix | 1 | -0/+7 |
2021-05-23 | build system: Makefile.in: properly support project-specified make file names. | midipix | 1 | -8/+11 |
2021-04-24 | build system: allow projects to specify a default nickname. | midipix | 1 | -0/+4 |
2021-04-24 | build system: allow projects to specify an alternate Makefile name. | midipix | 1 | -0/+5 |
2021-04-24 | build system: configure: support project-specific cfginit.sh and cfgfini.sh. | midipix | 1 | -0/+15 |
2021-04-24 | build system: configure: respect project-specific make{mode} preferences. | midipix | 1 | -0/+9 |
2021-04-17 | build system: configure: config_copy(): enhanced Makefile generation. | midipix | 1 | -12/+21 |
2021-04-17 | build system: configure: enhanced and corrected cmdline logging. | midipix | 1 | -12/+27 |
2021-04-16 | build system: configure: reflect changes to PACKAGE in the default DOCDIR var. | midipix | 1 | -1/+1 |
2021-04-15 | build system: configure: fix default setting of $mb_docdir. | midipix | 1 | -1/+1 |
2021-04-15 | build system: configure: require $mb_package to be set (in config.project). | midipix | 1 | -3/+10 |
2021-04-11 | build system: configure: append LIBDIR as the last linker path element. | midipix | 1 | -0/+3 |
2021-04-10 | build system: configure: automatically detect make mode if not already set. | midipix | 1 | -0/+9 |
2021-04-10 | build system: configure: added --makemode and MAKEMODE support. | midipix | 1 | -0/+9 |
2021-04-09 | build system: posix make support: refactored build-flavor dependency schemes. | midipix | 1 | -0/+34 |
2021-04-09 | build system: posix make support: refactored shared library versioning schemes. | midipix | 1 | -1/+12 |
2021-04-09 | build system: configure: added --make and MAKE support. | midipix | 1 | -1/+12 |
2020-01-25 | build system: configure: added --srcinfo,--srcsite,--pgprkey,--pgpskey support. | midipix | 1 | -0/+22 |
2020-01-20 | build system: ./configure, Makefile.in: added source info logic. | midipix | 1 | -0/+183 |
2020-01-10 | build system: add --pkgbugs (where to file) and --pkghome (project home page). | midipix | 1 | -0/+10 |
2020-01-10 | build system: ./configure: properly handle passing of args to dot scripts. | midipix | 1 | -2/+6 |
2020-01-09 | build system: configure: verify_source_directory(): disallow spaces in path. | midipix | 1 | -0/+7 |
2020-01-09 | build system: added file annotations. | midipix | 1 | -0/+3 |
2020-01-05 | build system: informative output: more pretty printing. | midipix | 1 | -1/+1 |
2020-01-05 | build system: informative output: pretty printing. | midipix | 1 | -4/+4 |
2020-01-04 | build system: config_failure(): remove comment (no longer needed). | midipix | 1 | -6/+0 |
2020-01-04 | build system: config.log: initial implementation. | midipix | 1 | -2/+32 |
2020-01-02 | build system: configure, ccenv.sh: provide informative output. | midipix | 1 | -4/+83 |
2019-10-26 | build system: configure: error_msg(), warning_msg(): add terminating newline. | midipix | 1 | -2/+2 |