summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
7 daysbuild system: annual chores.HEADmainmidipix1-1/+1
2024-04-03build system: cfgtest.sh: properly cast the probed interface's address.midipix1-1/+1
2024-03-18build system: ccenv.sh: bsd targets: define __BSD_VISIBLE as needed.midipix1-4/+21
2024-03-17build system: ccenv.sh: supplement solar gates with the necessary extensions.midipix1-0/+13
2024-03-11build system: cfgtest.sh: fix typo in status message.midipix1-1/+1
2024-03-07build system: cfgtest.sh: fix c99 conformance bugs (newline, one declaration).midipix2-12/+22
2024-02-24build system: configure: do not (potentially) change the search path semantics.midipix1-17/+0
2024-02-22build system: if supported, add -Wpedantic to --strict cflags.midipix2-1/+2
2024-02-22build system: ccenv.sh: legacy PE targets: define __PE__ and friends as needed.midipix1-0/+14
2024-02-22build system: Makefile.in: remove CFLAGS_OS (duplicate, already in ccenv.in).midipix1-1/+0
2024-02-18build system: ccenv: detect compiler support of visibility attributes.midipix4-1/+77
2024-02-03build system: usage(): handle lack of a of project-specific cfgdefs.usage.midipix1-1/+6
2023-12-23build system: annual chores.midipix1-1/+1
2023-05-07build system: ./configure: base SHELL on the environment's CONFIG_SHELL.midipix3-2/+3
2021-12-30A new home.midipix3-3/+3
2021-07-06Annual chores.midipix1-1/+1
2021-06-23build system: configure: config_ccenv(): relax the --sysroot requirement.midipix1-4/+0
2021-06-19project: cfgdefs.sh: added header test for crypt.h.midipix1-0/+1
2021-06-16project: corrected wrapper header and config logic for term.h.midipix2-2/+11
2021-06-16project: cfgdefs.sh: cfgdefs_perform_common_tests(): additional curses api's.midipix1-0/+32
2021-06-15build system: configure: config_ccenv(): fix typo.midipix1-2/+2
2021-06-15build system: configure: config_ccenv(): refined --sysroot related logic.midipix1-1/+4
2021-06-15build system: Makefile.in: .ldflags-host: use the correct ldflags variable.midipix1-1/+1
2021-06-15project: pydist.m4: reinstate non-duplicate dependency declaration.midipix1-2/+2
2021-06-15project: pydist.m4: removed duplicate dependency declaration.midipix1-2/+2
2021-06-15profiles/osapi/modern.h: enforce use of the standard va_copy interface.midipix2-3/+6
2021-06-15profiles/osapi/modern.h: properly handle HAVE_GCC_ASM_FOR_X87.midipix1-1/+8
2021-06-15project: added pydist.in for python-2.7.16, python-2.7.17, and python-2.7.18.midipix3-0/+1000
2021-06-14project: pydist overhaul: added pydist.in for python-2.7.14 and python-2.7.15.midipix2-0/+2002
2021-06-14project: pydist overhaul: integrated the new m4-based logic.midipix4-1/+245
2021-06-14project: pydist overhaul: removed old pydist.sh and generated pydist.mk files.midipix3-3382/+0
2021-06-14build system: modern.m4: m4_pathvar(): also convert hyphen to an underscore.midipix1-1/+1
2021-06-14build system: modern.m4: refactored, added additional helper macros.midipix1-3/+33
2021-06-13build system: modern.m4: refactor, added m4_toupper() and m4_tolower().midipix1-1/+6
2021-06-13build system: updated list of files covered by COPYING.SOFORT.midipix1-0/+2
2021-06-13build system: core: added a modern framework using for the m4 macro language.midipix1-0/+82
2021-06-13build system: configure: output_step_prolog(): step might not be a function.midipix1-2/+2
2021-06-13build system: configure, ccenv: enhanced --sysroot logic.midipix2-1/+14
2021-06-13build system: ccenv: ccenv_output_defs(): record updated cflags/ldflags.midipix1-0/+22
2021-06-12build system: configure: config_ccenv(): added verbose --sysroot error message.midipix1-1/+20
2021-06-12build system: ccenv: added and integrated ccenv_set_cc_sysroot_vars().midipix2-2/+32
2021-06-12build system: cfgtest: added cfgtest_compiler_switch_arg().midipix1-1/+21
2021-06-12build system: ccenv_set_primary_tools(): try pkg-config as a pkgconf fallback.midipix1-0/+3
2021-06-12build system: configure: LDFLAGS_LAST: refined cross-compilation logic.midipix1-3/+13
2021-06-12build system: configure: config_ccenv(): require --sysroot when cross-compiling.midipix1-0/+9
2021-06-12build system: added cfgtest_package_exists() & cfgtest_package_config().midipix2-1/+127
2021-06-12build system: cfgtest: added cfgtest_{makevar|cflags|ldflags}_set().midipix1-0/+15
2021-06-12build system: configure, ccenv: added --pkgconf[if] support and integration.midipix6-1/+52
2021-06-12build system: ccenv: ccenv_set_primary_tools(): properly output explicit tools.midipix1-0/+2
2021-06-10build system: ccenv_set_primary_tools(): be resilient to -print-file-name bugs.midipix1-3/+10