Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | CUDA: Propagate CMAKE_CUDA_RUNTIME_LIBRARY state to try_compile | Robert Maynard | 2020-05-20 | 2 | -0/+4 | |
| | * | | | | | | | | | Help: Correct CMAKE_CUDA_RUNTIME_LIBRARY applicability | Robert Maynard | 2020-05-20 | 1 | -1/+1 | |
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-05-22 | 1 | -1/+1 | |
| |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'multi-ninja-pch-msvc' | Brad King | 2020-05-21 | 6 | -12/+35 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Multi-Ninja: Fix PCHs for Visual C++ | Cristian Adam | 2020-05-20 | 6 | -12/+35 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'cmake_command_invoke_expand_function_name' | Brad King | 2020-05-21 | 22 | -21/+108 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmake_command: Expand INVOKE function name argument | Cristian Adam | 2020-05-19 | 22 | -21/+108 | |
* | | | | | | | | | | Merge branch 'release-3.17' | Brad King | 2020-05-21 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge topic 'FindPython-debug-library-lookup' into release-3.17 | Brad King | 2020-05-21 | 1 | -2/+8 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'FindPython-debug-library-lookup' | Brad King | 2020-05-21 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'backport-3.17-FindPython-debug-library-lookup' into FindPython-... | Marc Chevrier | 2020-05-18 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | FindPython: use CMAKE specific variables to look-up debug library | Marc Chevrier | 2020-05-18 | 1 | -2/+8 | |
| * | | | | | | | | | | FindPython: use CMAKE specific variables to look-up debug library | Marc Chevrier | 2020-05-18 | 1 | -0/+6 | |
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-05-21 | 1 | -1/+1 | |
| |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'cuda-test-nvcc-restore' | Brad King | 2020-05-20 | 5 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Tests: Restore NVCC-specific CUDA tests | Brad King | 2020-05-20 | 5 | -5/+5 | |
* | | | | | | | | | | Merge topic 'doc-find_package-xref' | Brad King | 2020-05-20 | 1 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Help: Improve formatting and cross-references for find_package() | Craig Scott | 2020-05-20 | 1 | -6/+6 | |
* | | | | | | | | | | | Merge topic 'ccmake-check-width' | Brad King | 2020-05-20 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | ccmake: Check that getmaxyx result width is non-negative | Brad King | 2020-05-19 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'ctest-log-environment' | Brad King | 2020-05-20 | 10 | -3/+88 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | CTest: Log environment variables as a test measurement | Kyle Edwards | 2020-05-19 | 10 | -3/+88 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'update-kwsys' | Brad King | 2020-05-20 | 6 | -14/+91 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | cmFileCommand: Log cmsys::Glob warnings | Dmitry Kalinkin | 2020-05-19 | 1 | -4/+9 | |
| * | | | | | | | | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2020-05-18 | 5 | -10/+82 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | KWSys 2020-05-18 (146f6b36) | KWSys Upstream | 2020-05-18 | 5 | -10/+82 | |
* | | | | | | | | | | | | | Merge topic 'export-cmake-policy-version-range' | Brad King | 2020-05-20 | 1 | -4/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Export: Specify a policy range in exported files | Craig Scott | 2020-05-18 | 1 | -4/+6 | |
* | | | | | | | | | | | | | | Merge branch 'release-3.16' | Brad King | 2020-05-20 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'vs-sln-version' into release-3.16 | Brad King | 2020-05-19 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'release-3.17' | Brad King | 2020-05-20 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge topic 'vs-sln-version' into release-3.17 | Brad King | 2020-05-20 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge topic 'vs-sln-version' | Brad King | 2020-05-20 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | / / / / / / / | |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | VS: Restore .sln support for VS Version Selector | Brad King | 2020-05-19 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | Merge topic 'doc-CMAKE_SYSTEM_PREFIX_PATH' | Craig Scott | 2020-05-20 | 5 | -1/+49 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Document which environment variables effect CMAKE_SYSTEM_PREFIX_PATH | Robert Maynard | 2020-05-19 | 5 | -1/+49 | |
* | | | | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-05-20 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge topic 'src-named-for-config' | Brad King | 2020-05-19 | 14 | -203/+184 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Tests: Add case for source files named with CONFIG genex | Brad King | 2020-05-18 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | | | VS: Simplify logic adding source file C/C++ language flag to MSVC | Brad King | 2020-05-18 | 1 | -21/+7 | |
| * | | | | | | | | | | | | | | | VS: Compute managed type from an existing configuration | Brad King | 2020-05-18 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | VS: Write custom commands for sources from all configurations | Brad King | 2020-05-18 | 1 | -8/+14 | |
| * | | | | | | | | | | | | | | | cmVisualStudio10TargetGenerator: Adopt Windows Store and Phone infrastructure | Brad King | 2020-05-18 | 4 | -147/+119 | |
| * | | | | | | | | | | | | | | | cmGeneratorTarget: Remove default config from Get* methods | Brad King | 2020-05-18 | 5 | -13/+16 | |
| * | | | | | | | | | | | | | | | cmTarget: Replace "perConfig" constructor boolean with enum | Brad King | 2020-05-18 | 6 | -13/+19 | |
* | | | | | | | | | | | | | | | | Merge topic 'simplify_cmPropertyDefinitionMap' | Brad King | 2020-05-19 | 8 | -117/+64 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | cmPropertyDefinitionMap: simplify and shorten | Tushar Maheshwari | 2020-05-15 | 8 | -117/+64 | |
* | | | | | | | | | | | | | | | | | Merge topic 'FindHDF5-cleanup' | Brad King | 2020-05-19 | 1 | -232/+244 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | FindHDF5: Clean variables and output | Seth R Johnson | 2020-05-18 | 1 | -232/+244 | |
* | | | | | | | | | | | | | | | | | | Merge topic 'add_test-special-chars-in-name' | Brad King | 2020-05-19 | 58 | -15/+383 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | |