summaryrefslogtreecommitdiff
path: root/test cases/linuxlike/13 cmake dependency
AgeCommit message (Expand)Author
2024-07-16Fix the zlib-ng failing tests, for realTristan Partin
2024-07-15tests: short-circuit tests that require cmake, fasterEli Schwartz
2024-07-15Fix failing tests for zlib-ngTristan Partin
2023-08-30Disable failing test on cygwin due to broken cmakeCharles Brunet
2023-04-11fix various spelling issuesJosh Soref
2022-04-18Fix generator expression list problems (fixes #10288)Daniel Mensinger
2022-02-17tests: do not use a GNU bash script to check the minimum version of programsEli Schwartz
2021-12-01cmake: Fix old style dependency lookup with imported targetsDaniel Mensinger
2021-10-30Added warning if run_command is called without the check kwargVolker Weißmann
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-10-06cmake: Implement support for interpreting link "keywords"Daniel Mensinger
2021-10-06cmake: Warn if we could use IMPORTED CMake targetsDaniel Mensinger
2021-01-10cmake: add PATH logic to preliminary dep check (fixes #8133)Daniel Mensinger
2020-11-21Handle cmake dependencies which require a specified versionJason Ekstrand
2020-11-21cmVers: use env instead of hardcoding bash locationDylan Baker
2020-08-07cmake: make the traceparser permissive by default (fixes #7501)Daniel Mensinger
2020-06-13cmake: Fix handling of path seperators (fixes #7294)Daniel Mensinger
2020-04-28tests: Avoid a CMake error by checking the CMake versionDaniel Mensinger
2020-03-19cmake: Add find_package COMPONETS supportDaniel Mensinger
2020-02-25test: merge test_matrix.json and setup_env.json into test.jsonDaniel Mensinger
2020-01-23cmake: Always Add C, CXX if no language is specified (fixes #6441)Daniel Mensinger
2019-12-09cmake: add project language to cmakelists.txtMichael Hirsch, Ph.D
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...Michael Hirsch, Ph.D
2019-09-26cmake: Support ALIAS librariesDaniel Mensinger
2019-07-23cmake: added test case for environment variablesDaniel Mensinger
2019-07-17cmake: Fix empty -D due to empty strings (closes #5522)Daniel Mensinger
2019-07-11cmake: Fix dependencies with try_compile (closes #5605)Daniel Mensinger
2019-02-01CMake: Added support for CMAKE_MODULE_PATH and extra CMake args (closes #4779)Daniel Mensinger
2018-12-09Skip CMake dependency check if CMake is not installed.Jussi Pakkanen
2018-11-22CMake find_package dependency backend (#4444)Daniel Mensinger