summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cxxmodules-msvc-corner-cases'Brad King2023-12-065-3/+27
|\
| * Tests/CXXModules: enhance `internal-partitions` testBen Boeckel2023-12-054-1/+17
| * Tests/CXXModules: import from an internal partitionBen Boeckel2023-12-053-2/+10
* | Merge branch 'release-3.28'Brad King2023-12-060-0/+0
|\ \
| * \ Merge topic 'fix-cxx-module-transitive-requirements' into release-3.28Brad King2023-12-0636-6/+392
| |\ \
* | \ \ Merge topic 'fix-cxx-module-transitive-requirements'Brad King2023-12-0636-6/+392
|\ \ \ \ | | |/ / | |/| |
| * | | cmCxxModuleMapper: Fix transitive requirements computationnamniav2023-12-0536-6/+392
* | | | Merge branch 'release-3.28'Brad King2023-12-060-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge topic 'LLVMFlang-MSVC-debug' into release-3.28Brad King2023-12-063-9/+16
| |\ \ \
* | \ \ \ Merge topic 'LLVMFlang-MSVC-debug'Brad King2023-12-063-9/+16
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | LLVMFlang: Fix MSVC ABI debug information format optionsBrad King2023-12-053-9/+16
| | |_|/ | |/| |
* | | | Merge branch 'release-3.28'Brad King2023-12-060-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge topic 'imported-implib-only' into release-3.28Brad King2023-12-063-12/+26
| |\ \ \ | | |_|/ | |/| |
* | | | Merge topic 'imported-implib-only'Brad King2023-12-063-12/+26
|\ \ \ \ | | |/ / | |/| |
| * | | cmComputeLinkInformation: Restore soname lookup for non-imported targetsBrad King2023-12-052-12/+12
| * | | cmGeneratorTarget: Add helper to check for known runtime artifactBrad King2023-12-052-0/+14
| |/ /
* | | Merge topic 'ci-clang-tidy-patch'Brad King2023-12-068-1/+36
|\ \ \
| * | | ci: export clang-tidy fixes as an artifactKyle Edwards2023-12-058-1/+36
* | | | CMake Nightly Date StampKitware Robot2023-12-061-1/+1
|/ / /
* | | Merge branch 'release-3.28'Brad King2023-12-050-0/+0
|\ \ \ | |/ /
| * | Merge topic 'RH-gcc-toolset-10-bug-check' into release-3.28Brad King2023-12-051-0/+28
| |\ \
* | \ \ Merge topic 'RH-gcc-toolset-10-bug-check'Brad King2023-12-051-0/+28
|\ \ \ \ | | |/ / | |/| |
| * | | cmCMakePath: do not use std::filesystem::path with RH gcc-toolset-10Marc Chevrier2023-12-041-0/+28
| | |/ | |/|
* | | Merge topic 'fix-doc-add_library-INTERFACE-EXCLUDE_FROM_ALL'Brad King2023-12-051-1/+1
|\ \ \
| * | | Help: Fix signature of add_library(<name> INTERFACE EXCLUDE_FROM_ALL)namniav2023-12-041-1/+1
* | | | Merge branch 'release-3.28'Brad King2023-12-050-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge topic 'cxxmodules-pch' into release-3.28Brad King2023-12-056-8/+34
| |\ \ \
* | \ \ \ Merge topic 'cxxmodules-pch'Brad King2023-12-056-8/+34
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | cmNinjaTargetGenerator: PCH files do not need dyndepBen Boeckel2023-12-041-8/+7
| * | | | cmLocalGenerator: prevent scanning of PCH source filesBen Boeckel2023-12-041-0/+3
| * | | | Tests/CXXModules: add a test which scans a PCH-using sourceBen Boeckel2023-12-044-0/+24
* | | | | Merge branch 'release-3.28'Brad King2023-12-050-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'cmFileCopier-error-loss' into release-3.28Brad King2023-12-057-59/+77
| |\ \ \ \
* | \ \ \ \ Merge topic 'cmFileCopier-error-loss'Brad King2023-12-057-59/+77
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | errors: avoid constructing a stream before getting the last errorBen Boeckel2023-12-025-28/+20
| * | | | | cmFileCopier: remember error statuses and get their stringsBen Boeckel2023-12-021-14/+23
| * | | | | cmFileTimes: return status codes from APIsBen Boeckel2023-12-022-17/+34
* | | | | | Merge branch 'release-3.28'Brad King2023-12-050-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'fix-include-windows' into release-3.28Brad King2023-12-051-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'fix-include-windows'Brad King2023-12-051-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | cmFileLockResult: Fix inclusion of windows.h when cross-compilingBrad King2023-12-041-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'release-3.28'Brad King2023-12-050-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'execute_process-no-extension' into release-3.28Brad King2023-12-051-13/+30
| |\ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Merge topic 'execute_process-no-extension'Brad King2023-12-051-13/+30
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | libuv: win/spawn: run executables with no file extensionKyle Edwards2023-12-041-2/+6
| * | | | | libuv: Revert "win/spawn: run executables with no file extension"Brad King2023-12-041-12/+25
| |\ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2023-12-051-1/+1
* | | | | | Merge topic 'ctest-jobserver-client'Brad King2023-12-0418-0/+933
|\ \ \ \ \ \
| * | | | | | ctest: Add support for running under a make job server on POSIX systemsBrad King2023-12-0313-0/+136
| * | | | | | cmUVJobServerClient: Add libuv-based job server integration clientBrad King2023-12-035-0/+797
| | |_|_|_|/ | |/| | | |