summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-4/+4
* 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
* | cmMakefile: Define cmTargetMap type in cmMakefile instead of cmTargetSebastian Holtermann2019-05-231-4/+4
|/
* Support job pools in custom commands and targetsRosen Matev2019-05-141-12/+17
* cmMakefile: Enforce explicit use of project() commandBartosz Kosiorek2019-05-061-0/+10
* cmMakefile: Use std::unordered_map::emplace to add cmTargets to the listSebastian Holtermann2019-03-211-2/+1
* Features: Do not use a lower-than-default standard for requested featuresZsolt Parragi2019-02-261-0/+14
* Merge topic 'deprecate-policy-old'Brad King2019-02-251-1/+1
|\
| * Add deprecation warnings for policies CMP0066 and belowBrad King2019-02-211-1/+1
* | Merge topic 'cmrange-improvements'Brad King2019-02-251-0/+1
|\ \
| * | cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-0/+1