summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cmake-system-headers'Brad King2019-09-201-3/+2
|\
| * cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-3/+2
* | Merge topic 'pch-source-list'Brad King2019-09-201-0/+1
|\ \
| * | Precompile Headers: Add precompile header file to source listCristian Adam2019-09-191-0/+1
| |/
* | Merge topic 'split-custom-command-creation'Brad King2019-09-201-92/+214
|\ \ | |/ |/|
| * cmMakefile: Separate custom command setup from actual creationDaniel Eiband2019-09-171-51/+138
| * cmMakefile: Refactor AddCustomCommandOldStyle to be delay friendlyDaniel Eiband2019-09-171-27/+36
| * cmMakefile: Validate command line for all custom commandsDaniel Eiband2019-09-171-39/+53
| * cmMakefile: Extract custom command validation methodDaniel Eiband2019-09-171-8/+19
| * cmMakefile: Create all generated byproducts as known sourcesDaniel Eiband2019-09-171-5/+6
* | Merge topic 'command-line-make-functions'Brad King2019-09-181-29/+0
|\ \ | |/ |/|
| * 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