| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | cmUVProcessChain: Add Status::GetException() method | Kyle Edwards | 2023-06-05 | 4 | -14/+326 |
|
|
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-06-06 | 1 | -1/+1 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Merge topic 'file-api-query-command' | Brad King | 2023-06-05 | 17 | -11/+447 |
|\ \ \ \ \ |
|
| * | | | | | cmake_file_api: New project command | Craig Scott | 2023-06-05 | 17 | -11/+447 |
|
|
* | | | | | | Merge topic 'ci-hip-5.5' | Brad King | 2023-06-05 | 10 | -27/+65 |
|\ \ \ \ \ \ |
|
| * | | | | | | gitlab-ci: Update HIP job to ROCm 5.5 | Brad King | 2023-06-02 | 3 | -7/+7 |
|
|
| * | | | | | | ci: Update HIP image to ROCm 5.5 on Ubuntu 22.04 | Brad King | 2023-06-02 | 7 | -20/+58 |
|
|
* | | | | | | | Merge topic 'hip-usr-include' | Brad King | 2023-06-05 | 1 | -0/+11 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | HIP: Fix implicit include directory detection under /usr/include | Cordell Bloor | 2023-06-02 | 1 | -0/+11 |
| |/ / / / / / |
|
* | | | | | | | Merge topic 'orkun_24968_02_06_2023' | Brad King | 2023-06-05 | 1 | -4/+6 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Test: Generate pseudo linters generator independent | Orkun Tokdemir | 2023-06-02 | 1 | -4/+6 |
| |/ / / / / / |
|
* | | | | | | | Merge topic 'FindOpenACC-shell-flags' | Brad King | 2023-06-05 | 1 | -2/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | FindOpenACC: Keep flags together in imported target usage requirements | Brad King | 2023-06-02 | 1 | -2/+2 |
|
|
* | | | | | | | | Merge topic 'ctest-timeout-signal' | Brad King | 2023-06-05 | 36 | -18/+466 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
|
| * | | | | | | | ctest: Optionally terminate tests with a custom signal on timeout | Brad King | 2023-06-02 | 34 | -1/+433 |
|
|
| * | | | | | | | CTest/cmProcess: Adopt field tracking reason for the process timeout | Brad King | 2023-05-31 | 4 | -13/+32 |
|
|
| * | | | | | | | cmCTestTestHandler: Remove outdated comment | Brad King | 2023-05-31 | 1 | -4/+0 |
|
|
| * | | | | | | | IWYU: Add mapping for bits/chrono.h to chrono | Brad King | 2023-05-31 | 1 | -0/+1 |
|
|
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-06-05 | 1 | -1/+1 |
| |_|_|_|_|/ /
|/| | | | | | |
|
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-06-04 | 1 | -1/+1 |
|
|
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-06-03 | 1 | -1/+1 |
| |_|/ / / /
|/| | | | | |
|
* | | | | | | Merge topic 'cxxmodules-remove-dyndep-variable' | Brad King | 2023-06-02 | 48 | -199/+16 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | cxxmodules: remove `CMAKE_EXPERIMENTAL_CXX_MODULE_DYNDEP` variable | Ben Boeckel | 2023-06-01 | 48 | -199/+16 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge topic 'FindOpenMP-shell-flags' | Brad King | 2023-06-02 | 1 | -4/+2 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | FindOpenMP: Keep flags together in imported target usage requirements | Brad King | 2023-06-01 | 1 | -4/+2 |
| |/ / / |
|
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-06-02 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge topic 'ep-tls-verify' | Brad King | 2023-06-01 | 3 | -14/+54 |
|\ \ \ |
|
| * | | | ExternalProject: Respect TLS_VERIFY for git update step | Craig Scott | 2023-06-01 | 3 | -13/+48 |
|
|
| * | | | Help: Clarify default TLS_VERIFY behavior for git download method | Craig Scott | 2023-05-28 | 1 | -1/+6 |
|
|
* | | | | Merge topic 'automoc-moc-options-test' | Brad King | 2023-06-01 | 9 | -11/+82 |
|\ \ \ \ |
|
| * | | | | cmQtAutoGenInitializer: Reduce string copies | Orkun Tokdemir | 2023-05-31 | 1 | -1/+1 |
|
|
| * | | | | cmQtAutoGenInitializer: Remove no-op calls | Orkun Tokdemir | 2023-05-31 | 1 | -4/+0 |
|
|
| * | | | | cmQtAutoGenInitializer: Improve const correctness | Orkun Tokdemir | 2023-05-31 | 1 | -4/+4 |
|
|
| * | | | | cmTarget: Improve const correctness of AddUtility | Orkun Tokdemir | 2023-05-31 | 2 | -2/+3 |
|
|
| * | | | | Help: Add AUTOMOC_MOC_OPTIONS example | Orkun Tokdemir | 2023-05-31 | 1 | -0/+36 |
|
|
| * | | | | Tests: Add test for AUTOMOC_MOC_OPTIONS | Orkun Tokdemir | 2023-05-31 | 5 | -0/+38 |
| | |/ /
| |/| | |
|
* | | | | Merge topic 'cmuvprocesschain-finished' | Kyle Edwards | 2023-06-01 | 3 | -0/+18 |
|\ \ \ \ |
|
| * | | | | cmUVProcessChain: Add Finished() method | Kyle Edwards | 2023-05-31 | 3 | -0/+18 |
| |/ / / |
|
* | | | | Merge topic 'hip-multiarch' | Brad King | 2023-06-01 | 5 | -11/+47 |
|\ \ \ \ |
|
| * | | | | HIP: Fix search for hip-lang CMake package on multiarch distros | Brad King | 2023-05-31 | 3 | -8/+45 |
|
|
| * | | | | Linux: Provide multiarch library directory regex earlier | Brad King | 2023-05-31 | 2 | -3/+2 |
| |/ / / |
|
* | | | | Merge topic 'remove-header-unit-fileset-type' | Brad King | 2023-06-01 | 48 | -376/+43 |
|\ \ \ \ |
|
| * | | | | cxxmodules: update the experimental UUID | Ben Boeckel | 2023-05-31 | 12 | -12/+12 |
|
|
| * | | | | cxxmodules: remove support for `CXX_MODULE_HEADER_UNITS` filesets | Ben Boeckel | 2023-05-31 | 36 | -364/+31 |
| |/ / / |
|
* | | | | Merge topic 'cuda-ipo-arch' | Brad King | 2023-06-01 | 2 | -3/+10 |
|\ \ \ \ |
|
| * | | | | CUDA/NVIDIA: fix LTO with explicit architectures | Rafael Stahl | 2023-05-31 | 2 | -3/+10 |
|
|
* | | | | | Merge topic 'cmake-compile-no-warning-as-error' | Brad King | 2023-06-01 | 7 | -18/+38 |
|\ \ \ \ \ |
|
| * | | | | | Preserve --compile-no-warning-as-error in automatic CMake re-runs | Brad King | 2023-05-30 | 7 | -18/+38 |
|
|
| * | | | | | Xcode: Internally uses -S instead of -H to specify source directory | Brad King | 2023-05-30 | 1 | -1/+1 |
|
|
* | | | | | | Merge topic 'update-curl' | Brad King | 2023-06-01 | 132 | -6905/+11993 |
|\ \ \ \ \ \ |
|