summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2019-08-111-1/+1
* CMake Nightly Date StampKitware Robot2019-08-101-1/+1
* Merge topic 'cmFileCommand-refactoring'Brad King2019-08-0912-528/+551
|\
| * cmFileCommand: Use cmSubcommandTableRegina Pfeifer2019-08-061-116/+119
| * Introduce cmSubcommandTableRegina Pfeifer2019-08-063-0/+69
| * cmFileCommand: turn into free functionRegina Pfeifer2019-08-063-29/+5
| * cmFileCommand: put subcommands in unnamed namespaceDaniel Pfeifer2019-08-064-272/+198
| * cmFileCommand: port to cmExecutionStatusDaniel Pfeifer2019-08-066-359/+408
* | Merge topic 'cmDefinitions_cleanups'Brad King2019-08-092-35/+42
|\ \
| * | cmDefinitions: Cleanups and optimizationsSebastian Holtermann2019-08-082-35/+42
* | | Merge topic 'autogen_cmStrCat'Brad King2019-08-097-285/+174
|\ \ \
| * | | Autogen: Modernize to use cmStrCat for string concatenationSebastian Holtermann2019-08-076-258/+151
| * | | Autogen: Modernize code to use cm::string_view for the info writerSebastian Holtermann2019-08-072-27/+23
* | | | Merge topic 'execution-status'Brad King2019-08-093-13/+2
|\ \ \ \
| * | | | cmExecutionStatus: Remove function ClearRegina Pfeifer2019-08-063-13/+2
* | | | | CMake Nightly Date StampKitware Robot2019-08-091-1/+1
| |_|/ / |/| | |
* | | | CMake Nightly Date StampKitware Robot2019-08-081-1/+1
| |/ / |/| |
* | | Merge topic 'tidy_inefficient_string'Brad King2019-08-0740-154/+149
|\ \ \
| * | | clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-0540-154/+150
| |/ /
* | | Merge topic 'cmStringAlgorithms_move_functions'Brad King2019-08-0723-126/+124
|\ \ \
| * | | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenizeSebastian Holtermann2019-08-0523-126/+124
* | | | Merge topic 'find_package-prefer-config-not-found'Brad King2019-08-071-1/+3
|\ \ \ \
| * | | | find_package: Fix prefer-config mode to not fail on missing optional packageCristian Adam2019-08-061-1/+3
* | | | | CMake Nightly Date StampKitware Robot2019-08-071-1/+1
| |_|_|/ |/| | |
* | | | CMake Nightly Date StampKitware Robot2019-08-061-1/+1
| |_|/ |/| |
* | | Merge topic 'control-block3'Brad King2019-08-0516-540/+437
|\ \ \
| * | | cmFunctionBlocker: Recycle functionsRegina Pfeifer2019-07-317-20/+18
| * | | cmFunctionBlocker: Move check for matching argsRegina Pfeifer2019-07-309-100/+65
| * | | cmFunctionBlocker: Move common logic to baseRegina Pfeifer2019-07-309-169/+77
| * | | cm*FunctionBlocker: Extract function ReplayRegina Pfeifer2019-07-305-227/+272
| * | | cmMakefile: Add OnExecuteCommand callbackRegina Pfeifer2019-07-303-31/+17
| * | | cm*FunctionBlocker: Move to source fileRegina Pfeifer2019-07-3010-90/+85
* | | | Merge topic 'cleanup_cmake_constructor'Brad King2019-08-052-54/+31
|\ \ \ \
| * | | | cmake: Initialize booleans at declaration and cleanup constructorSebastian Holtermann2019-08-032-54/+31
* | | | | Merge topic 'shared-deps-no-iface'Brad King2019-08-052-7/+7
|\ \ \ \ \
| * | | | | Fix rpath-link for shared lib with only private depsBrad King2019-08-021-1/+1
| * | | | | cmGeneratorTarget: Use local var to de-duplicate CMP0022 checksBrad King2019-08-021-4/+4
| * | | | | cmLinkItem: Simplify tracking of whether link interface is explicitBrad King2019-08-022-3/+3
* | | | | | Merge topic 'link-library-file-flag'Brad King2019-08-053-10/+6
|\ \ \ \ \ \
| * | | | | | Make CMAKE_LINK_LIBRARY_FILE_FLAG work like CMAKE_LINK_LIBRARY_FLAGBrad King2019-08-023-10/+6
| |/ / / / /
* | | | | | Merge topic 'fileapi-install-generators'Brad King2019-08-054-7/+22
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | fileapi: Fix codemodel target install destination for cross-dir rulesBrad King2019-07-314-7/+22
| | |_|_|/ | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2019-08-051-1/+1
* | | | | CMake Nightly Date StampKitware Robot2019-08-041-1/+1
| |_|/ / |/| | |
* | | | CMake Nightly Date StampKitware Robot2019-08-031-1/+1
| |/ / |/| |
* | | Merge topic 'use_cmHasPrefix'Brad King2019-08-0214-22/+29
|\ \ \
| * | | Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}WithSebastian Holtermann2019-08-0114-22/+29
* | | | Merge topic 'cmStringAlgorithms_modernize'Brad King2019-08-023-44/+156
|\ \ \ \
| * | | | cmStringAlgorithms: Modernize cmWrap using cm::string_viewSebastian Holtermann2019-08-011-7/+11
| * | | | cmStringAlgorithms: Add cmCatViews and cmStrCat functionsSebastian Holtermann2019-08-013-0/+124