Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmUVProcessChain: Add option for external uv_loop_t | Kyle Edwards | 2023-12-05 | 3 | -3/+84 |
* | Merge branch 'release-3.28' | Brad King | 2023-12-05 | 0 | -0/+0 |
|\ | |||||
| * | Merge topic 'RH-gcc-toolset-10-bug-check' into release-3.28 | Brad King | 2023-12-05 | 1 | -0/+28 |
| |\ | |||||
* | \ | Merge topic 'RH-gcc-toolset-10-bug-check' | Brad King | 2023-12-05 | 1 | -0/+28 |
|\ \ \ | | |/ | |/| | |||||
| * | | cmCMakePath: do not use std::filesystem::path with RH gcc-toolset-10 | Marc Chevrier | 2023-12-04 | 1 | -0/+28 |
* | | | Merge topic 'fix-doc-add_library-INTERFACE-EXCLUDE_FROM_ALL' | Brad King | 2023-12-05 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Help: Fix signature of add_library(<name> INTERFACE EXCLUDE_FROM_ALL) | namniav | 2023-12-04 | 1 | -1/+1 |
* | | | | Merge branch 'release-3.28' | Brad King | 2023-12-05 | 0 | -0/+0 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Merge topic 'cxxmodules-pch' into release-3.28 | Brad King | 2023-12-05 | 6 | -8/+34 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'cxxmodules-pch' | Brad King | 2023-12-05 | 6 | -8/+34 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | cmNinjaTargetGenerator: PCH files do not need dyndep | Ben Boeckel | 2023-12-04 | 1 | -8/+7 |
| * | | | | cmLocalGenerator: prevent scanning of PCH source files | Ben Boeckel | 2023-12-04 | 1 | -0/+3 |
| * | | | | Tests/CXXModules: add a test which scans a PCH-using source | Ben Boeckel | 2023-12-04 | 4 | -0/+24 |
* | | | | | Merge branch 'release-3.28' | Brad King | 2023-12-05 | 0 | -0/+0 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge topic 'cmFileCopier-error-loss' into release-3.28 | Brad King | 2023-12-05 | 7 | -59/+77 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'cmFileCopier-error-loss' | Brad King | 2023-12-05 | 7 | -59/+77 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | errors: avoid constructing a stream before getting the last error | Ben Boeckel | 2023-12-02 | 5 | -28/+20 |
| * | | | | | cmFileCopier: remember error statuses and get their strings | Ben Boeckel | 2023-12-02 | 1 | -14/+23 |
| * | | | | | cmFileTimes: return status codes from APIs | Ben Boeckel | 2023-12-02 | 2 | -17/+34 |
* | | | | | | Merge branch 'release-3.28' | Brad King | 2023-12-05 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge topic 'fix-include-windows' into release-3.28 | Brad King | 2023-12-05 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'fix-include-windows' | Brad King | 2023-12-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | cmFileLockResult: Fix inclusion of windows.h when cross-compiling | Brad King | 2023-12-04 | 1 | -1/+1 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'release-3.28' | Brad King | 2023-12-05 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge topic 'execute_process-no-extension' into release-3.28 | Brad King | 2023-12-05 | 1 | -13/+30 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'execute_process-no-extension' | Brad King | 2023-12-05 | 1 | -13/+30 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | libuv: win/spawn: run executables with no file extension | Kyle Edwards | 2023-12-04 | 1 | -2/+6 |
| * | | | | | libuv: Revert "win/spawn: run executables with no file extension" | Brad King | 2023-12-04 | 1 | -12/+25 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-12-05 | 1 | -1/+1 |
* | | | | | | Merge topic 'ctest-jobserver-client' | Brad King | 2023-12-04 | 18 | -0/+933 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ctest: Add support for running under a make job server on POSIX systems | Brad King | 2023-12-03 | 13 | -0/+136 |
| * | | | | | | cmUVJobServerClient: Add libuv-based job server integration client | Brad King | 2023-12-03 | 5 | -0/+797 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge topic 'fileapi-exe-launcher' | Brad King | 2023-12-04 | 15 | -6/+369 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fileapi: Add cross-compiling emulator to codemodel-v2 | Ralf Habacker | 2023-12-01 | 15 | -6/+369 |
* | | | | | | | Merge topic 'update-librhash' | Brad King | 2023-12-04 | 18 | -275/+878 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | librhash: Update build within CMake for rhash 1.4.4 | Brad King | 2023-12-01 | 2 | -1/+5 |
| * | | | | | | | librhash: aligned_alloc is not available with IBM XLClang on Linux | Brad King | 2023-12-01 | 1 | -0/+1 |
| * | | | | | | | librhash: aligned_alloc is not available on Solaris | Brad King | 2023-12-01 | 1 | -1/+1 |
| * | | | | | | | librhash: Remove source fragments not needed for CMake | Brad King | 2023-11-28 | 1 | -4/+0 |
| * | | | | | | | Merge branch 'upstream-librhash' into update-librhash | Brad King | 2023-11-28 | 15 | -273/+874 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | librhash 2023-07-14 (cfe77846) | librhash upstream | 2023-11-28 | 15 | -342/+874 |
| * | | | | | | | | librhash: Update import script to get rhash 1.4.4 | Brad King | 2023-11-28 | 1 | -1/+2 |
* | | | | | | | | | Merge topic 'cmake-non-writable-build-dir' | Brad King | 2023-12-04 | 7 | -14/+54 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Tests: Add case covering non-writable CMAKE_BINARY_DIR | Brad King | 2023-11-30 | 4 | -0/+26 |
| * | | | | | | | | | Tests: Factor out RunCMake helper to get UNIX user id | Brad King | 2023-11-30 | 2 | -12/+19 |
| * | | | | | | | | | cmake: Improve error message if CMAKE_BINARY_DIR not writable | scivision | 2023-11-30 | 1 | -2/+9 |
* | | | | | | | | | | Merge branch 'release-3.28' | Brad King | 2023-12-04 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Merge topic 'libuv-win-no-default-current-directory' into release-3.28 | Brad King | 2023-12-04 | 1 | -4/+6 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge topic 'libuv-win-no-default-current-directory' | Brad King | 2023-12-04 | 1 | -4/+6 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | libuv: win: honor NoDefaultCurrentDirectoryInExePath env var | Kyle Edwards | 2023-12-01 | 1 | -4/+6 |
| |/ / / / / / / / |