Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Fix clang -Wstrict-prototypes warnings | Brad King | 2023-10-26 | 271 | -330/+330 |
* | CMake Nightly Date Stamp | Kitware Robot | 2023-10-25 | 1 | -1/+1 |
* | Merge branch 'release-3.28' | Brad King | 2023-10-24 | 0 | -0/+0 |
|\ | |||||
| * | CMake 3.28.0-rc3v3.28.0-rc3 | Brad King | 2023-10-24 | 1 | -1/+1 |
* | | Merge topic 'compute-compiler-linker' | Brad King | 2023-10-24 | 23 | -108/+439 |
|\ \ | |||||
| * | | Link Step: use the correct linker for depfile handling | Marc Chevrier | 2023-10-24 | 1 | -11/+18 |
| * | | Link Step: compute effective linker used by the compiler | Marc Chevrier | 2023-10-24 | 22 | -97/+421 |
* | | | Merge topic 'vector-emplace-back' | Brad King | 2023-10-24 | 9 | -38/+40 |
|\ \ \ | |||||
| * | | | Source: Reduce vector entry allocations and copies | Rose | 2023-10-23 | 8 | -37/+38 |
| * | | | cmLinkItemGraphVisitor: Remove unnecessary syntax | Rose | 2023-10-23 | 1 | -1/+1 |
| * | | | cmCPackInnoSetupGenerator: Reserve space to reduce allocations | Rose | 2023-10-23 | 1 | -0/+1 |
* | | | | Merge topic 'misc-warnings' | Brad King | 2023-10-24 | 3 | -4/+4 |
|\ \ \ \ | |||||
| * | | | | Fix clang -Wdeprecated-pragma warnings by removing deprecated ATOMIC_VAR_INIT | Sean McBride | 2023-10-21 | 1 | -2/+2 |
| * | | | | Fix clang -Wstrict-prototypes by making main take void instead of nothing | Sean McBride | 2023-10-20 | 1 | -1/+1 |
| * | | | | Fix clang -Wreserved-identifier by renaming an enum | Sean McBride | 2023-10-20 | 1 | -1/+1 |
* | | | | | Merge branch 'release-3.28' | Brad King | 2023-10-24 | 0 | -0/+0 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Merge topic 'cmcldeps-quote-rc' into release-3.28 | Brad King | 2023-10-24 | 1 | -1/+2 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'cmcldeps-quote-rc' | Brad King | 2023-10-24 | 1 | -1/+2 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | cmcldeps: Restore support for rc.exe path not fully GetShortPathName-d | Brad King | 2023-10-23 | 1 | -1/+2 |
* | | | | | | Merge branch 'release-3.28' | Brad King | 2023-10-24 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge topic 'source_group-TREE-no-FILES' into release-3.28 | Brad King | 2023-10-24 | 1 | -2/+5 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'source_group-TREE-no-FILES' | Brad King | 2023-10-24 | 1 | -2/+5 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | source_group: Restore behavior of TREE with empty FILES | Brad King | 2023-10-23 | 1 | -2/+5 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-10-24 | 1 | -1/+1 |
* | | | | | | Merge branch 'release-3.28' | Brad King | 2023-10-23 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge topic 'clang-ansi-color' into release-3.28 | Brad King | 2023-10-23 | 1 | -2/+8 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'clang-ansi-color' | Brad King | 2023-10-23 | 1 | -2/+8 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | / | |_|_|_|/ |/| | | | | |||||
| * | | | | Clang: Use -fno-ansi-escape-codes for color diagnostics on Windows | Cristian Adam | 2023-10-23 | 1 | -2/+8 |
* | | | | | Merge topic 'ninja-minor-cleanups' | Brad King | 2023-10-23 | 3 | -24/+16 |
|\ \ \ \ \ | |||||
| * | | | | | cmGlobalNinjaGenerator: remove unnecessary virtual method | Ben Boeckel | 2023-10-20 | 2 | -11/+1 |
| * | | | | | cmGlobalNinjaGenerator: fix lambda variable name typo | Ben Boeckel | 2023-10-20 | 1 | -6/+6 |
| * | | | | | cmFileCommand: combine string literals | Ben Boeckel | 2023-10-20 | 1 | -7/+9 |
* | | | | | | Merge branch 'release-3.28' | Brad King | 2023-10-23 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | Merge topic 'ninja-better-order-depends' into release-3.28 | Brad King | 2023-10-23 | 10 | -5/+97 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'ninja-better-order-depends' | Brad King | 2023-10-23 | 10 | -5/+97 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | cmNinjaTargetGenerator: do not order-depend on C++ module sources | Ben Boeckel | 2023-10-20 | 8 | -5/+87 |
| * | | | | | | cmNinjaTargetGenerator: use the file set visibility API | Ben Boeckel | 2023-10-20 | 1 | -1/+1 |
| * | | | | | | cmFileSet: add a query for includeable file set types | Ben Boeckel | 2023-10-20 | 2 | -0/+7 |
| * | | | | | | cmNinjaTargetGenerator: avoid traversing old outputs repeatedly | Ben Boeckel | 2023-10-20 | 1 | -0/+3 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'release-3.28' | Brad King | 2023-10-23 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge topic 'doc-modules-deprecated' into release-3.28 | Brad King | 2023-10-23 | 1 | -4/+4 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'doc-modules-deprecated' | Brad King | 2023-10-23 | 1 | -4/+4 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Help: Move some deprecated modules to the dedicated sections | 權少 | 2023-10-20 | 1 | -4/+4 |
| |/ / / / | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-10-23 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-10-22 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-10-21 | 1 | -1/+1 |
* | | | | | Merge topic 'ci-linkcheck' | Brad King | 2023-10-20 | 3 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Help: Replace link with its http redirect | Brad King | 2023-10-19 | 3 | -3/+3 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-10-20 | 1 | -1/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge branch 'release-3.28' | Brad King | 2023-10-19 | 0 | -0/+0 |
|\ \ \ \ \ | | |/ / / | |/| | | |