summaryrefslogtreecommitdiffhomepage
path: root/sofort/cfgtest
AgeCommit message (Collapse)AuthorFilesLines
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).midipix1-11/+21
2024-02-18build system: ccenv: detect compiler support of visibility attributes.midipix1-0/+45
2021-06-12build system: cfgtest: added cfgtest_compiler_switch_arg().midipix1-1/+21
2021-06-12build system: added cfgtest_package_exists() & cfgtest_package_config().midipix1-1/+126
2021-06-12build system: cfgtest: added cfgtest_{makevar|cflags|ldflags}_set().midipix1-0/+15
2021-06-09build system: cfgtest_library_presence(): added freestanding code snippet.midipix1-1/+9
2021-06-09build system: cfgtest: cfgtest_common_init(): output ldflags to log.midipix1-0/+4
2021-06-09build system: cfgtest_{host|native}_section(): properly handle ldflags.midipix1-9/+15
2021-06-09build system: cfgtest: cfgtest_common_init(): simplify case logic.midipix1-16/+4
2021-06-09build system: cfgtest: cfgtest_common_init(): whitespace meditation.midipix1-1/+1
2021-06-09build system: cfgtest: added cfgtest_macro_definition().midipix1-0/+37
2021-06-05build system: cfgtest_compiler_switch(): ldflag: added freestanding support.midipix1-1/+14
2021-06-05build system: cfgtest_compiler_switch(): distinguish 'switch' from 'ldflag'.midipix1-4/+27
2021-06-05build system: cfgtest: properly support strict compiler drivers.midipix1-1/+18
2021-06-05build system: cfgtest_prolog(), cfgtest_epilog(): respect cfgtest_silent[=yes].midipix1-4/+9
2021-06-05build system: cfgtest_epilog(), cfgtest_prolog(): whitespace meditation.midipix1-2/+2
2021-05-27build system: configure: cfgtest: do not rely on default word splitting.midipix1-4/+4
2021-05-26build system: cfgtest_header_absence(): output name of missing header.midipix1-1/+1
2021-05-26build system: cfgtest_epilog(): fix typo.midipix1-1/+1
2021-05-26build system: cfgtest framework: support test invocation from within ccenv.sh.midipix1-7/+15
2021-05-26build system: cfgtest framework: added cfgtest_compiler_switch().midipix1-0/+62
2021-05-26build system: cfgtest: cfgtest_common_init(): refactor.midipix1-5/+7
2021-05-25build system: imported sofort's cfgtest framework.midipix1-0/+551