Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Add generator expression support to static code analysis hooks | Stefan Schober | 2023-03-27 | 5 | -8/+8 | |
* | | | | | Merge topic 'file-GET_RUNTIME_DEPENDENCIES-windows-casing' | Brad King | 2023-03-28 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Tests: Restore CudaOnly.RuntimeControls cudart verification on Windows | Brad King | 2023-03-27 | 1 | -1/+1 | |
* | | | | | | Merge topic 'crosscompiling-warn-reset' | Brad King | 2023-03-27 | 4 | -0/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Warn if CMAKE_CROSSCOMPILING is true without CMAKE_SYSTEM_NAME set | Martin Storsjö | 2023-03-24 | 4 | -0/+10 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'module-depends-static-lib-cycle' | Brad King | 2023-03-27 | 7 | -1/+27 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Ninja,Makefile: Restore Fortran module scanning in static library cycle | Brad King | 2023-03-24 | 7 | -1/+27 | |
| * | | | | | Merge topic 'clang-cl-showIncludes' into release-3.26 | Brad King | 2023-03-21 | 5 | -0/+22 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge topic 'file-GET_RUNTIME_DEPENDENCIES-windows-casing' | Brad King | 2023-03-24 | 6 | -3/+32 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | file(GET_RUNTIME_DEPENDENCIES): Preserve casing for Windows PE binaries | Christian Heimlich | 2023-03-23 | 5 | -3/+28 | |
| * | | | | | | Tests: Add test for file(GET_RUNTIME_DEPENDENCIES) with MixedCase.dll | Christian Heimlich | 2023-03-23 | 2 | -1/+5 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge topic 'autogen-exe-vars' | Brad King | 2023-03-23 | 3 | -0/+35 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Autogen: Add CMAKE_AUTO*_EXECUTABLE variables | Orkun Tokdemir | 2023-03-22 | 3 | -0/+35 | |
* | | | | | | Merge topic 'file-REAL_PATH' | Brad King | 2023-03-21 | 1 | -0/+16 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | file(REAL_PATH): Ensure same behavior as get_filename_component(REALPATH) | Marc Chevrier | 2023-03-20 | 1 | -0/+16 | |
* | | | | | | | Merge topic 'clang-cl-showIncludes' | Brad King | 2023-03-21 | 5 | -0/+22 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | Ninja: Restore detection of clang-cl showIncludes prefix | YR Chen | 2023-03-20 | 5 | -0/+16 | |
| * | | | | | | Tests: Comment RunCMake.Ninja ShowIncludes sample input languages | Brad King | 2023-03-20 | 1 | -0/+6 | |
* | | | | | | | Merge branch 'backport-3.26-FindPython-SOSABI-handling' | Brad King | 2023-03-20 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | / / / | | |_|/ / / | |/| | | | | ||||||
| * | | | | | FindPython: ensure Stable ABI is correctly handled | Marc Chevrier | 2023-03-20 | 1 | -2/+6 | |
| |/ / / / | ||||||
* | | | | | Tests: Teach CudaOnly.CUBIN to tolerate toolkit not supporting native arch | Brad King | 2023-03-16 | 2 | -1/+13 | |
* | | | | | Tests: Add missing exit code to CudaOnly.{CUBIN,Fatbin} | Brad King | 2023-03-16 | 2 | -0/+4 | |
* | | | | | Merge topic 'vs-BuildInParallel' | Brad King | 2023-03-16 | 1 | -6/+18 | |
|\ \ \ \ \ | ||||||
| * | | | | | VS: Do not regenerate build system concurrently with CMP0147 | Brad King | 2023-03-15 | 1 | -6/+18 | |
| | |/ / / | |/| | | | ||||||
* | | | | | macOS: Suppress default '-arch arm64' with CMAKE_<LANG>_COMPILER_TARGET | Brad King | 2023-03-15 | 5 | -1/+27 | |
|/ / / / | ||||||
* | | | | Utilities/Sphinx: Add 'cref' role | Matthew Woehlke | 2023-03-14 | 2 | -2/+12 | |
* | | | | Merge topic 'recursion-limit' | Brad King | 2023-03-14 | 50 | -28/+374 | |
|\ \ \ \ | ||||||
| * | | | | Tests: Allow RunCMake.MaxRecursionDepth to test public-facing default limit | Brad King | 2023-03-13 | 1 | -0/+3 | |
| * | | | | find_package: Enforce maximum nesting depth below maximum recursion depth | Brad King | 2023-03-13 | 6 | -18/+24 | |
| * | | | | Add CMAKE_MAXIMUM_RECURSION_DEPTH environment variable | Brad King | 2023-03-13 | 45 | -0/+347 | |
| * | | | | 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 | 10 | -0/+268 | |
|\ \ \ \ \ | ||||||
| * | | | | | CUDA: Add support for CUBIN, FATBIN, and OPTIXIR compilation | Robert Maynard | 2023-03-13 | 10 | -0/+268 | |
* | | | | | | Merge topic 'revert-CheckCompilerFlag-clang-argument-unused' | Brad King | 2023-03-14 | 2 | -0/+18 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | CheckCompilerFlag: Revert 'Match the Clang "argument unused" output ...' | Brad King | 2023-03-13 | 2 | -0/+18 | |
| * | | | | | Merge topic 'GoogleTest-type-param-suite' into release-3.26 | Brad King | 2023-03-06 | 5 | -3/+67 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| * | | | | | Merge topic 'ExternalProject-revert-install' into release-3.26 | Brad King | 2023-03-03 | 4 | -0/+14 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge topic 'vs-BuildInParallel' | Brad King | 2023-03-13 | 10 | -0/+70 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | FindCUDA: Disallow with CMP0147 under Visual Studio | Brad King | 2023-03-12 | 7 | -0/+22 | |
| * | | | | | | | VS: Add policy to build custom commands concurrently | Brad King | 2023-03-12 | 3 | -0/+48 | |
* | | | | | | | | Merge topic 'findopengl-gles' | Brad King | 2023-03-13 | 3 | -21/+142 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | FindOpenGL: support finding GLES2 and GLES3 | Jaswant Panchumarti | 2023-03-10 | 3 | -21/+142 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'help-signatures' | Brad King | 2023-03-10 | 2 | -10/+20 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmRST: Fix cmake domain directives with newline before argument | Brad King | 2023-03-09 | 2 | -10/+20 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'cxx-module-extensions' | Brad King | 2023-03-10 | 10 | -34/+29 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Tests/RunCMake: Match 'Tried extensions' output more robustly | Brad King | 2023-03-09 | 10 | -34/+29 | |
| |/ / / / / / | ||||||
* | | | | | | | FindCUDA: Add policy to remove this module | Brad King | 2023-03-09 | 16 | -0/+80 | |
|/ / / / / / | ||||||
* | | | | | | 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 | |
* | | | | | | | FindwxWidgets: Add an imported target | CheesyNacho10 | 2023-03-08 | 4 | -0/+35 | |
|/ / / / / / |