aboutsummaryrefslogtreecommitdiff
path: root/test cases/linuxlike
AgeCommit message (Expand)AuthorFilesLines
2022-04-18Fix generator expression list problems (fixes #10288)Daniel Mensinger1-1/+1
2022-02-17tests: do not use a GNU bash script to check the minimum version of programsEli Schwartz2-10/+1
2021-12-01cmake: Fix old style dependency lookup with imported targetsDaniel Mensinger2-0/+14
2021-10-30Added warning if run_command is called without the check kwargVolker Weißmann2-2/+2
2021-10-10Fix typos discovered by codespellChristian Clauss1-1/+1
2021-10-06cmake: Implement support for interpreting link "keywords"Daniel Mensinger2-1/+5
2021-10-06cmake: Warn if we could use IMPORTED CMake targetsDaniel Mensinger2-1/+11
2021-06-22tests: both_library test improvementsDaniel Mensinger3-3/+3
2021-01-10cmake: add PATH logic to preliminary dep check (fixes #8133)Daniel Mensinger4-1/+12
2020-11-24compiler: allow non-built internal dependencies as argumentsPaolo Bonzini1-0/+6
2020-11-21Handle cmake dependencies which require a specified versionJason Ekstrand3-0/+27
2020-11-21cmVers: use env instead of hardcoding bash locationDylan Baker1-1/+1
2020-08-07cmake: make the traceparser permissive by default (fixes #7501)Daniel Mensinger1-0/+3
2020-07-01Implicit dependency fallback when a subproject wrap or dir existsXavier Claessens1-2/+2
2020-06-22test: Fix linuxlike/3 linker script on Solaris 11.4Alan Coopersmith1-0/+6
2020-06-13cmake: Fix handling of path seperators (fixes #7294)Daniel Mensinger4-1/+21
2020-04-28tests: Avoid a CMake error by checking the CMake versionDaniel Mensinger2-7/+18
2020-03-19cmake: Add find_package COMPONETS supportDaniel Mensinger2-3/+7
2020-03-06dependency: Verify fallback variable consistencyXavier Claessens2-3/+6
2020-03-06Add meson.override_dependency()Xavier Claessens1-6/+13
2020-02-29Merge pull request #6666 from mensinda/testRefactorJussi Pakkanen6-16/+26
2020-02-27Fix 'linuxlike/14 static dynamic linkage' test on CygwinJon Turney1-1/+1
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger4-13/+21
2020-02-25test: merge test_matrix.json and setup_env.json into test.jsonDaniel Mensinger2-3/+5
2020-01-23cmake: Always Add C, CXX if no language is specified (fixes #6441)Daniel Mensinger2-1/+38
2020-01-22tests: Add a test case for finding ldDylan Baker1-0/+4
2020-01-21Use python3 in some tests which were still using pythonSebastien Bacher1-1/+1
2019-12-09cmake: add project language to cmakelists.txtMichael Hirsch, Ph.D1-1/+3
2019-11-26Fix crash when checking multi version on subproject depXavier Claessens1-0/+6
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D27-33/+31
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...Michael Hirsch, Ph.D15-18/+17
2019-09-26cmake: Support ALIAS librariesDaniel Mensinger2-4/+9
2019-09-13Fix "test cases/linuxlike/14 static dynamic linkage" on SolarisAlan Coopersmith1-5/+19
2019-07-23cmake: added test case for environment variablesDaniel Mensinger3-0/+16
2019-07-17cmake: Fix empty -D due to empty strings (closes #5522)Daniel Mensinger3-0/+37
2019-07-11cmake: Fix dependencies with try_compile (closes #5605)Daniel Mensinger1-0/+3
2019-04-21Make it work on Cygwin.Jussi Pakkanen2-9/+24
2019-03-11Add static as keyword to find_libraryNiklas Claesson3-0/+43
2019-02-01CMake: Added support for CMAKE_MODULE_PATH and extra CMake args (closes #4779)Daniel Mensinger2-0/+15
2018-12-22Can specify a string to print when dep not found. Closes #2407.Jussi Pakkanen1-2/+4
2018-12-09Skip CMake dependency check if CMake is not installed.Jussi Pakkanen1-0/+4
2018-11-22CMake find_package dependency backend (#4444)Daniel Mensinger4-0/+78
2018-02-23Remove invalid kwarg from test cases/linuxlike/9 compiler checks with depende...Ran Benita1-1/+1
2018-02-08Add get_pkgconfig_variable(default:)Jon Turney1-0/+2
2017-12-22subproject handling: add two testsNiklas Claesson11-0/+77
2017-12-03Merge pull request #2663 from inigomartinez/pkg-config-define-variableJussi Pakkanen1-0/+2
2017-12-01dependencies: Use prefix variable with define_variableIñigo Martínez1-1/+1
2017-11-26spelling: nonexistentJosh Soref1-1/+1
2017-11-20dependencies: Allow pkg-config to define variablesIñigo Martínez1-0/+2
2017-08-01Add thread flags to checks if needed. Closes #2106.Jussi Pakkanen1-0/+7