summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `modernize-use-auto` lintsBen Boeckel2023-07-274-32/+32
* Merge topic 'xcframework-target-link-libraries'Kyle Edwards2023-07-2795-41/+852
|\
| * macOS: Add support for linking against .xcframework foldersKyle Edwards2023-07-2694-6/+828
| * bootstrap: Unconditionally build libjsoncppKyle Edwards2023-07-262-35/+24
* | Merge topic 'cmuvprocesschain-wait-0'Brad King2023-07-273-3/+22
|\ \
| * | cmUVProcessChain::Wait(): Treat timeout of 0 as no timeoutKyle Edwards2023-07-263-3/+22
| |/
* | Merge branch 'release-3.27'Brad King2023-07-270-0/+0
|\ \
| * \ Merge topic 'doc-if-exists' into release-3.27Brad King2023-07-271-3/+3
| |\ \
* | \ \ Merge topic 'doc-if-exists'Brad King2023-07-271-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Help: Document that if(EXISTS) requires paths to be readableBrad King2023-07-261-3/+3
| |/ /
* | | Merge topic 'ci-more-tests'Brad King2023-07-275-0/+17
|\ \ \
| * | | ci: test CDash submission tests on some nightly dashboardsBen Boeckel2023-07-254-0/+13
| * | | ci: enable more tests to better match nightly dashboardsBen Boeckel2023-07-251-0/+4
* | | | CMake Nightly Date StampKitware Robot2023-07-271-1/+1
* | | | Merge topic 'findcuda_mark_stub_libraries_as_no_rpath'Brad King2023-07-261-8/+17
|\ \ \ \
| * | | | FindCUDAToolkit: targets pointing to stubs now use IMPORTED_IMPLIBRobert Maynard2023-07-241-8/+17
| |/ / /
* | | | Merge topic 'jobserver-fix'Brad King2023-07-268-36/+82
|\ \ \ \
| * | | | add_custom_{command,target}: Teach JOB_SERVER_AWARE about WORKING_DIRECTORYChris Mahoney2023-07-258-36/+82
* | | | | Merge topic 'cmPolicies-cmStrCat'Brad King2023-07-261-85/+75
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | cmPolicies: use `cmStrCat` for error message buildingBen Boeckel2023-07-241-84/+68
| * | | | cmPolicies: use `cmStrCat` for string additionsBen Boeckel2023-07-241-1/+1
| * | | | cmPolicies: use character literals where possibleBen Boeckel2023-07-241-2/+2
| * | | | cmPolicies: combine string literals where possibleBen Boeckel2023-07-241-22/+28
| | |/ / | |/| |
* | | | Merge topic 'exec-program-policy'Kyle Edwards2023-07-2618-2/+61
|\ \ \ \
| * | | | exec_program(): Remove by policy CMP0153Kyle Edwards2023-07-2518-2/+61
* | | | | CMake Nightly Date StampKitware Robot2023-07-261-1/+1
* | | | | Merge branch 'release-3.27'Brad King2023-07-251-0/+12
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | CMake 3.27.1v3.27.1Brad King2023-07-252-1/+13
* | | | | Merge branch 'release-3.27'Brad King2023-07-250-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge topic 'property-typo-fix' into release-3.27Brad King2023-07-252-2/+4
| |\ \ \ \
* | \ \ \ \ Merge topic 'property-typo-fix'Brad King2023-07-252-2/+4
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | cmTarget: Restore Fortran_PREPROCESS property initializationBen Boeckel2023-07-252-2/+4
* | | | | | Merge branch 'release-3.27'Brad King2023-07-250-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'release-3.26' into release-3.27Brad King2023-07-250-0/+0
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'release-3.26'Brad King2023-07-250-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'cdash_checksum_400' into release-3.26Brad King2023-07-252-10/+13
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'release-3.27'Brad King2023-07-250-0/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge topic 'cdash_checksum_400' into release-3.27Brad King2023-07-252-10/+13
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| / / / / | | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'cdash_checksum_400'Brad King2023-07-252-10/+13
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | / / / | |_|_|/ / / |/| | | | |
| * | | | | ctest: Update ctest_submit for CDash behavior changeZack Galbreath2023-07-252-10/+13
| | |/ / / | |/| | |
* | | | | Merge topic 'remove-exec-program-usage'Brad King2023-07-2512-68/+69
|\ \ \ \ \
| * | | | | cmake_uninstall.cmake.in: Replace exec_program() with execute_process()Kyle Edwards2023-07-241-3/+3
| * | | | | Tests/ExternalOBJ: Replace exec_program() with execute_process()Kyle Edwards2023-07-242-2/+2
| * | | | | Tests/ComplexOneConfig: Replace exec_program() with execute_process()Kyle Edwards2023-07-241-3/+3
| * | | | | Tests/Complex: Replace exec_program() with execute_process()Kyle Edwards2023-07-241-3/+3
| * | | | | Tests/CommandLineTest: Replace exec_program() with execute_process()Kyle Edwards2023-07-241-34/+34
| * | | | | Tests/CMakeOnly: Replace exec_program() with execute_process()Kyle Edwards2023-07-241-3/+3
| * | | | | UsePkgConfig: Replace exec_program() with execute_process()Kyle Edwards2023-07-241-5/+5
| * | | | | FindwxWindows: Replace exec_program() with execute_process()Kyle Edwards2023-07-241-6/+7
| * | | | | FindQt: Replace exec_program() with execute_process()Kyle Edwards2023-07-241-3/+3