summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | macOS: Rename OSX_*_VERSION properties to MACHO_*_VERSIONBrad King2020-03-1211-44/+44
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2020-03-121-1/+1
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge topic 'loops-improve'Brad King2020-03-115-24/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Convert more loops to range-based for-loopsVitaly Stakhovsky2020-03-102-6/+5
| * | | | | | | | | GHS: Name range-based for-loop variable types explicitlyVitaly Stakhovsky2020-03-101-7/+7
| * | | | | | | | | GHS: Use cm::erase in place of loopVitaly Stakhovsky2020-03-102-11/+7
* | | | | | | | | | Merge topic 'std-string-cleanup'Brad King2020-03-116-26/+23
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Source: use std::string overloadsVitaly Stakhovsky2020-03-106-26/+23
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'release-3.17'Brad King2020-03-110-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge topic 'FindCUDAToolkit-reduce-verbosity' into release-3.17Brad King2020-03-111-1/+8
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'FindCUDAToolkit-reduce-verbosity'Brad King2020-03-111-1/+8
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | CUDAToolkit: Mark find queries as advanced variablesRobert Maynard2020-03-101-1/+8
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2020-03-111-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge topic 'cuda_toolkit_dirs'Brad King2020-03-101-25/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | CUDA: Perform CUDA toolkit include directory detection only on nvccRaul Tambre2020-03-081-25/+28
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'release-3.17'Brad King2020-03-100-0/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge topic 'release-notes-minor-cleanups' into release-3.17Brad King2020-03-101-13/+13
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'release-notes-minor-cleanups'Brad King2020-03-101-13/+13
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Help: Cleanup minor typos and grammar in 3.17 release notesCraig Scott2020-03-101-13/+13
* | | | | | | | | Merge branch 'release-3.17'Brad King2020-03-100-0/+0
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge topic 'doc-3.17-relnotes' into release-3.17Brad King2020-03-103-6/+9
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'doc-3.17-relnotes'Brad King2020-03-103-6/+9
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Help: Fix 3.17 release notes for Xcode scheme settingsBrad King2020-03-101-4/+7
| * | | | | | | | Help: Fix toctree order of Xcode scheme variable and propertyBrad King2020-03-102-2/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'release-3.17'Kyle Edwards2020-03-100-0/+0
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge topic 'swift-ninja-multiconfig' into release-3.17Kyle Edwards2020-03-106-5/+15
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'swift-ninja-multiconfig'Kyle Edwards2020-03-106-6/+16
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'backport-swift-ninja-multiconfig' into swift-ninja-multiconfigKyle Edwards2020-03-096-6/+16
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Swift: support Ninja Multi-ConfigSaleem Abdulrasool2020-03-096-5/+15
| | | |_|/ / / / / | | |/| | | | | |
* | | | | | | | | Merge topic 'file-CONFIGURE'Brad King2020-03-1025-0/+253
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | file: Add CONFIGURE subcommandLeander Beernaert2020-03-0925-0/+253
* | | | | | | | | | Merge topic 'modernize-memory-management'Brad King2020-03-1012-137/+99
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Modernize memory managementMarc Chevrier2020-03-0812-137/+99
* | | | | | | | | | | Merge topic 'std-string-genex'Brad King2020-03-106-30/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cmGeneratorExpression: remove const char* overloadsVitaly Stakhovsky2020-03-086-30/+7
| |/ / / / / / / / / /
* | | | | | | | | | | Merge topic 'TI-C'Brad King2020-03-101-2/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | TI: Fix C toolchain command-linesOliver Blasius2020-03-091-2/+6
* | | | | | | | | | | | Merge branch 'release-3.17'Brad King2020-03-100-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge topic 'cuda_warning' into release-3.17Brad King2020-03-101-0/+2
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge topic 'cuda_warning'Brad King2020-03-101-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | cm_cxx_features: Filter out CUDA installation warningsRaul Tambre2020-03-091-0/+2
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'release-3.17'Brad King2020-03-100-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge topic 'invalid_alias' into release-3.17Brad King2020-03-101-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'invalid_alias'Brad King2020-03-101-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | cmAlgorithms: Fix -Wnon-c-typedef-for-linkage warningsRaul Tambre2020-03-091-2/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2020-03-101-1/+1
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
* | | | | | | | | | Merge topic 'required_find_commands'Brad King2020-03-0927-10/+125
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | find_*: Add support for REQUIRED keywordSylvain Joubert2020-03-0627-2/+121
| * | | | | | | | | | cmFindBase: Use in-class member initializationSylvain Joubert2020-03-062-8/+4
* | | | | | | | | | | Merge topic 'FindArmadillo-wrappers'Brad King2020-03-091-21/+62
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |