summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
Commit message (Expand)AuthorAgeFilesLines
* cmCustomCommand: Record value of CMP0116 at time of creationKyle Edwards2021-02-231-16/+18
* file(GENERATE): Support new line styleAsit Dhal2021-02-011-1/+2
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-1/+1
* file(GENERATE): Support options to manipulate file permissionsAsit Dhal2020-12-211-1/+1
* cmLocalGenerator: Adopt custom target 'force' output name generationBrad King2020-12-151-5/+0
* cmMakefile: Simplify custom target 'force' output name generationBrad King2020-12-151-2/+2
* Reduce the scope of temporary cmProp variables and other improvementsVitaly Stakhovsky2020-11-051-2/+1
* configure_file: Add option for user defined permissionsAsit Dhal2020-10-241-2/+3
* Constify some code as suggested by clang-tidyCengizhan Pasaoglu2020-10-191-5/+5
* cmMakefile: Consolidate CreateGenerated{Outputs,Byproducts}Brad King2020-10-081-1/+0
* cmLocalGenerator: Migrate custom command output lookup from cmMakefileBrad King2020-10-081-75/+5
* cmMakefile: Drop unnecessary custom command APPEND checkBrad King2020-10-081-11/+1
* cmake_language: Add signature to DEFER calls to later timesBrad King2020-09-291-4/+33
* cmMakefile: Clarify name of internal list file run methodBrad King2020-09-291-2/+2
* cmMakefile: Replace GetExecutionFilePath with the top of the BacktraceBrad King2020-09-281-2/+0
* cmMakefile: Simplify ExpandArguments signatureBrad King2020-09-281-5/+2
* cmMakefile: Remove now-unused overload of GetBacktraceBrad King2020-09-281-1/+0
* cmMakefile: Inline GetExecutionContext at call sitesBrad King2020-09-281-1/+0
* Merge topic 'GetExecutionListFile-by-ref'Brad King2020-09-081-1/+1
|\
| * cmStateSnapshot: Return const reference from GetExecutionListFile()Oleksandr Koval2020-09-031-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