summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.h
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'GetExecutionListFile-by-ref'Brad King2020-09-081-1/+1
|\
| * cmStateSnapshot: Return const reference from GetExecutionListFile()Oleksandr Koval2020-09-041-1/+1
* | Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
|/
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-2/+1
* file(GENERATE): Add TARGET argumentRaul Tambre2020-08-201-1/+1
* Merge topic 'refactor-generator-configs'Brad King2020-07-061-4/+11
|\
| * cmMakefile: Refactor API to better handle empty config valuesRobert Maynard2020-07-031-4/+11
* | cmStandardLevelResolver: Added to handle standard level queriesRobert Maynard2020-07-011-86/+0
|/
* Merge topic 'remove-warn-unused-vars'Craig Scott2020-07-011-7/+0
|\
| * cmake: Remove broken '--warn-unused-vars' optionBrad King2020-06-291-7/+0
* | configure_file: Add option to control file permissions transfer to copyRahul Gottipati2020-06-301-0/+1
|/
* Refactor language standard computationJustin Goshi2020-06-161-9/+45
* cmMakefile: Change CompileFeatureKnown to take target name instead of targetJustin Goshi2020-06-151-2/+3
* add_library/add_executable: allow local alias to imported targetsMarc Chevrier2020-06-021-1/+2
* Merge topic 'getdef-expand'Brad King2020-06-021-0/+2
|\
| * cmMakefile: add GetDefExpandList() that splits value into std::vectorVitaly Stakhovsky2020-05-301-0/+2
* | Single location for cmProp typedefVitaly Stakhovsky2020-06-011-2/+1
|/
* Add support to indicate UTF-8 custom command pipe output encodingJustin Goshi2020-04-131-4/+8
* cmMakefile::GetProperty: return cmPropVitaly Stakhovsky2020-04-011-3/+6
* Merge topic 'export-repeat'Brad King2020-03-201-4/+6
|\
| * export: Fix use-after-free on multiple calls overwriting same FILEBrad King2020-03-191-4/+6
* | cmMakefile::AddCacheDefinition: Add overload that accepts std::string valueVitaly Stakhovsky2020-03-111-0/+6
* | cmake_command: Add command to EVAL a CMake script as a stringCristian Adam2020-03-031-0/+3
|/
* Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-2/+2
* Merge topic 'mf-typo'Brad King2020-01-281-1/+1
|\
| * cmMakefile: Fix spelling typo in commentMasashi Fujita2020-01-281-1/+1
* | AppendProperty: convert value param to std::stringVitaly Stakhovsky2020-01-251-1/+1
|/
* cmMakefile: modernize memory managementMarc Chevrier2020-01-141-26/+22
* find_*: Add debug logging infrastructureRobert Maynard2019-12-191-2/+13
* CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) supportRobert Maynard2019-12-101-1/+11
* cmMakefile: Delay custom command creationDaniel Eiband2019-11-241-45/+32
* cmMakefile: Explicitly pass backtrace to GetCustomCommandTargetDaniel Eiband2019-11-241-2/+3
* cmMakefile: Delay CheckTargetProperties and FinalPass to generate timeDaniel Eiband2019-11-241-12/+13
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* Merge topic 'objective-c-cxx'Brad King2019-09-301-4/+10
|\
| * Objective C/C++: Add compiler standard detectionCristian Adam2019-09-281-4/+10
* | cmMakefile: Remove AddUtilityCommand overload without byproductsDaniel Eiband2019-09-261-7/+0
* | cmMakefile: Extract utilities used for creation of custom commandsDaniel Eiband2019-09-261-13/+39
* | cmMakefile: Move enumerations into new headerDaniel Eiband2019-09-261-22/+14
|/
* Merge topic 'cmake-system-headers'Brad King2019-09-201-1/+1
|\
| * cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* | Merge topic 'split-custom-command-creation'Brad King2019-09-201-8/+46
|\ \ | |/ |/|
| * cmMakefile: Separate custom command setup from actual creationDaniel Eiband2019-09-171-5/+43
| * cmMakefile: Validate command line for all custom commandsDaniel Eiband2019-09-171-1/+1
| * cmMakefile: Extract custom command validation methodDaniel Eiband2019-09-171-0/+2
| * cmMakefile: Create all generated byproducts as known sourcesDaniel Eiband2019-09-171-3/+1
* | cmMakefile: Remove unused AddUtilityCommand overloadDaniel Eiband2019-09-161-8/+0
|/
* Merge topic 'tidy-deprecated-headers'Brad King2019-09-161-1/+1
|\
| * clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* | Merge topic 'prepare-deferred-custom-command-creation'Brad King2019-09-161-0/+6
|\ \