Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Utilities/Sphinx: Fix flake8 gripes in cmake.py | Matthew Woehlke | 2023-03-15 | 1 | -42/+87 | |
| * | | | | | Utilities/Sphinx: Use f-strings in cmake.py | Matthew Woehlke | 2023-03-15 | 1 | -16/+15 | |
| * | | | | | Utilities/Sphinx: Require Sphinx 2.x or later | Matthew Woehlke | 2023-03-15 | 1 | -36/+6 | |
| |/ / / / | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-03-16 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge topic 'sphinx-cref' | Brad King | 2023-03-15 | 5 | -15/+63 | |
|\ \ \ \ | ||||||
| * | | | | Utilities/Sphinx: Add 'cref' role | Matthew Woehlke | 2023-03-14 | 5 | -3/+35 | |
| * | | | | Utilities/Sphinx: Factor out part of CMakeXRefRole | Matthew Woehlke | 2023-03-14 | 1 | -13/+29 | |
* | | | | | Merge topic 'iar-improve-asm' | Brad King | 2023-03-15 | 2 | -27/+63 | |
|\ \ \ \ \ | ||||||
| * | | | | | IAR:Improved assembler support | Joakim Lönnberg | 2023-03-14 | 2 | -27/+63 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-03-15 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge topic 'version-hanging-indent' | Brad King | 2023-03-14 | 1 | -0/+11 | |
|\ \ \ \ \ | ||||||
| * | | | | | Utilities/Sphinx: Add hanging indent to version notes | Matthew Woehlke | 2023-03-14 | 1 | -0/+11 | |
* | | | | | | Merge topic 'doc-command-link-text' | Brad King | 2023-03-14 | 1 | -3/+8 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Utilities/Sphinx: Restore trailing parens on command cross-references | Brad King | 2023-03-14 | 1 | -3/+8 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'release-3.26' | Brad King | 2023-03-14 | 0 | -0/+0 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | CMake 3.26.0v3.26.0 | Brad King | 2023-03-14 | 1 | -1/+1 | |
* | | | | | Merge topic 'smart-wrap-signatures' | Brad King | 2023-03-14 | 3 | -12/+93 | |
|\ \ \ \ \ | ||||||
| * | | | | | Utilities/Sphinx: Improve word wrap of signatures | Matthew Woehlke | 2023-03-13 | 3 | -12/+93 | |
* | | | | | | Merge topic 'genex-explicit-target' | Brad King | 2023-03-14 | 3 | -5/+34 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Utilities/Sphinx: Allow explicit target for genex | Matthew Woehlke | 2023-03-13 | 3 | -5/+34 | |
* | | | | | | | Merge topic 'incneed' | Brad King | 2023-03-14 | 8 | -23/+17 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Modules:Check,GenerateExportHeader: include only what's needed | scivision | 2023-03-13 | 8 | -23/+17 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'recursion-limit' | Brad King | 2023-03-14 | 61 | -70/+459 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Source: Adjust stack sizes and recursion limits to work together | Brad King | 2023-03-13 | 4 | -20/+27 | |
| * | | | | | | | Tests: Allow RunCMake.MaxRecursionDepth to test public-facing default limit | Brad King | 2023-03-13 | 2 | -3/+4 | |
| * | | | | | | | find_package: Enforce maximum nesting depth below maximum recursion depth | Brad King | 2023-03-13 | 7 | -18/+39 | |
| * | | | | | | | Add CMAKE_MAXIMUM_RECURSION_DEPTH environment variable | Brad King | 2023-03-13 | 49 | -0/+366 | |
| * | | | | | | | cmMakefile: Factor out helper to get recursion depth limit | Brad King | 2023-03-13 | 2 | -10/+18 | |
| * | | | | | | | cmMakefile: Store recursion depth limit as size_t | Brad King | 2023-03-13 | 4 | -11/+8 | |
| * | | | | | | | cmMakefile: Improve parsing of CMAKE_MAXIMUM_RECURSION_DEPTH variable | Brad King | 2023-03-09 | 1 | -6/+5 | |
| * | | | | | | | Tests: Simplify option passing to RunCMake.MaxRecursionDepth cases | Brad King | 2023-03-09 | 1 | -16/+6 | |
* | | | | | | | | Merge topic 'support_cubin_fatbin_optix_cuda_output' | Brad King | 2023-03-14 | 23 | -35/+463 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | CUDA: Add support for CUBIN, FATBIN, and OPTIXIR compilation | Robert Maynard | 2023-03-13 | 23 | -35/+463 | |
* | | | | | | | | | Merge branch 'release-3.26' | Brad King | 2023-03-14 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | 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 | |
| |\ \ \ \ \ \ \ |