Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Merge branch 'libuv-win-process-no-extra-stdio' | Brad King | 2024-05-22 | 1 | -0/+7 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | libuv: win/spawn: disable extra-file-descriptor support not needed by CMake | Brad King | 2024-05-22 | 1 | -0/+7 | |
| | | |/ / / / / / / | | |/| | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'fetchcontent_policies_block' | Craig Scott | 2024-05-28 | 1 | -3/+41 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | FetchContent: Set policies for most commands | Craig Scott | 2024-05-27 | 1 | -3/+41 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-05-28 | 1 | -1/+1 | |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-05-27 | 1 | -1/+1 | |
| |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge topic 'cmp0168_fetchcontent_populate' | Craig Scott | 2024-05-26 | 2 | -3/+43 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | FetchContent: Make FetchContent_Populate() honor CMP0168 | Craig Scott | 2024-05-25 | 2 | -3/+43 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-05-26 | 1 | -1/+1 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-05-25 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge branch 'release-3.29' | Brad King | 2024-05-24 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge topic 'cuda-vs-17.10' into release-3.29 | Brad King | 2024-05-24 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'cuda-vs-17.10' | Brad King | 2024-05-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | VS: Fix compiler identification of nvcc with unsupported host compiler | Brad King | 2024-05-23 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'doc-test-RunCMake' | Brad King | 2024-05-24 | 2 | -30/+205 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Tests/RunCMake: Document how to write multi-step test cases | Brad King | 2024-05-23 | 1 | -0/+26 | |
| * | | | | | | | Tests/RunCMake: Document commands/variables available to RunCMakeTest scripts | Brad King | 2024-05-23 | 1 | -8/+132 | |
| * | | | | | | | Tests/RunCMake: Clarify documentation of platform-specific output matching | Brad King | 2024-05-23 | 1 | -5/+2 | |
| * | | | | | | | Tests/RunCMake: Rename "sub-test" terminology to "case" | Brad King | 2024-05-23 | 1 | -17/+17 | |
| * | | | | | | | Tests/RunCMake: Organize README as multiple sections | Brad King | 2024-05-23 | 1 | -1/+13 | |
| * | | | | | | | Tests/RunCMake: Cross-reference README from main Tests/README | Brad King | 2024-05-23 | 2 | -2/+18 | |
* | | | | | | | | Merge topic 'genex-compiler-frontend-variant' | Brad King | 2024-05-24 | 15 | -17/+274 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | GenEx: Add generator expr. for CMAKE_<LANG>_COMPILER_FRONTEND_VARIANT | Deniz Bahadir | 2024-05-22 | 15 | -7/+264 | |
| * | | | | | | | | Help: Use correct programming language names in docs of generator expr. | Deniz Bahadir | 2024-05-22 | 1 | -10/+10 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'qcc-ipo' | Brad King | 2024-05-24 | 1 | -8/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | QCC: Enable IPO support, inheriting from GNU Compiler | Pablo Romero | 2024-05-23 | 1 | -8/+0 | |
* | | | | | | | | | Merge topic 'ninja-parallel' | Brad King | 2024-05-24 | 20 | -11/+157 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Ninja: Add option for parallel install | Martin Duffy | 2024-05-23 | 20 | -4/+135 | |
| * | | | | | | | | | Help: Add Builtin Targets section to Ninja help | Martin Duffy | 2024-05-22 | 1 | -7/+22 | |
* | | | | | | | | | | Merge topic 'add-test-macro-doc' | Brad King | 2024-05-24 | 1 | -2/+10 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Tests: Improve documentation of ADD_TEST_MACRO | Dave Abrahams | 2024-05-23 | 1 | -2/+10 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-05-24 | 1 | -1/+1 | |
| |_|_|/ / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge topic 'adsp-asm-support' | Brad King | 2024-05-23 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ADSP: Treat .s files as asm sources | Rupert Clarke | 2024-05-21 | 1 | -1/+1 | |
| * | | | | | | | | | ADSP: Preserve ASM output ext and flags as we do for C and CXX | Rupert Clarke | 2024-05-21 | 1 | -2/+0 | |
* | | | | | | | | | | Merge topic 'ohos' | Brad King | 2024-05-23 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | OHOS: Add support for OpenHarmony OS | Jonathan Schwender | 2024-05-22 | 1 | -0/+2 | |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-05-23 | 1 | -1/+1 | |
| |_|/ / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge topic 'readme-build-with-cmake-first' | Brad King | 2024-05-22 | 1 | -18/+18 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | README: Document non-bootstrap build instructions first | Dave Abrahams | 2024-05-22 | 1 | -18/+18 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'test-CMAKE_Swift_MODULE_DIRECTORY' | Brad King | 2024-05-22 | 1 | -0/+11 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Swift: test that CMAKE_Swift_MODULE_DIRECTORY is respected. | Dave Abrahams | 2024-05-16 | 1 | -0/+11 | |
* | | | | | | | | | | Merge topic 'custom-transitive-properties' | Brad King | 2024-05-22 | 39 | -93/+1020 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | GenEx: Add support for custom transitive link properties | Brad King | 2024-05-21 | 16 | -7/+266 | |
| * | | | | | | | | | GenEx: Add support for custom transitive compile properties | Brad King | 2024-05-21 | 27 | -10/+643 | |
| * | | | | | | | | | cmGeneratorExpressionDAGChecker: Make config name available in constructor | Brad King | 2024-05-21 | 15 | -54/+70 | |
| * | | | | | | | | | cmGeneratorTarget: Add GetLinkImplementationClosure mode for linking | Brad King | 2024-05-21 | 4 | -14/+24 | |
| * | | | | | | | | | cmGeneratorTarget: Add TransitiveProperty constructor to help some compilers | Brad King | 2024-05-21 | 1 | -0/+7 | |
| * | | | | | | | | | Help: Format TARGET_PROPERTY special evaluation rules as a definition list | Brad King | 2024-05-21 | 1 | -16/+18 | |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-05-22 | 1 | -1/+1 | |
|/ / / / / / / / / |