Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-tidy: fix `readability-container-data-pointer` lints | Ben Boeckel | 2023-07-27 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2023-07-27 | 1 | -1/+1 |
* | Merge topic 'findcuda_mark_stub_libraries_as_no_rpath' | Brad King | 2023-07-26 | 1 | -8/+17 |
|\ | |||||
| * | FindCUDAToolkit: targets pointing to stubs now use IMPORTED_IMPLIB | Robert Maynard | 2023-07-24 | 1 | -8/+17 |
* | | Merge topic 'jobserver-fix' | Brad King | 2023-07-26 | 8 | -36/+82 |
|\ \ | |||||
| * | | add_custom_{command,target}: Teach JOB_SERVER_AWARE about WORKING_DIRECTORY | Chris Mahoney | 2023-07-25 | 8 | -36/+82 |
* | | | Merge topic 'cmPolicies-cmStrCat' | Brad King | 2023-07-26 | 1 | -85/+75 |
|\ \ \ | |||||
| * | | | cmPolicies: use `cmStrCat` for error message building | Ben Boeckel | 2023-07-24 | 1 | -84/+68 |
| * | | | cmPolicies: use `cmStrCat` for string additions | Ben Boeckel | 2023-07-24 | 1 | -1/+1 |
| * | | | cmPolicies: use character literals where possible | Ben Boeckel | 2023-07-24 | 1 | -2/+2 |
| * | | | cmPolicies: combine string literals where possible | Ben Boeckel | 2023-07-24 | 1 | -22/+28 |
| | |/ | |/| | |||||
* | | | Merge topic 'exec-program-policy' | Kyle Edwards | 2023-07-26 | 18 | -2/+61 |
|\ \ \ | |||||
| * | | | exec_program(): Remove by policy CMP0153 | Kyle Edwards | 2023-07-25 | 18 | -2/+61 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-26 | 1 | -1/+1 |
* | | | | Merge branch 'release-3.27' | Brad King | 2023-07-25 | 1 | -0/+12 |
|\ \ \ \ | |||||
| * | | | | CMake 3.27.1v3.27.1 | Brad King | 2023-07-25 | 2 | -1/+13 |
* | | | | | Merge branch 'release-3.27' | Brad King | 2023-07-25 | 0 | -0/+0 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge topic 'property-typo-fix' into release-3.27 | Brad King | 2023-07-25 | 2 | -2/+4 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'property-typo-fix' | Brad King | 2023-07-25 | 2 | -2/+4 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | cmTarget: Restore Fortran_PREPROCESS property initialization | Ben Boeckel | 2023-07-25 | 2 | -2/+4 |
* | | | | | | Merge branch 'release-3.27' | Brad King | 2023-07-25 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge branch 'release-3.26' into release-3.27 | Brad King | 2023-07-25 | 0 | -0/+0 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'release-3.26' | Brad King | 2023-07-25 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge branch 'cdash_checksum_400' into release-3.26 | Brad King | 2023-07-25 | 2 | -10/+13 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge branch 'release-3.27' | Brad King | 2023-07-25 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
| * | | | | | | | Merge topic 'cdash_checksum_400' into release-3.27 | Brad King | 2023-07-25 | 2 | -10/+13 |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| / / / / | | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'cdash_checksum_400' | Brad King | 2023-07-25 | 2 | -10/+13 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | / / / | |_|_|/ / / |/| | | | | | |||||
| * | | | | | ctest: Update ctest_submit for CDash behavior change | Zack Galbreath | 2023-07-25 | 2 | -10/+13 |
| | |/ / / | |/| | | | |||||
* | | | | | 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 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | |