summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* export: Fix use-after-free on multiple calls overwriting same FILEBrad King2020-03-191-5/+11
* Merge topic 'mf-json-type'Brad King2020-01-291-3/+2
|\
| * cmMakefile: Fix construction of Json::Value from fixed-size int typesRaul Tambre2020-01-281-3/+2
* | AppendProperty: convert value param to std::stringVitaly Stakhovsky2020-01-251-5/+5
|/
* Merge topic 'trace_json_timestamp'Brad King2020-01-241-0/+3
|\
| * trace: Add time and stack level to JSON output formatFrank Winklmeier2020-01-221-0/+3
* | cmInstall*Generator: std::string paramsVitaly Stakhovsky2020-01-211-1/+1
|/
* cmMakefile: modernize memory managementMarc Chevrier2020-01-141-29/+38
* Merge topic 'refactoring-STL-erase_if'Brad King2020-01-131-2/+3
|\
| * Refactoring: suppress cmEraseIf in favor of cm::erase_ifMarc Chevrier2020-01-091-2/+3
* | target_link_libraries: Fix out-of-dir calls with debug/optimized keywordsBrad King2020-01-101-1/+1
|/
* GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-5/+5
* cmGlobalGenerator: modernize memrory managemenbtMarc Chevrier2019-12-301-2/+5
* Merge topic 'traceJSON'Kyle Edwards2019-12-271-7/+40
|\
| * trace: Add JSON output formatDaniel Mensinger2019-12-231-7/+40
* | Merge topic 'add_find_call_debugging'Kyle Edwards2019-12-201-1/+8
|\ \ | |/ |/|
| * find_*: Add debug logging infrastructureRobert Maynard2019-12-191-1/+8
* | Merge topic 'add-header-cmext-algorithm'Brad King2019-12-181-1/+2
|\ \ | |/ |/|
| * Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-1/+2
* | Merge topic 'stdstring-target'Brad King2019-12-171-4/+4
|\ \ | |/ |/|
| * cmTarget: add std::string overloadsVitaly Stakhovsky2019-12-141-4/+4
* | Ninja: Add multi-config variantKyle Edwards2019-12-131-2/+3
|/
* 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
|\ \ \ \ | |/ / / |/| | |