summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Tests: Make RunCMake.CMP0106 expected output robust to line number changesBrad King2020-12-022-3/+3
* Merge topic 'cuda_env_archs'Brad King2020-12-013-1/+8
|\
| * CUDA: Fix tests with CUDAARCHS setRaul Tambre2020-11-303-1/+8
* | Merge topic 'xcode-check-object-lib-subprojects-fixed'Brad King2020-12-014-0/+70
|\ \
| * | Tests: Add Xcode cases fixed by switch to the "new build system"Yauheni Khnykin2020-11-304-0/+70
* | | Merge topic 'makefiles-compiler-deps-optims'Brad King2020-11-3016-27/+108
|\ \ \
| * | | Makefiles Generators: use compiler for dependencies generationMarc Chevrier2020-11-2916-27/+108
| |/ /
* | | Merge topic 'make-GENERATED-visible-from-any-scope'Brad King2020-11-30186-2/+5563
|\ \ \
| * | | GENERATED prop: Set CMP0118 to NEW for some (unrelated) testsDeniz Bahadir2020-11-242-2/+2
| * | | GENERATED prop: Add implementation for policy CMP0118 being set to NEWDeniz Bahadir2020-11-2483-806/+2202
| * | | GENERATED prop: Check CMP0118 policy and warn in certain situationsDeniz Bahadir2020-11-2472-19/+1692
| * | | GENERATED prop: Add some tests before introducing changes with CMP0118Deniz Bahadir2020-11-2482-0/+2492
* | | | Merge topic 'check-lang-conditions'Brad King2020-11-3019-3/+42
|\ \ \ \ | |_|_|/ |/| | |
| * | | Check*: Tolerate variables set with names of languagesBrad King2020-11-2518-0/+36
| * | | Tests: Fix RunCMake.Check* conditions for enabling FortranBrad King2020-11-251-3/+6
| * | | Merge topic 'ci-xcode-12.2' into release-3.19Brad King2020-11-251-0/+1
| |\ \ \
* | | | | Xcode: add support for embedding frameworksGusts Kaksis2020-11-2814-0/+131
| |_|_|/ |/| | |
* | | | Merge topic 'ci-xcode-12.2'Brad King2020-11-251-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Tests: Teach RunCMake to ignore Xcode install_name_tool signature warningsBrad King2020-11-241-0/+1
* | | | Merge topic 'test-java-default'Brad King2020-11-251-3/+11
|\ \ \ \ | | |/ / | |/| |
| * | | Tests: Add CMake_TEST_Java option to control Java testsBrad King2020-11-241-3/+11
| |/ /
| * | Merge topic 'policy-cmp0111-iface' into release-3.19Brad King2020-11-245-12/+34
| |\ \
| * \ \ Merge topic 'xcode-cc-work-dir' into release-3.19Brad King2020-11-245-0/+27
| |\ \ \
* | \ \ \ Merge topic 'policy-cmp0111-iface'Brad King2020-11-245-12/+34
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | cmTarget: Do not enforce CMP0111 on imported INTERFACE librariesBrad King2020-11-233-5/+7
| * | | | Tests: Match RunCMake.CMP0111 stderr more strictlyBrad King2020-11-232-7/+27
| |/ / /
| * | | Merge topic 'fix-compile-db-crash' into release-3.19Brad King2020-11-232-0/+6
| |\ \ \
* | \ \ \ Merge topic 'xcode-cc-work-dir'Brad King2020-11-245-0/+27
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Xcode: Fix custom command work-dir placeholders in "new build system"Brad King2020-11-235-0/+27
| |/ / /
* | | | Merge topic 'fix-compile-db-crash'Brad King2020-11-232-0/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Makefiles: Fix CMAKE_EXPORT_COMPILE_COMMANDS crash with custom compile ruleBrad King2020-11-202-0/+6
* | | | Merge topic 'improve_cmakes_error_handling_of_bad_parameters'Brad King2020-11-208-7/+12
|\ \ \ \
| * | | | cmake: redesign command-line argument parsingRobert Maynard2020-11-197-7/+8
| * | | | cmake: Fix processing of -Wno-error= flagsBrad King2020-11-171-0/+4
| | |_|/ | |/| |
* | | | Merge topic 'revert-explicit-LANGUAGE-flag'Brad King2020-11-203-27/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Revert "specify language flag when source LANGUAGE property is set"Brad King2020-11-193-27/+1
| | |/ | |/|
* | | Merge topic 'rename_cuda_memcheck'Brad King2020-11-186-3/+3
|\ \ \ | |/ / | | / | |/ |/|
| * CTest: Rename CudaMemcheck to CudaSanitizerTobias Ribizel2020-11-176-3/+3
* | Merge topic 'cmake-build-specify-makefile-name'Brad King2020-11-172-0/+13
|\ \
| * | Tests: Add RunCMake.Make case for conflicting Makefile namesBrad King2020-11-162-0/+13
* | | CPack/DEB: Do not crash when asked for debug symbols when there are noneAndrew Fuller2020-11-162-1/+9
|/ /
* | Merge topic 'msvc-no-GR'Brad King2020-11-167-0/+27
|\ \
| * | MSVC: Do not add /GR to CMAKE_CXX_FLAGS by defaultBrad King2020-11-137-0/+27
* | | Merge topic 'ci-fedora33'Brad King2020-11-161-2/+2
|\ \ \
| * \ \ Merge branch 'ci-fedora33-release' into ci-fedora33Ben Boeckel2020-11-131-2/+2
| |\ \ \ | | |/ / | |/| / | | |/
| | * Tests/FindBoost/TestPython: support finding 3.8 and 3.9Ben Boeckel2020-11-121-2/+2
* | | Merge topic 'cmake_path-enhancements'Craig Scott2020-11-1415-80/+28
|\ \ \ | |/ / |/| |
| * | cmake_path: various enhancements to subcommands/keywordsMarc Chevrier2020-11-1115-80/+28
* | | Merge topic 'FindPython-version-range-fix-tests'Brad King2020-11-121-16/+25
|\ \ \ | |/ / |/| / | |/
| * FindPython: Fix version range testsMarc Chevrier2020-11-111-16/+25