Age | Commit message (Expand) | Author | Files | Lines |
2024-03-21 | tpax_tmpfile(): refactor code and template, eliminate use of rand_r(). | midipix | 1 | -5/+17 |
2024-03-18 | build system: ccenv.sh: bsd targets: define __BSD_VISIBLE as needed. | midipix | 1 | -4/+21 |
2024-03-17 | build system: ccenv.sh: supplement solar gates with the necessary extensions. | midipix | 1 | -0/+13 |
2024-03-11 | build system: cfgtest.sh: fix typo in status message. | midipix | 1 | -1/+1 |
2024-03-07 | build system: cfgtest.sh: fix c99 conformance bugs (newline, one declaration). | midipix | 2 | -12/+22 |
2024-02-24 | build system: configure: do not (potentially) change the search path semantics. | midipix | 1 | -17/+0 |
2024-02-22 | build system: if supported, add -Wpedantic to --strict cflags. | midipix | 2 | -1/+2 |
2024-02-22 | build system: ccenv.sh: legacy PE targets: define __PE__ and friends as needed. | midipix | 1 | -0/+14 |
2024-02-22 | build system: Makefile.in: remove CFLAGS_OS (duplicate, already in ccenv.in). | midipix | 1 | -1/+0 |
2024-02-18 | build system: ccenv: detect compiler support of visibility attributes. | midipix | 4 | -1/+77 |
2024-02-03 | build system: usage(): handle lack of a of project-specific cfgdefs.usage. | midipix | 1 | -1/+6 |
2024-01-27 | argv.h: argv_scan(): properly handle (fhybrid && ARGV_OPTARG_OPTIONAL). | midipix | 1 | -1/+6 |
2024-01-27 | argv.h: argv_scan(): whitespace meditation. | midipix | 1 | -16/+34 |
2024-01-26 | argv.h: argv_show_error: refactor handling of vendor-specific option string. | midipix | 1 | -10/+19 |
2024-01-26 | argv.h: argv_show_error(): gracefully handle vendor-specific (-W) arguments. | midipix | 1 | -3/+24 |
2023-12-23 | build system: annual chores. | midipix | 1 | -1/+1 |
2023-05-07 | build system: ./configure: base SHELL on the environment's CONFIG_SHELL. | midipix | 3 | -2/+3 |
2022-12-21 | argv.h: argv_show_error(): refine the 'option X requires a value' error msg. | midipix | 1 | -1/+3 |
2022-12-01 | project: default cflags: favor modern bsd targets. | midipix | 1 | -1/+1 |
2022-12-01 | struct tpax_unit_ctx_impl: correctly define the header buffer (C STD 6.7.2.1). | midipix | 1 | -4/+1 |
2021-12-30 | A new home. | midipix | 21 | -93/+93 |
2021-07-06 | Annual chores. | midipix | 19 | -19/+19 |
2021-06-23 | build system: configure: config_ccenv(): relax the --sysroot requirement. | midipix | 1 | -4/+0 |
2021-06-19 | tpax_default_options[]: option description: add missing closing parenthesis. | midipix | 1 | -3/+3 |
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-15 | build system: Makefile.in: .ldflags-host: use the correct ldflags variable. | midipix | 1 | -1/+1 |
2021-06-14 | build system: modern.m4: m4_pathvar(): also convert hyphen to an underscore. | midipix | 1 | -1/+1 |
2021-06-14 | build system: modern.m4: refactored, added additional helper macros. | midipix | 1 | -3/+33 |
2021-06-13 | build system: modern.m4: refactor, added m4_toupper() and m4_tolower(). | midipix | 1 | -1/+6 |
2021-06-13 | build system: updated list of files covered by COPYING.SOFORT. | midipix | 1 | -0/+2 |
2021-06-13 | build system: core: added a modern framework using for the m4 macro language. | midipix | 1 | -0/+82 |
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 | 2 | -1/+14 |
2021-06-13 | build system: ccenv: ccenv_output_defs(): record updated cflags/ldflags. | midipix | 1 | -0/+22 |
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 | 2 | -2/+32 |
2021-06-12 | build system: cfgtest: added cfgtest_compiler_switch_arg(). | midipix | 1 | -1/+21 |
2021-06-12 | build system: ccenv_set_primary_tools(): try pkg-config as a pkgconf fallback. | midipix | 1 | -0/+3 |
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-12 | build system: added cfgtest_package_exists() & cfgtest_package_config(). | midipix | 2 | -1/+127 |
2021-06-12 | build system: cfgtest: added cfgtest_{makevar|cflags|ldflags}_set(). | midipix | 1 | -0/+15 |
2021-06-12 | build system: configure, ccenv: added --pkgconf[if] support and integration. | midipix | 6 | -1/+52 |
2021-06-12 | build system: ccenv: ccenv_set_primary_tools(): properly output explicit tools. | midipix | 1 | -0/+2 |
2021-06-10 | build system: ccenv_set_primary_tools(): be resilient to -print-file-name bugs. | midipix | 1 | -3/+10 |
2021-06-10 | build system: ccenv_set_cc(): properly handle older slibtool versions. | midipix | 1 | -2/+2 |
2021-06-10 | build system: configure: config_host(): quote variable in test expresssion. | midipix | 1 | -1/+1 |
2021-06-10 | build system: ccenv_set_cc(): enhanced host, cchost, and -dumpmachine logic. | midipix | 1 | -8/+21 |
2021-06-10 | build system: configure: init_vars(): record explicit CCHOST and --cchost. | midipix | 1 | -0/+6 |