Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Merge topic 'revert-CheckCompilerFlag-clang-argument-unused' into release-3.26 | Brad King | 2023-03-14 | 5 | -4/+26 | |
| |\ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ | Merge topic 'revert-CheckCompilerFlag-clang-argument-unused' | Brad King | 2023-03-14 | 5 | -4/+26 | |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | CheckCompilerFlag: Revert 'Match the Clang "argument unused" output ...' | Brad King | 2023-03-13 | 5 | -4/+26 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-03-14 | 1 | -1/+1 | |
| |_|_|_|/ / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'release-3.26' | Brad King | 2023-03-13 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Merge branch 'release-3.25' into release-3.26 | Brad King | 2023-03-13 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ | Merge branch 'release-3.25' | Brad King | 2023-03-13 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | / / / / | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | Merge branch 'backport-3.25-log-failed-compiler-id' into release-3.25 | Brad King | 2023-03-13 | 1 | -2/+4 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | CompilerId: Restore logging of failed identifications in CMake 3.25 | Brad King | 2023-03-13 | 1 | -2/+4 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'vs-BuildInParallel' | Brad King | 2023-03-13 | 16 | -4/+121 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | FindCUDA: Disallow with CMP0147 under Visual Studio | Brad King | 2023-03-12 | 8 | -0/+29 | |
| * | | | | | | | | VS: Add policy to build custom commands concurrently | Brad King | 2023-03-12 | 8 | -4/+92 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'findopengl-gles' | Brad King | 2023-03-13 | 5 | -31/+326 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | FindOpenGL: support finding GLES2 and GLES3 | Jaswant Panchumarti | 2023-03-10 | 5 | -31/+326 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'release-3.26' | Brad King | 2023-03-13 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge topic 'revert-optimize-target-depends-closure' into release-3.26 | Brad King | 2023-03-13 | 2 | -68/+56 | |
| |\ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ | Merge topic 'revert-optimize-target-depends-closure' | Brad King | 2023-03-13 | 2 | -68/+56 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Ninja: Revert "Optimize target depends closure" due to performance regression | Brad King | 2023-03-10 | 2 | -68/+56 | |
| |/ / / / / / / | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-03-13 | 1 | -1/+1 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-03-12 | 1 | -1/+1 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-03-11 | 1 | -1/+1 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Merge topic 'signature-refs' | Brad King | 2023-03-10 | 2 | -31/+71 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Utilities/Sphinx: Make signatures linkable | Matthew Woehlke | 2023-03-09 | 2 | -13/+32 | |
| * | | | | | | Utilities/Sphinx: Refactor Sphinx reference recording | Matthew Woehlke | 2023-03-08 | 1 | -18/+39 | |
* | | | | | | | Merge topic 'help-signatures' | Brad King | 2023-03-10 | 4 | -59/+70 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmRST: Fix cmake domain directives with newline before argument | Brad King | 2023-03-09 | 3 | -11/+21 | |
| * | | | | | | | cmRST: Fix typo in comment | Brad King | 2023-03-09 | 1 | -1/+1 | |
| * | | | | | | | cmRST: Convert enum types to enum class | Brad King | 2023-03-09 | 2 | -47/+48 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'cxx-module-extensions' | Brad King | 2023-03-10 | 15 | -39/+39 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Treat '.ccm', '.cxxm', and '.c++m' files as C++ sources | Brad King | 2023-03-09 | 5 | -5/+10 | |
| * | | | | | | | Tests/RunCMake: Match 'Tried extensions' output more robustly | Brad King | 2023-03-09 | 10 | -34/+29 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'FindCUDA-remove' | Brad King | 2023-03-10 | 23 | -2/+137 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | FindCUDA: Add policy to remove this module | Brad King | 2023-03-09 | 23 | -2/+137 | |
| |/ / / / / | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-03-10 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge topic 'test-minver' | Brad King | 2023-03-09 | 62 | -62/+62 | |
|\ \ \ \ \ | ||||||
| * | | | | | Tests: Bump CMake minimum required version in find-module tests to 3.5 | Brad King | 2023-03-08 | 62 | -62/+62 | |
* | | | | | | Merge topic 'FindwxWidgets-imported-target' | Brad King | 2023-03-09 | 13 | -3/+69 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FindwxWidgets: Add an imported target | CheesyNacho10 | 2023-03-08 | 9 | -0/+63 | |
| * | | | | | | ci: Add wxWidgets to Debian and Fedora base images | Brad King | 2023-03-08 | 4 | -3/+6 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'use_block' | Brad King | 2023-03-09 | 8 | -16/+17 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Modules:Check*: refactor: use block(SCOPE_FOR POLICIES) | scivision | 2023-03-08 | 8 | -16/+17 | |
* | | | | | | | Merge topic 'windows-arm64-recursion-limit' | Brad King | 2023-03-09 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmake: Reduce default recursion depth when compiling for Windows ARM64 | Brad King | 2023-03-08 | 1 | -0/+2 | |
* | | | | | | | | Merge topic 'tutorial_refactor_cmake_scripts' | Brad King | 2023-03-09 | 21 | -114/+272 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Tutorial: Refactor MakeTable commands into MakeTable.cmake | Markus Ferrell | 2023-03-07 | 21 | -114/+272 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-03-09 | 1 | -1/+1 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'release-3.26' | Brad King | 2023-03-08 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | CMake 3.26.0-rc6v3.26.0-rc6 | Brad King | 2023-03-08 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'release-3.26' | Brad King | 2023-03-08 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Merge branch 'release-3.25' into release-3.26 | Brad King | 2023-03-08 | 1 | -0/+7 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | |