summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
...
| * | | cmMakefile: Remove unused AddUtilityCommand overloadDaniel Eiband2019-09-161-29/+0
* | | | Merge topic 'smart_ptr/cmSourceFile'Brad King2019-09-171-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | cmSourceFile: use unique_ptr for CustomCommandTushar Maheshwari2019-09-131-2/+4
* | | | Merge topic 'tidy-deprecated-headers'Brad King2019-09-161-4/+4
|\ \ \ \
| * | | | clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-4/+4
* | | | | Merge topic 'prepare-deferred-custom-command-creation'Brad King2019-09-161-6/+27
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | add_custom_command: Move append functionality into class cmMakefileDaniel Eiband2019-09-131-0/+17
| * | | | add_custom_command: Refactor setting implicit dependsDaniel Eiband2019-09-121-6/+10
| |/ / /
* | | | cmMakefile: Add lookup from source name to targets via byproductsDaniel Eiband2019-09-121-24/+136
* | | | Refatoring: Extract AnyOutputMatches utilityDaniel Eiband2019-09-121-15/+22
|/ / /
* | | Merge topic 'modernize-use-auto'Brad King2019-09-121-25/+18
|\ \ \
| * | | clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-25/+18
* | | | cmMakefile: set GENERATED property of outputs upfrontDaniel Eiband2019-09-061-28/+20
|/ / /
* | | clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-2/+3
* | | clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
* | | Merge topic 'add-non-empty-configurations-getter'Brad King2019-09-031-0/+10
|\ \ \
| * | | cmMakefile: Add configurations getter with empty configuration defaultDaniel Eiband2019-08-301-0/+10
* | | | cmSourceFile: Rename mutating GetFullPath() overloadDaniel Eiband2019-08-291-2/+2
|/ / /
* | | Merge topic 'source_sweep_ostringstream_single'Brad King2019-08-261-14/+10
|\ \ \
| * | | Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-231-14/+10
* | | | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-28/+14
|/ / /
* | | Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-31/+22
* | | Merge topic 'cm-contains'Brad King2019-08-211-12/+11
|\ \ \
| * | | cmAlgorithms: Add cmContainsRegina Pfeifer2019-08-191-12/+11
* | | | Merge topic 'trace-redirect'Brad King2019-08-201-1/+8
|\ \ \ \
| * | | | Add --trace-redirect parameter to redirect trace output to a fileIgor Ivanov2019-08-101-1/+8
* | | | | Merge topic 'string-literal-append'Brad King2019-08-191-2/+1
|\ \ \ \ \
| * | | | | avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-181-2/+1
| | |/ / / | |/| | |
* | | | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-7/+7
|/ / / /
* | | | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-18/+18
* | | | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-16/+16
* | | | Merge topic 'cmStringAlgorithms_move_functions'Brad King2019-08-071-5/+4
|\ \ \ \ | |/ / / |/| | |
| * | | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenizeSebastian Holtermann2019-08-051-5/+4
* | | | cmFunctionBlocker: Move check for matching argsRegina Pfeifer2019-07-301-19/+1
* | | | cmFunctionBlocker: Move common logic to baseRegina Pfeifer2019-07-301-1/+1
* | | | cmMakefile: Add OnExecuteCommand callbackRegina Pfeifer2019-07-301-0/+9
|/ / /
* | | cmMakefile: Keep function blockers in a stackRegina Pfeifer2019-07-261-44/+26
* | | cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-20/+18
* | | cmMakefile: Simplify and rename AddDefinitionBoolSebastian Holtermann2019-07-241-17/+5
* | | cmState: Hold commands by valueRegina Pfeifer2019-07-211-7/+2
* | | cmCommand: deprecate functions GetMakefile and SetErrorDaniel Pfeifer2019-07-211-3/+3
* | | Merge topic 'command-final-action'Brad King2019-07-191-5/+7
|\ \ \
| * | | cmCommand: remove FinalPass from interfaceDaniel Pfeifer2019-07-181-17/+0
| * | | cmMakefile: decouple FinalAction from cmCommandDaniel Pfeifer2019-07-181-3/+22
* | | | cmMakefile: Modernize AddFunctionBlocker method to accept a std::unique_ptrSebastian Holtermann2019-07-171-11/+10
|/ / /
* | | modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-4/+3
* | | IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* | | Add deprecation warnings for policies CMP0067 and belowBrad King2019-07-011-1/+1
|/ /
* | Merge topic 'cmAppend'Brad King2019-05-241-2/+1
|\ \
| * | Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-2/+1