Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge topic 'remove-exec-program-usage' | Brad King | 2023-07-25 | 12 | -68/+69 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmake_uninstall.cmake.in: Replace exec_program() with execute_process() | Kyle Edwards | 2023-07-24 | 1 | -3/+3 | |
| * | | | | | | Tests/ExternalOBJ: Replace exec_program() with execute_process() | Kyle Edwards | 2023-07-24 | 2 | -2/+2 | |
| * | | | | | | Tests/ComplexOneConfig: Replace exec_program() with execute_process() | Kyle Edwards | 2023-07-24 | 1 | -3/+3 | |
| * | | | | | | Tests/Complex: Replace exec_program() with execute_process() | Kyle Edwards | 2023-07-24 | 1 | -3/+3 | |
| * | | | | | | Tests/CommandLineTest: Replace exec_program() with execute_process() | Kyle Edwards | 2023-07-24 | 1 | -34/+34 | |
| * | | | | | | Tests/CMakeOnly: Replace exec_program() with execute_process() | Kyle Edwards | 2023-07-24 | 1 | -3/+3 | |
| * | | | | | | UsePkgConfig: Replace exec_program() with execute_process() | Kyle Edwards | 2023-07-24 | 1 | -5/+5 | |
| * | | | | | | FindwxWindows: Replace exec_program() with execute_process() | Kyle Edwards | 2023-07-24 | 1 | -6/+7 | |
| * | | | | | | FindQt: Replace exec_program() with execute_process() | Kyle Edwards | 2023-07-24 | 1 | -3/+3 | |
| * | | | | | | FindFLTK2: Replace exec_program() with execute_process() | Kyle Edwards | 2023-07-24 | 1 | -2/+2 | |
| * | | | | | | FindFLTK: Replace exec_program() with execute_process() | Kyle Edwards | 2023-07-24 | 1 | -4/+4 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'release-3.27' | Brad King | 2023-07-25 | 0 | -0/+0 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | Merge topic 'fix-ctest-timeout-regression' into release-3.27 | Brad King | 2023-07-25 | 3 | -3/+18 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge topic 'fix-ctest-timeout-regression' | Brad King | 2023-07-25 | 3 | -3/+18 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | CTest: Fix regression in calculating test timeout | Kyle Edwards | 2023-07-24 | 3 | -3/+18 | |
| |/ / / / / | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-25 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge topic 'file-REAL_PATH-relative' | Brad King | 2023-07-24 | 17 | -10/+189 | |
|\ \ \ \ \ | ||||||
| * | | | | | file(REAL_PATH): resolve symlinks before '..' components | Robert Maynard | 2023-07-20 | 17 | -10/+189 | |
* | | | | | | Merge branch 'release-3.27' | Brad King | 2023-07-24 | 0 | -0/+0 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge topic 'dyndep-module-info-objlib-dependency' into release-3.27 | Brad King | 2023-07-24 | 11 | -5/+81 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge topic 'dyndep-module-info-objlib-dependency' | Brad King | 2023-07-24 | 11 | -5/+81 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | cmComputeLinkInformation: track OBJECT library dependencies | Ben Boeckel | 2023-07-22 | 3 | -5/+24 | |
| * | | | | | | Tests/RunCMake/CXXModules: add a test for issue #25112 | Ben Boeckel | 2023-07-22 | 5 | -0/+39 | |
| * | | | | | | Tests/FortranOnly: add a test case for issue #25112 | Ben Boeckel | 2023-07-22 | 3 | -0/+18 | |
| |/ / / / / | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-24 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-23 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-22 | 1 | -1/+1 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Merge topic 'cmstrcat-pass' | Brad King | 2023-07-21 | 3 | -108/+117 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmMakefile: use single characters where possible | Ben Boeckel | 2023-07-19 | 1 | -6/+6 | |
| * | | | | | cmMakefile: use static string views in some locations | Ben Boeckel | 2023-07-19 | 1 | -10/+9 | |
| * | | | | | cmMakefile: use `cmStrCat` where possible | Ben Boeckel | 2023-07-19 | 1 | -21/+26 | |
| * | | | | | cmGlobalGenerator: use single chars where possible | Ben Boeckel | 2023-07-19 | 1 | -1/+1 | |
| * | | | | | cmGlobalGenerator: use `cmStrCat` where possible | Ben Boeckel | 2023-07-19 | 1 | -39/+42 | |
| * | | | | | cmCoreTryCompile: combine strings where possible | Ben Boeckel | 2023-07-19 | 1 | -11/+14 | |
| * | | | | | cmCoreTryCompile: use single characters where possible | Ben Boeckel | 2023-07-19 | 1 | -16/+16 | |
| * | | | | | cmCoreTryCompile: use `cmStrCat` where possible | Ben Boeckel | 2023-07-19 | 1 | -15/+14 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge topic 'deprecate-install-combined' | Brad King | 2023-07-21 | 3 | -4/+22 | |
|\ \ \ \ \ | ||||||
| * | | | | | Help: Document IOS_INSTALL_COMBINED as deprecated | Márton Marczell | 2023-07-20 | 3 | -4/+22 | |
* | | | | | | Merge branch 'release-3.27' | Brad King | 2023-07-21 | 0 | -0/+0 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | Merge topic 'FindOpenSSL-trust-root-dir' into release-3.27 | Brad King | 2023-07-21 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge topic 'FindOpenSSL-trust-root-dir' | Brad King | 2023-07-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | FindOpenSSL: Prefer OPENSSL_ROOT_DIR only if non-empty | Brad King | 2023-07-20 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'release-3.27' | Brad King | 2023-07-21 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Merge branch 'release-3.26' into release-3.27 | Brad King | 2023-07-21 | 0 | -0/+0 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
* | | | | | | | Merge branch 'release-3.26' | Brad King | 2023-07-21 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Merge branch 'FindCUDAToolkit-libnvrtc-builtins' into release-3.26 | Brad King | 2023-07-20 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | Merge branch 'release-3.27' | Brad King | 2023-07-21 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge topic 'FindCUDAToolkit-libnvrtc-builtins' into release-3.27 | Brad King | 2023-07-21 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| / / / / | | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'FindCUDAToolkit-libnvrtc-builtins' | Brad King | 2023-07-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | |