Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'ctest-generate-resource-spec-file' | Kyle Edwards | 2023-08-14 | 49 | -46/+417 |
|\ | |||||
| * | CTest: Add ability to dynamically generate resource spec file | Kyle Edwards | 2023-08-10 | 48 | -37/+406 |
| * | cmCTestRunTest::StartFailure(): Add total argument | Kyle Edwards | 2023-08-10 | 3 | -9/+11 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2023-08-14 | 1 | -1/+1 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2023-08-13 | 1 | -1/+1 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2023-08-12 | 1 | -1/+1 |
* | | Merge topic 'nvcc-std-flags' | Brad King | 2023-08-11 | 2 | -62/+71 |
|\ \ | |||||
| * | | NVIDIA-CUDA: Factor out helper for NVCC C++ standard flags | Brad King | 2023-08-10 | 2 | -62/+71 |
* | | | Merge topic 'hip-compiler-id' | Brad King | 2023-08-11 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | HIP: Limit compiler id candidates to those supporting HIP | Brad King | 2023-08-10 | 1 | -0/+4 |
| |/ / | |||||
* | | | Merge topic 'test-ifort-windows' | Brad King | 2023-08-11 | 1 | -0/+5 |
|\ \ \ | |||||
| * | | | Tests: Fix RunCMake.BuildDepends Fortran case with Intel compiler on Windows | Brad King | 2023-08-10 | 1 | -0/+5 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-08-11 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge branch 'release-3.27' | Brad King | 2023-08-10 | 0 | -0/+0 |
|\ \ \ | |||||
| * | | | CMake 3.27.2v3.27.2 | Brad King | 2023-08-10 | 1 | -1/+1 |
* | | | | Merge branch 'release-3.27' | Brad King | 2023-08-10 | 0 | -0/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge topic 'vs-sdk-selection' into release-3.27 | Brad King | 2023-08-10 | 18 | -109/+201 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'vs-sdk-selection' | Brad King | 2023-08-10 | 18 | -109/+200 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Merge branch 'backport-vs-sdk-selection' into vs-sdk-selection | Brad King | 2023-08-10 | 18 | -109/+200 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | VS: Select latest Windows SDK even when targeting Windows 8.1 and below | Brad King | 2023-08-10 | 4 | -5/+24 |
| | * | | | VS: Teach CMAKE_GENERATOR_PLATFORM to support Windows 8.1 SDK selection | Brad King | 2023-08-10 | 4 | -0/+40 |
| | * | | | VS: Teach CMAKE_GENERATOR_PLATFORM to use Windows 10 SDKs for older versions | Brad King | 2023-08-10 | 14 | -59/+91 |
| | * | | | VS: Consolidate Windows SDK major version selection dispatch | Brad King | 2023-08-10 | 4 | -24/+23 |
| | * | | | VS: Do not print empty Windows SDK version when none is selected | Brad King | 2023-08-10 | 1 | -1/+2 |
| | * | | | Tests: Remove redundant condition in RunCMake.GeneratorPlatform test | Brad King | 2023-08-10 | 1 | -23/+21 |
| | * | | | Help: Add 3.27 release note on VS default SDK selection | Brad King | 2023-08-09 | 1 | -1/+4 |
* | | | | | Merge branch 'release-3.27' | Brad King | 2023-08-10 | 0 | -0/+0 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Merge topic 'sphinx-search-index' into release-3.27 | Brad King | 2023-08-10 | 1 | -0/+2 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'sphinx-search-index' | Brad King | 2023-08-10 | 1 | -0/+2 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | ci: Suppress cmake.org html documentation search results for index entries | Brad King | 2023-08-10 | 1 | -0/+2 |
| |/ / / | |||||
* | | | | Merge topic 'OPTIMIZE_DEPENDENCIES-runtime-targets' | Brad King | 2023-08-10 | 11 | -3/+76 |
|\ \ \ \ | |||||
| * | | | | OPTIMIZE_DEPENDENCIES: Skip order-only deps for non-linking targets | Craig Scott | 2023-08-09 | 11 | -3/+76 |
* | | | | | Merge topic 'cmSystemTools-hash-cleanup' | Brad King | 2023-08-10 | 14 | -166/+108 |
|\ \ \ \ \ | |||||
| * | | | | | cmGlobalGenerator: always support generating rule hashes | Ben Boeckel | 2023-08-08 | 1 | -8/+1 |
| * | | | | | cmLocalGenerator: always support shortening filenames | Ben Boeckel | 2023-08-08 | 2 | -19/+5 |
| * | | | | | cmSystemTools: move `ComputeCertificateThumbprint` to the only consumer | Ben Boeckel | 2023-08-08 | 3 | -85/+71 |
| * | | | | | cmSystemTools: remove `ComputeFileHash` method | Ben Boeckel | 2023-08-08 | 2 | -13/+0 |
| * | | | | | cmCryptoHash: prefer to cmSystemTools::ComputeFileHash | Ben Boeckel | 2023-08-08 | 3 | -11/+9 |
| * | | | | | cmSystemTools: remove `ComputeStringMD5` method | Ben Boeckel | 2023-08-08 | 2 | -9/+0 |
| * | | | | | cmCryptoHash: prefer to cmSystemTools::ComputeStringMD5 | Ben Boeckel | 2023-08-08 | 7 | -21/+22 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'test-cxxmodules-generated-fix' | Brad King | 2023-08-10 | 2 | -5/+9 |
|\ \ \ \ \ | |||||
| * | | | | | Tests/RunCMake/CXXModules: actually generate the source at build time | Ben Boeckel | 2023-08-07 | 2 | -5/+9 |
* | | | | | | Merge topic 'ci-hip' | Brad King | 2023-08-10 | 5 | -1/+29 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ci: Add HIP job based on Fedora image | Brad King | 2023-08-07 | 4 | -0/+21 |
| * | | | | | | ci: Add ROCm HIP to Fedora base image | Brad King | 2023-08-07 | 2 | -1/+8 |
| |/ / / / / | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-08-10 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge topic 'add-cm-fileno' | Brad King | 2023-08-09 | 5 | -14/+34 |
|\ \ \ \ \ | |||||
| * | | | | | Source: Add cm_fileno wrapper | Kyle Edwards | 2023-08-07 | 5 | -14/+34 |
| | |_|/ / | |/| | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-08-09 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | Merge topic 'FindPython-MINGW-support' | Brad King | 2023-08-08 | 1 | -11/+54 |
|\ \ \ \ |