summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'fileapi-exe-launcher'Brad King2023-12-0415-6/+369
|\ \ \ \ \ \
| * | | | | | fileapi: Add cross-compiling emulator to codemodel-v2Ralf Habacker2023-12-0115-6/+369
* | | | | | | Merge topic 'update-librhash'Brad King2023-12-0418-275/+878
|\ \ \ \ \ \ \
| * | | | | | | librhash: Update build within CMake for rhash 1.4.4Brad King2023-12-012-1/+5
| * | | | | | | librhash: aligned_alloc is not available with IBM XLClang on LinuxBrad King2023-12-011-0/+1
| * | | | | | | librhash: aligned_alloc is not available on SolarisBrad King2023-12-011-1/+1
| * | | | | | | librhash: Remove source fragments not needed for CMakeBrad King2023-11-281-4/+0
| * | | | | | | Merge branch 'upstream-librhash' into update-librhashBrad King2023-11-2815-273/+874
| |\ \ \ \ \ \ \
| | * | | | | | | librhash 2023-07-14 (cfe77846)librhash upstream2023-11-2815-342/+874