summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'add-test-command-expand-lists'Brad King2019-06-1224-10/+179
|\
| * add_test: Add COMMAND_EXPAND_LISTS optionSergey Bobrenok2019-06-0724-10/+179
* | Merge topic 'cmPropertyMap_unordered_map'Brad King2019-06-1214-128/+101
|\ \
| * | cmPropertyMap: Use std::unordered_map as container instead of std::mapSebastian Holtermann2019-06-082-3/+14
| * | cmPropertyMap: Add RemoveProperty methodSebastian Holtermann2019-06-082-0/+13
| * | cmPropertyMap: Use std::string as value container classSebastian Holtermann2019-06-089-56/+11
| * | cmPropertyMap: Make std::map container privateSebastian Holtermann2019-06-085-48/+40
| * | cmPropertyMap: Add GetList methodSebastian Holtermann2019-06-084-8/+20
| * | cmPropertyMap: Rename GetPropertyList method to GetKeysSebastian Holtermann2019-06-085-28/+18
* | | Merge topic 'language-dependent-linker-flags'Brad King2019-06-122-4/+19
|\ \ \
| * | | Support per-language library link flagsSaleem Abdulrasool2019-06-062-4/+19
* | | | Merge branch 'release-3.15'Brad King2019-06-120-0/+0
|\ \ \ \
| * \ \ \ Merge branch 'CheckCXXSymbolExists-xref' into release-3.15Brad King2019-06-121-1/+1
| |\ \ \ \
* | \ \ \ \ Merge topic 'CheckCXXSymbolExists-xref'Brad King2019-06-121-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | CheckCXXSymbolExists: reference to CheckCXXSourceCompiles instead of C versionRolf Eike Beer2019-06-121-1/+1
* | | | | | Merge branch 'release-3.15'Brad King2019-06-120-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'capabilities-fileapi' into release-3.15Brad King2019-06-129-27/+82
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'capabilities-fileapi'Brad King2019-06-129-27/+82
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | cmake: Teach -E capabilities to report supported fileapi requestsBrad King2019-06-076-1/+55
| * | | | | | cmake: Simplify implementation of -E capabilitiesBrad King2019-06-074-12/+8
| * | | | | | fileapi: Factor out helper to construct a version objectBrad King2019-06-072-14/+19
| | |/ / / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2019-06-121-1/+1
* | | | | | Merge topic 'get-runtime-dependencies'Kyle Edwards2019-06-1189-3/+3690
|\ \ \ \ \ \
| * | | | | | GetPrerequisites: Add deprecation noticeKyle Edwards2019-06-102-0/+6
| * | | | | | file: Add GET_RUNTIME_DEPENDENCIES modeKyle Edwards2019-06-1088-3/+3684
* | | | | | | CMake Nightly Date StampKitware Robot2019-06-111-1/+1
|/ / / / / /
* | | | | | CMake Nightly Date StampKitware Robot2019-06-101-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2019-06-091-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge branch 'release-3.15'Craig Scott2019-06-080-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'additional_clean_files_help' into release-3.15Craig Scott2019-06-083-11/+23
| |\ \ \ \
* | \ \ \ \ Merge topic 'additional_clean_files_help'Craig Scott2019-06-083-11/+23
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Help: Improve ADDITIONAL_CLEAN_FILES documentationSebastian Holtermann2019-06-072-10/+22
| * | | | | Help: Move ADDITIONAL_MAKE_CLEAN_FILES dir prop to deprecated sectionCraig Scott2019-06-071-1/+1
| | |/ / / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2019-06-081-1/+1
* | | | | Merge branch 'release-3.15'Brad King2019-06-070-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'autogen_header_in_symbolic_path_fix' into release-3.15Brad King2019-06-071-3/+3
| |\ \ \ \
* | \ \ \ \ Merge topic 'autogen_header_in_symbolic_path_fix'Brad King2019-06-071-3/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | Autogen: Fix header detection for paths with symbolic linksSebastian Holtermann2019-06-061-3/+3
| | |/ / | |/| |
* | | | CMake Nightly Date StampKitware Robot2019-06-071-1/+1
| |_|/ |/| |
* | | Merge topic 'cmTarget_cleanups'Brad King2019-06-064-195/+187
|\ \ \
| * | | cmOutputConverter: Initialize static std::set on constructionSebastian Holtermann2019-06-041-16/+4
| * | | cmAddCustomCommand: Initialize static std::unordered_set on constructionSebastian Holtermann2019-06-041-24/+23
| * | | cmTargetPropertyComputer: Initialize static std::unordered_set on constructionSebastian Holtermann2019-06-041-16/+15
| * | | cmTarget: Initialize static std::unordered_set on constructionSebastian Holtermann2019-06-041-18/+17
| * | | cmTarget: Property initialization cleanupSebastian Holtermann2019-06-041-121/+128
* | | | Merge branch 'release-3.15'Brad King2019-06-060-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'doc-xlclang-id' into release-3.15Brad King2019-06-061-0/+1
| |\ \ \
| * \ \ \ Merge branch 'cpack-nuget-case' into release-3.15Brad King2019-06-051-1/+1
| |\ \ \ \
* | \ \ \ \ Merge topic 'doc-xlclang-id'Brad King2019-06-061-0/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Help: Document XLClang compiler idBrad King2019-06-061-0/+1
| | |_|_|/ | |/| | |