summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'find_package_prefer_config_fix'Brad King2019-06-172-5/+24
|\
| * find_package: Fixed CMAKE_FIND_PACKAGE_PREFER_CONFIG Module fallbackCristian Adam2019-06-132-5/+24
* | Merge topic 'capabilities-fileapi'Brad King2019-06-171-3/+3
|\ \
| * | fileapi: Suppress lint warning about non-move with old jsoncppBrad King2019-06-121-3/+3
* | | CMake Nightly Date StampKitware Robot2019-06-171-1/+1
* | | CMake Nightly Date StampKitware Robot2019-06-161-1/+1
* | | CMake Nightly Date StampKitware Robot2019-06-151-1/+1
* | | CMake Nightly Date StampKitware Robot2019-06-141-1/+1
* | | Merge topic 'cmake-gui-qt-notice'Craig Scott2019-06-131-1/+1
|\ \ \
| * | | cmake-gui: Update Qt copyright holder in About dialogBrad King2019-06-121-1/+1
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2019-06-131-1/+1
* | | Merge topic 'add-test-command-expand-lists'Brad King2019-06-125-9/+59
|\ \ \
| * | | add_test: Add COMMAND_EXPAND_LISTS optionSergey Bobrenok2019-06-075-9/+59
* | | | Merge topic 'cmPropertyMap_unordered_map'Brad King2019-06-1213-127/+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-088-55/+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-121-4/+17
|\ \ \ \ \
| * | | | | Support per-language library link flagsSaleem Abdulrasool2019-06-061-4/+17
* | | | | | Merge topic 'capabilities-fileapi'Brad King2019-06-126-26/+63
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | cmake: Teach -E capabilities to report supported fileapi requestsBrad King2019-06-073-0/+36
| * | | | | 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-1131-0/+2046
|\ \ \ \ \
| * | | | | file: Add GET_RUNTIME_DEPENDENCIES modeKyle Edwards2019-06-1031-0/+2046
* | | | | | 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
| |_|/ / |/| | |
* | | | CMake Nightly Date StampKitware Robot2019-06-081-1/+1
* | | | 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
* | | CMake Nightly Date StampKitware Robot2019-06-061-1/+1
* | | CMake Nightly Date StampKitware Robot2019-06-051-1/+1
|/ /
* | Begin post-3.15 developmentBrad King2019-06-041-2/+2
|/
* CMake 3.15.0-rc1 version updateBrad King2019-06-041-3/+3
* Merge topic 'emulator-arguments'Brad King2019-06-042-13/+48
|\
| * Teach CROSSCOMPILING_EMULATOR to support argumentsMarek Antoniak2019-06-032-13/+48
* | Merge topic 'remove_directories'Brad King2019-06-041-8/+12
|\ \
| * | cmake: Teach -E remove_directory to remove multiple directoriesJohn Freeman2019-06-031-8/+12