summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ExternalProject: Add `INSTALL_BYPRODUCTS` optionAlois Klink2022-11-054-0/+54
* Tests: Fix ExternalLibraryWithSubstitution testAlois Klink2022-11-032-0/+11
* ExternalProject: Clarify `BYPRODUCTS` docsAlois Klink2022-11-031-4/+10
* Merge branch 'release-3.25'Brad King2022-11-030-0/+0
|\
| * Merge topic 'ci-swift-5.7' into release-3.25Brad King2022-11-031-4/+4
| |\
* | \ Merge topic 'ci-swift-5.7'Brad King2022-11-031-4/+4
|\ \ \ | | |/ | |/|
| * | ci: Update debian10-ninja job to use Swift 5.7.1Brad King2022-11-021-4/+4
* | | Merge branch 'release-3.25'Brad King2022-11-030-0/+0
|\ \ \ | | |/ | |/|
| * | Merge topic 'correct_nvptxcompiler_not_linking_to_threads' into release-3.25Brad King2022-11-035-2/+37
| |\ \
* | \ \ Merge topic 'correct_nvptxcompiler_not_linking_to_threads'Brad King2022-11-035-2/+37
|\ \ \ \ | | |/ / | |/| |
| * | | FindCUDAToolkit: Restore usage from multiple directoriesRobert Maynard2022-11-025-2/+37
* | | | Merge branch 'release-3.25'Brad King2022-11-030-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge topic 'xcode-swift-include-dirs' into release-3.25Brad King2022-11-036-10/+23
| |\ \ \
* | \ \ \ Merge topic 'xcode-swift-include-dirs'Brad King2022-11-036-10/+23
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Xcode: Implement Swift include directoriesBrad King2022-11-026-0/+11
| * | | | Xcode: Restore Swift framework search directoriesBrad King2022-11-021-10/+12
| | |_|/ | |/| |
* | | | Merge topic 'ci-mingw'Brad King2022-11-0314-7/+117
|\ \ \ \
| * | | | ci: add MSYS Makefiles nightly CI jobBrad King2022-11-025-0/+29
| * | | | ci: add MinGW Makefiles nightly CI jobBrad King2022-11-027-0/+63
| * | | | Tests: Improve GeneratorExpression SHELL_PATH case robustness on MSYS 1.0Brad King2022-11-022-4/+20
| * | | | Tests: Improve RunCMake.GetPrerequisites sample executable selectionBrad King2022-11-023-3/+5
* | | | | CMake Nightly Date StampKitware Robot2022-11-031-1/+1
|/ / / /
* | | | Merge branch 'release-3.25'Brad King2022-11-020-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge topic 'IAR-CXX-fix' into release-3.25Brad King2022-11-021-2/+2
| |\ \ \ | | |/ / | |/| |
* | | | Merge topic 'IAR-CXX-fix'Brad King2022-11-021-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | IAR: Restore support for CMAKE_CXX_FLAGS_INITDaniel Schürmann2022-11-011-2/+2
| |/ /
* | | CMake Nightly Date StampKitware Robot2022-11-021-1/+1
* | | Merge branch 'release-3.25'Brad King2022-11-010-0/+0
|\ \ \ | |/ /
| * | CMake 3.25.0-rc3v3.25.0-rc3Brad King2022-11-011-1/+1
* | | Merge branch 'release-3.25'Brad King2022-11-010-0/+0
|\ \ \ | |/ /
| * | Merge branch 'release-3.24' into release-3.25Brad King2022-11-011-0/+11
| |\ \
* | \ \ Merge branch 'release-3.24'Brad King2022-11-011-0/+11
|\ \ \ \ | | |/ / | |/| |
| * | | CMake 3.24.3v3.24.3Brad King2022-11-012-1/+12
* | | | Merge branch 'release-3.25'Brad King2022-11-010-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'release-3.24' into release-3.25Brad King2022-11-011-2/+2
| |\ \ \ | | |/ /
* | | | Merge branch 'release-3.24'Brad King2022-11-010-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'release-3.23' into release-3.24Brad King2022-11-011-2/+2
| |\ \ \
* | \ \ \ Merge branch 'release-3.23'Brad King2022-11-011-2/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | CMake 3.23.5v3.23.5Brad King2022-11-012-3/+3
* | | | | Merge topic 'compile-commands-output-field'Brad King2022-11-018-10/+27
|\ \ \ \ \
| * | | | | EXPORT_COMPILE_COMMANDS: add `output` fieldBen Boeckel2022-10-288-10/+27
* | | | | | Merge topic 'test-objc'Brad King2022-11-014-68/+57
|\ \ \ \ \ \
| * | | | | | Tests: Simplify RunCMake.try_compile compiler inspectionBrad King2022-10-313-48/+13
| * | | | | | Tests: Fix logic to enable RunCMake.try_compile OBJC/OBJCXX casesBrad King2022-10-313-11/+27
| * | | | | | Tests: Factor out a CMake_TEST_OBJC variable for OBJC/OBJCXX test conditionsBrad King2022-10-312-9/+17
* | | | | | | Merge topic 'test-eol'Brad King2022-11-012-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Tests: Provide RunCMake.CommandLine compare_files data more robustlyBrad King2022-10-312-3/+3
| |/ / / / / /
* | | | | | | Merge topic 'lcc-cleanup'Brad King2022-11-011-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Tests: Teach CheckSourceTree test to clean up more specific known filesBrad King2022-10-311-0/+1
* | | | | | | | Merge topic 'update-nghttp2'Brad King2022-11-0128-695/+3252
|\ \ \ \ \ \ \ \