summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* cmCommand refactor: cmSiteNameCommandGabor Bencze2019-08-203-32/+11
* cmCommand refactor: cmSetCommandGabor Bencze2019-08-203-39/+18
* cmCommand refactor: cmSeparateArgumentsCommandGabor Bencze2019-08-203-34/+12
* cmCommand refactor: cmParseArgumentsCommandGabor Bencze2019-08-203-47/+24
* cmCommand refactor: cmOptionCommandGabor Bencze2019-08-203-38/+17
* cmCommand refactor: CmMessageCommandGabor Bencze2019-08-203-40/+20
* cmCommand refactor: cmMathCommandGabor Bencze2019-08-203-41/+25
* cmCommand refactor: cmMarkAsAdvancedCommandGabor Bencze2019-08-203-32/+10
* cmCommand refactor: cmMakeDirectoryCommandGabor Bencze2019-08-203-32/+10
* cmCommand refactor: cmListCommandGabor Bencze2019-08-203-224/+244
* cmCommand refactor: cmMacroCommandGabor Bencze2019-08-203-27/+10
* cmCommand refactor: cmIncludeGuardCommandGabor Bencze2019-08-203-31/+10
* cmCommand refactor: cmIncludeCommandGabor Bencze2019-08-203-48/+29
* cmCommand_refactor: cmGetPropertyCommandGabor Bencze2019-08-203-162/+187
* cmCommand refactor: cmGetFilenameComponentCommandGabor Bencze2019-08-203-37/+16
* cmCommand refactor: cmGetDirectoryPropertyCommandGabor Bencze2019-08-203-42/+29
* cmCommand refactor: cmGetCMakePropertyCommandGabor Bencze2019-08-203-31/+12
* cmCommand refactor: cmFunctionCommandGabor Bencze2019-08-203-27/+10
* cmCommand refactor: cmForEachCommandGabor Bencze2019-08-203-39/+21
* cmCommand refactor: cmExecuteProcessCommandGabor Bencze2019-08-203-61/+46
* cmCommand refactor: cmExecProgramCommandGabor Bencze2019-08-203-47/+25
* cmCommand refactor: cmContinueCommandGabor Bencze2019-08-203-33/+15
* cmCommand refactor: cmConfigureFileCommandGabor Bencze2019-08-203-73/+37
* cmCommand refactor: cmCMakeMinimumRequiredGabor Bencze2019-08-203-49/+34
* cmCommand refactor: cmBreakCommandGabor Bencze2019-08-203-31/+11
* Merge topic 'trace-redirect'Brad King2019-08-204-1/+35
|\
| * Add --trace-redirect parameter to redirect trace output to a fileIgor Ivanov2019-08-104-1/+35
* | Merge topic 'ccmake-crash-on-empty-strings-property'Brad King2019-08-201-0/+3
|\ \
| * | ccmake: handle cache entries with empty STRINGS propertyM Furkan USLU2019-08-201-0/+3
| * | CMake 3.15.2v3.15.2Brad King2019-08-071-1/+1
| * | Merge branch 'find_package-prefer-config-not-found' into release-3.15Brad King2019-08-061-1/+3
| |\ \
| * \ \ Merge branch 'fileapi-install-generators' into release-3.15Brad King2019-08-024-7/+22
| |\ \ \
| * \ \ \ Merge branch 'source_group-tree-files' into release-3.15Brad King2019-07-301-11/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'vs-spectre-off' into release-3.15Brad King2019-07-302-5/+8
| |\ \ \ \ \
* | | | | | | CMake Nightly Date StampKitware Robot2019-08-201-1/+1
* | | | | | | Merge topic 'string-literal-append'Brad King2019-08-1920-77/+43
|\ \ \ \ \ \ \
| * | | | | | | avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-1820-77/+43
* | | | | | | | Merge topic 'cmCryptoHash_string_view'Brad King2019-08-194-27/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | cmCryptoHash: Accept cm::string_view inputSebastian Holtermann2019-08-184-27/+26
* | | | | | | | | Merge topic 'cmStringAlgorithms_IsOn'Brad King2019-08-1966-329/+309
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmSystemTools: Remove IsInternallyOn, IsNOTFOUND, IsOn, IsOffSebastian Holtermann2019-08-172-123/+0
| * | | | | | | | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-1762-206/+185
| * | | | | | | | | cmStringAlgorithms: Add cmIsInternallyOn, cmIsNOTFOUND, cmIsOn, cmIsOffSebastian Holtermann2019-08-172-0/+124
| |/ / / / / / / /
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-08-191-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2019-08-181-1/+1
|/ / / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2019-08-171-1/+1
* | | | | | | Merge topic 'cmExpandList'Kyle Edwards2019-08-1693-508/+492
|\ \ \ \ \ \ \
| * | | | | | | cmSystemTools: Remove ExpandListArgument methodsSebastian Holtermann2019-08-142-116/+0
| * | | | | | | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-1490-394/+381
| * | | | | | | cmStringAlgorithms: Add cmExpandList functionsSebastian Holtermann2019-08-142-0/+113