summaryrefslogtreecommitdiff
path: root/test cases/cmake
AgeCommit message (Expand)Author
2023-07-13cmake: fix directory separators in generated packageConfig.cmake filesMatthieu Rogez
2023-04-11fix various spelling issuesJosh Soref
2022-08-10cmake: Add rule relaxations for CMake subprojectsDaniel Mensinger
2022-05-24cmake: Add test caseDaniel Mensinger
2022-05-10Require CMake 3.14 for all tests that use the cmake moduleSimon McVittie
2022-04-01Fix CMake error messageDaniel Mensinger
2022-03-07Merge pull request #9743 from mensinda/cmakeGeneratorFixedJussi Pakkanen
2022-02-27cmake: configure_package_config_file can now take a dictAndrea Pappacoda
2022-01-23cmake: require CMake 3.19 to get rid of Whitelist restrictionsDaniel Mensinger
2022-01-23cmake: Add TARGET_ generator expression support (fixes #9305)Daniel Mensinger
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-07-05cmake: Only use the `cm_` prefix when it is actually required (fixes #8955)Daniel Mensinger
2021-06-22Fixed unused-parameter/strict-prototypes warnings.Justin Handville
2021-06-22Added test case to test fix for issue 8910.Justin Handville
2021-05-29cmake: Update test caseDaniel Mensinger
2021-02-05tests/cmake: disable some tests that don't work correctly when cross compilingDylan Baker
2021-01-04cmake: fix missing languages from CMake (fixes #8132)Daniel Mensinger
2020-12-29cmake: fix -framework dependencies (fixes #8045)Daniel Mensinger
2020-10-24cmake: Disable the new (CMake 3.16) PCH supportDaniel Mensinger
2020-10-13include_type: Add CMake subporject dependency method (fixes #6879)Daniel Mensinger
2020-10-13cmake: Add cross testsDaniel Mensinger
2020-10-04cmake: switch to pathlib (fixes #7322)Daniel Mensinger
2020-09-10Split tests out from 'common' which require a native compilerJon Turney
2020-09-10cmake: fix shared_module dependency (fixes #7715)Daniel Mensinger
2020-08-30CMake module: Allow paths of generated CMake sources for include directoriesSebastian Würl
2020-08-09cmake: Detect custom command targets in compiler argsDaniel Mensinger
2020-08-06cmake: Fix failing test case. Followup to #7527.Daniel Mensinger
2020-08-03cmake: Only run the cmake_module_path test for CMake >= 3.12Daniel Mensinger
2020-08-03cmake: resolve IMPORTED executables in custom commands (fixes #7509)Daniel Mensinger
2020-08-01run dircondensor.pyDylan Baker
2020-07-01Merge pull request #7231 from mensinda/cmOverrideJussi Pakkanen
2020-06-17ci: Remove PostgreSQL from PATHNirbheek Chauhan
2020-06-15ci: Use test.json to skip VS2017 azure testsDaniel Mensinger
2020-06-14Disable failing cmake jobs on VS2017Nirbheek Chauhan
2020-06-13cmake: fix definitions with interface libraries (fixes #7299)Daniel Mensinger
2020-06-12modules/cmake: Fix setting install_dirDylan Baker
2020-06-12cmake: Subprojects support CMAKE_PREFIX_PATH (fixes #7249)Daniel Mensinger
2020-06-05cmake: Skip MSVC like compilers, since C++11 is not supportedDaniel Mensinger
2020-06-05cmake: added test caseDaniel Mensinger
2020-06-02cmake: always split property lists (fixes #7228)Daniel Mensinger
2020-04-28tests: Add support for specifying tool requirementsDaniel Mensinger
2020-04-17cmake: Do not compile explicit header filesDaniel Mensinger
2020-04-12Merge pull request #6963 from mensinda/cmFixCCmdJussi Pakkanen
2020-04-12cmake: Preserve include directory order (fixes #6959)Daniel Mensinger
2020-04-12cmake: Capture stdout with UNIX pipesDaniel Mensinger
2020-04-12cmake: Fix custom command CMake list issueDaniel Mensinger
2020-03-29cmake: Only expand executable targets in COMMAND (fixes #6857)Daniel Mensinger
2020-03-08cmake: Fix build_by_default: false, install: true (fixes #6737)Daniel Mensinger
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger
2020-02-25test: merge test_matrix.json and setup_env.json into test.jsonDaniel Mensinger