Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmPropertyDefinition: Construct directly in defined state | Vitaly Stakhovsky | 2020-03-13 | 8 | -39/+35 |
* | Merge topic 'add-cache-definition' | Brad King | 2020-03-12 | 17 | -39/+44 |
|\ | |||||
| * | cmMakefile::AddCacheDefinition: Add overload that accepts std::string value | Vitaly Stakhovsky | 2020-03-11 | 17 | -39/+44 |
* | | Merge topic 'modernize-memory-management' | Brad King | 2020-03-12 | 6 | -60/+100 |
|\ \ | |||||
| * | | cmCTestRunTest: modernize memory management | Marc Chevrier | 2020-03-11 | 6 | -60/+100 |
* | | | Merge topic 'CMakeFindFrameworks-CMAKE_FRAMEWORK_PATH' | Brad King | 2020-03-12 | 1 | -7/+19 |
|\ \ \ | |||||
| * | | | CMakeFindFrameworks: Search CMAKE_FRAMEWORK_PATH | Bo Anderson | 2020-03-11 | 1 | -7/+19 |
| | |/ | |/| | |||||
* | | | Merge branch 'release-3.17' | Brad King | 2020-03-12 | 0 | -0/+0 |
|\ \ \ | |||||
| * \ \ | Merge topic 'ctest-curl-debugfunction' into release-3.17 | Brad King | 2020-03-12 | 2 | -2/+2 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'ctest-curl-debugfunction' | Brad King | 2020-03-12 | 2 | -2/+2 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | CTest: Fix our internal CURL_DEBUGFUNCTION to conform to CURL docs | Betsy McPhail | 2020-03-11 | 2 | -2/+2 |
* | | | | | Merge branch 'release-3.17' | Brad King | 2020-03-12 | 0 | -0/+0 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge topic 'FindPython-ENV-CMAKE_FRAMEWORK_PATH' into release-3.17 | Brad King | 2020-03-12 | 1 | -1/+2 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'FindPython-ENV-CMAKE_FRAMEWORK_PATH' | Brad King | 2020-03-12 | 1 | -1/+2 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | FindPython: Convert env CMAKE_FRAMEWORK_PATH to CMake path | Bo Anderson | 2020-03-11 | 1 | -1/+2 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'release-3.17' | Brad King | 2020-03-12 | 0 | -0/+0 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge topic 'swift-rpath' into release-3.17 | Brad King | 2020-03-12 | 1 | -4/+6 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'swift-rpath' | Brad King | 2020-03-12 | 1 | -4/+6 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Swift: repair RPATH handling for macOS | Saleem Abdulrasool | 2020-03-11 | 1 | -4/+6 |
* | | | | | | Merge branch 'release-3.17' | Craig Scott | 2020-03-12 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge topic 'rename-macho-version-properties' into release-3.17 | Craig Scott | 2020-03-12 | 11 | -44/+44 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge topic 'rename-macho-version-properties' | Craig Scott | 2020-03-12 | 11 | -44/+44 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | macOS: Rename OSX_*_VERSION properties to MACHO_*_VERSION | Brad King | 2020-03-12 | 11 | -44/+44 |
| | |/ / / | |/| | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-12 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | Merge topic 'loops-improve' | Brad King | 2020-03-11 | 5 | -24/+19 |
|\ \ \ \ | |||||
| * | | | | Convert more loops to range-based for-loops | Vitaly Stakhovsky | 2020-03-10 | 2 | -6/+5 |
| * | | | | GHS: Name range-based for-loop variable types explicitly | Vitaly Stakhovsky | 2020-03-10 | 1 | -7/+7 |
| * | | | | GHS: Use cm::erase in place of loop | Vitaly Stakhovsky | 2020-03-10 | 2 | -11/+7 |
* | | | | | Merge topic 'std-string-cleanup' | Brad King | 2020-03-11 | 6 | -26/+23 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Source: use std::string overloads | Vitaly Stakhovsky | 2020-03-10 | 6 | -26/+23 |
* | | | | | Merge branch 'release-3.17' | Brad King | 2020-03-11 | 0 | -0/+0 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Merge topic 'FindCUDAToolkit-reduce-verbosity' into release-3.17 | Brad King | 2020-03-11 | 1 | -1/+8 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'FindCUDAToolkit-reduce-verbosity' | Brad King | 2020-03-11 | 1 | -1/+8 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | CUDAToolkit: Mark find queries as advanced variables | Robert Maynard | 2020-03-10 | 1 | -1/+8 |
| | |_|_|/ | |/| | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-11 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | Merge topic 'cuda_toolkit_dirs' | Brad King | 2020-03-10 | 1 | -25/+28 |
|\ \ \ \ | |||||
| * | | | | CUDA: Perform CUDA toolkit include directory detection only on nvcc | Raul Tambre | 2020-03-08 | 1 | -25/+28 |
* | | | | | Merge branch 'release-3.17' | Brad King | 2020-03-10 | 0 | -0/+0 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Merge topic 'release-notes-minor-cleanups' into release-3.17 | Brad King | 2020-03-10 | 1 | -13/+13 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'release-notes-minor-cleanups' | Brad King | 2020-03-10 | 1 | -13/+13 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Help: Cleanup minor typos and grammar in 3.17 release notes | Craig Scott | 2020-03-10 | 1 | -13/+13 |
* | | | | | | Merge branch 'release-3.17' | Brad King | 2020-03-10 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge topic 'doc-3.17-relnotes' into release-3.17 | Brad King | 2020-03-10 | 3 | -6/+9 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'doc-3.17-relnotes' | Brad King | 2020-03-10 | 3 | -6/+9 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Help: Fix 3.17 release notes for Xcode scheme settings | Brad King | 2020-03-10 | 1 | -4/+7 |
| * | | | | | | Help: Fix toctree order of Xcode scheme variable and property | Brad King | 2020-03-10 | 2 | -2/+2 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'release-3.17' | Kyle Edwards | 2020-03-10 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge topic 'swift-ninja-multiconfig' into release-3.17 | Kyle Edwards | 2020-03-10 | 6 | -5/+15 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'swift-ninja-multiconfig' | Kyle Edwards | 2020-03-10 | 6 | -6/+16 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'backport-swift-ninja-multiconfig' into swift-ninja-multiconfig | Kyle Edwards | 2020-03-09 | 6 | -6/+16 |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | |