summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | CUDA: Compilers can now state they don't require a device linking stepRobert Maynard2019-08-061-0/+5
* | | | | | | | | | | | | | Merge topic 'free-command-a'Kyle Edwards2019-08-1325-594/+257
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | cmA*Command: Turn into free functionsRegina Pfeifer2019-08-0725-594/+257
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge topic 'strcat-localgenerator'Kyle Edwards2019-08-131-92/+48
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | cmLocalGenerator: Use cmStrCatRegina Pfeifer2019-08-091-92/+48
* | | | | | | | | | | | | | | Merge topic 'cmRemoveQuotes'Kyle Edwards2019-08-134-16/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | cmStringAlgorithms: Add cmRemoveQuotesSebastian Holtermann2019-08-094-16/+17
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge topic 'cmake-bootstrap-def'Kyle Edwards2019-08-1339-141/+138
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Refactor: Finish replacing CMAKE_BUILD_WITH_CMAKE with CMAKE_BOOTSTRAPKyle Edwards2019-08-091-3/+0
| * | | | | | | | | | | | | | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-0938-138/+138
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-08-131-1/+1
* | | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-08-121-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | 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