index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
linuxlike
/
13 cmake dependency
Age
Commit message (
Expand
)
Author
2024-07-16
Fix the zlib-ng failing tests, for real
Tristan Partin
2024-07-15
tests: short-circuit tests that require cmake, faster
Eli Schwartz
2024-07-15
Fix failing tests for zlib-ng
Tristan Partin
2023-08-30
Disable failing test on cygwin due to broken cmake
Charles Brunet
2023-04-11
fix various spelling issues
Josh Soref
2022-04-18
Fix generator expression list problems (fixes #10288)
Daniel Mensinger
2022-02-17
tests: do not use a GNU bash script to check the minimum version of programs
Eli Schwartz
2021-12-01
cmake: Fix old style dependency lookup with imported targets
Daniel Mensinger
2021-10-30
Added warning if run_command is called without the check kwarg
Volker Weißmann
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-10-06
cmake: Implement support for interpreting link "keywords"
Daniel Mensinger
2021-10-06
cmake: Warn if we could use IMPORTED CMake targets
Daniel Mensinger
2021-01-10
cmake: add PATH logic to preliminary dep check (fixes #8133)
Daniel Mensinger
2020-11-21
Handle cmake dependencies which require a specified version
Jason Ekstrand
2020-11-21
cmVers: use env instead of hardcoding bash location
Dylan Baker
2020-08-07
cmake: make the traceparser permissive by default (fixes #7501)
Daniel Mensinger
2020-06-13
cmake: Fix handling of path seperators (fixes #7294)
Daniel Mensinger
2020-04-28
tests: Avoid a CMake error by checking the CMake version
Daniel Mensinger
2020-03-19
cmake: Add find_package COMPONETS support
Daniel Mensinger
2020-02-25
test: merge test_matrix.json and setup_env.json into test.json
Daniel Mensinger
2020-01-23
cmake: Always Add C, CXX if no language is specified (fixes #6441)
Daniel Mensinger
2019-12-09
cmake: add project language to cmakelists.txt
Michael Hirsch, Ph.D
2019-11-18
Use strict function prototypes
Michael Hirsch, Ph.D
2019-11-17
use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...
Michael Hirsch, Ph.D
2019-09-26
cmake: Support ALIAS libraries
Daniel Mensinger
2019-07-23
cmake: added test case for environment variables
Daniel Mensinger
2019-07-17
cmake: Fix empty -D due to empty strings (closes #5522)
Daniel Mensinger
2019-07-11
cmake: Fix dependencies with try_compile (closes #5605)
Daniel Mensinger
2019-02-01
CMake: Added support for CMAKE_MODULE_PATH and extra CMake args (closes #4779)
Daniel Mensinger
2018-12-09
Skip CMake dependency check if CMake is not installed.
Jussi Pakkanen
2018-11-22
CMake find_package dependency backend (#4444)
Daniel Mensinger