summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
Commit message (Expand)AuthorAgeFilesLines
* cmMakefile: Simplify detail:::Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-181-1/+14
* cmMakefile: Introduce GeneratorAction as the class.NAKAMURA Takumi2021-11-181-3/+24
* cmMakefile: Move CMP0116 lookup into Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-181-18/+16
* Rename cmProp in cmValueMarc Chevrier2021-09-211-7/+7
* cmProp: cm::string_view cast operator must be explicitMarc Chevrier2021-09-141-0/+4
* Refactor: Convert parallel string/backtrace vectors to BT vectorsKyle Edwards2021-09-031-11/+5
* Enhancement: SetProperty accept cmProp or std::stringMarc Chevrier2021-08-251-0/+5
* Refactor: reduce cmToCStr usageMarc Chevrier2021-08-191-4/+4
* cmMakefile: Split out CreateNewTarget from AddNewTargetNAKAMURA Takumi2021-07-081-0/+5
* cmMakefile: Add helper to initialize CMAKE_CONFIGURATION_TYPESBrad King2021-06-301-0/+2
* Source: Fix typos and spelling in commentsJosef Angstenberger2021-05-071-1/+1
* foreach(): loop variables are only available in the loop scopeMarc Chevrier2021-04-281-0/+1
* 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
|\