Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-03-17 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Merge topic 'vs-windows-min-version' | Brad King | 2023-03-16 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | VS: Add CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION variable | halx99 | 2023-03-15 | 1 | -0/+1 | |
* | | | | | Merge topic 'vs-BuildInParallel' | Brad King | 2023-03-16 | 1 | -0/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | VS: Do not regenerate build system concurrently with CMP0147 | Brad King | 2023-03-15 | 1 | -0/+1 | |
* | | | | | | Merge topic 'apple-archs' | Brad King | 2023-03-16 | 7 | -21/+27 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | macOS: Suppress default '-arch arm64' with CMAKE_<LANG>_COMPILER_TARGET | Brad King | 2023-03-15 | 1 | -2/+6 | |
| * | | | | | cmGeneratorTarget: Pass language to GetAppleArchs when possible | Brad King | 2023-03-15 | 7 | -10/+13 | |
| * | | | | | cmGeneratorTarget: Convert GetAppleArchs output argument to return value | Brad King | 2023-03-15 | 7 | -20/+19 | |
| |/ / / / | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-03-16 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge topic 'sphinx-cref' | Brad King | 2023-03-15 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | Utilities/Sphinx: Add 'cref' role | Matthew Woehlke | 2023-03-14 | 1 | -0/+1 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-03-15 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge topic 'recursion-limit' | Brad King | 2023-03-14 | 7 | -35/+64 | |
|\ \ \ \ | ||||||
| * | | | | Source: Adjust stack sizes and recursion limits to work together | Brad King | 2023-03-13 | 3 | -13/+19 | |
| * | | | | Tests: Allow RunCMake.MaxRecursionDepth to test public-facing default limit | Brad King | 2023-03-13 | 1 | -3/+1 | |
| * | | | | find_package: Enforce maximum nesting depth below maximum recursion depth | Brad King | 2023-03-13 | 1 | -0/+15 | |
| * | | | | Add CMAKE_MAXIMUM_RECURSION_DEPTH environment variable | Brad King | 2023-03-13 | 1 | -0/+6 | |
| * | | | | 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 | |
* | | | | | Merge topic 'support_cubin_fatbin_optix_cuda_output' | Brad King | 2023-03-14 | 5 | -34/+128 | |
|\ \ \ \ \ | ||||||
| * | | | | | CUDA: Add support for CUBIN, FATBIN, and OPTIXIR compilation | Robert Maynard | 2023-03-13 | 5 | -34/+128 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-03-14 | 1 | -1/+1 | |
* | | | | | | Merge topic 'vs-BuildInParallel' | Brad King | 2023-03-13 | 2 | -4/+14 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | VS: Add policy to build custom commands concurrently | Brad King | 2023-03-12 | 2 | -4/+14 | |
* | | | | | | | 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 3.26.0-rc6v3.26.0-rc6 | Brad King | 2023-03-08 | 1 | -1/+1 | |
| * | | | | | | Merge topic 'revert-vs-BuildInParallel' into release-3.26 | Brad King | 2023-03-08 | 1 | -7/+4 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | file(INSTALL): Fix file ownership regression when running as root on macOS | Brad King | 2023-03-07 | 1 | -0/+6 | |
* | | | | | | | | 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 'help-signatures' | Brad King | 2023-03-10 | 2 | -49/+50 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmRST: Fix cmake domain directives with newline before argument | Brad King | 2023-03-09 | 1 | -1/+1 | |
| * | | | | | | 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 | 3 | -4/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Treat '.ccm', '.cxxm', and '.c++m' files as C++ sources | Brad King | 2023-03-09 | 3 | -4/+4 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'FindCUDA-remove' | Brad King | 2023-03-10 | 3 | -1/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FindCUDA: Add policy to remove this module | Brad King | 2023-03-09 | 3 | -1/+5 | |
| |/ / / / / | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-03-10 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | 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 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-03-09 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge topic 'vs-props-order' | Brad King | 2023-03-08 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | VS: Import default C++ props file before toolset-specific props file | Matthew Voss | 2023-03-07 | 1 | -1/+1 | |
* | | | | | | Merge topic 'revert-vs-BuildInParallel' | Brad King | 2023-03-08 | 1 | -7/+4 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | VS: Revert "Build custom commands concurrently when possible" | Brad King | 2023-03-07 | 1 | -7/+4 | |
| | |/ / / | |/| | | |