summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) supportRobert Maynard2019-12-101-30/+189
* cmMakefile: Delay custom command creationDaniel Eiband2019-11-241-226/+170
* cmCustomCommand: Explicitly pass backtrace on constructionDaniel Eiband2019-11-241-3/+4
* cmMakefile: Explicitly pass backtrace to GetCustomCommandTargetDaniel Eiband2019-11-241-19/+19
* cmMakefile: Delay CheckTargetProperties and FinalPass to generate timeDaniel Eiband2019-11-241-7/+10
* Add deprecation warnings for policies CMP0069 and belowBrad King2019-10-101-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-5/+7
* Merge topic 'fix-EXCLUDE_FROM_ALL-subdir-all'Brad King2019-09-301-6/+4
|\
| * Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all'Brad King2019-09-301-6/+4
| |\
| | * Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all'Brad King2019-09-301-6/+4
| | |\
| | | * Restore "all" target in subdirectories marked EXCLUDE_FROM_ALLBrad King2019-09-301-6/+4
* | | | Merge topic 'objective-c-cxx'Brad King2019-09-301-68/+80
|\ \ \ \ | |/ / / |/| | |
| * | | Objective C/C++: Add compiler standard detectionCristian Adam2019-09-281-68/+80
* | | | cmMakefile: Remove AddUtilityCommand overload without byproductsDaniel Eiband2019-09-261-16/+2
* | | | cmMakefile: Extract utilities used for creation of custom commandsDaniel Eiband2019-09-261-117/+144
* | | | cmCustomCommand: Move custom commandsDaniel Eiband2019-09-261-3/+3
* | | | cmMakefile: Move enumerations into new headerDaniel Eiband2019-09-261-13/+14
|/ / /
* | | 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