summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-2/+2
* Merge topic 'trace_expand_bracket'Brad King2021-01-121-1/+1
|\
| * cmMakefile: Don't expand bracket arguments in --trace-expandRaul Tambre2021-01-111-1/+1
* | Merge topic 'cpp-modules'Brad King2021-01-071-3/+4
|\ \
| * | Treat the '.mpp' file extension as C++ codeBen Boeckel2021-01-051-3/+4
* | | Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-14/+14
|/ /
* | file(GENERATE): Support options to manipulate file permissionsAsit Dhal2020-12-211-2/+3
* | cmLocalGenerator: Adopt custom target 'force' output name generationBrad King2020-12-151-20/+2
* | cmMakefile: Simplify custom target 'force' output name generationBrad King2020-12-151-17/+10
* | GENERATED prop: Add implementation for policy CMP0118 being set to NEWDeniz Bahadir2020-11-241-6/+2
* | Reduce the scope of temporary cmProp variables and other improvementsVitaly Stakhovsky2020-11-051-8/+6
* | configure_file: Add option for user defined permissionsAsit Dhal2020-10-241-15/+5
* | Constify some code as suggested by clang-tidyCengizhan Pasaoglu2020-10-191-5/+5
* | Merge topic 'fix-refactor-generator-configs'Brad King2020-10-161-3/+2
|\ \ | |/
| * Fix regression in test/install/package configuration selectionBrad King2020-10-151-3/+2
* | Add deprecation warnings for policies CMP0075 and belowBrad King2020-10-131-1/+1
* | cmMakefile: Consolidate CreateGenerated{Outputs,Byproducts}Brad King2020-10-081-13/+3
* | cmLocalGenerator: Migrate custom command output lookup from cmMakefileBrad King2020-10-081-185/+0
* | cmMakefile: Drop unnecessary custom command APPEND checkBrad King2020-10-081-50/+1
|/
* cmListFileCache: Make cmListFileFunction a shared pointerOleksandr Koval2020-10-011-21/+21
* cmake_language: Add signature to DEFER calls to later timesBrad King2020-09-291-11/+179
* cmMakefile: Clarify name of internal list file run methodBrad King2020-09-291-6/+6
* cmMakefile: Replace GetExecutionFilePath with the top of the BacktraceBrad King2020-09-281-11/+5
* cmMakefile: Simplify ExpandArguments signatureBrad King2020-09-281-15/+8
* cmMakefile: Remove now-unused overload of GetBacktraceBrad King2020-09-281-9/+0
* cmMakefile: Inline GetExecutionContext at call sitesBrad King2020-09-281-6/+1
* cmMakefile: Simplify GetExecutionContext implementationBrad King2020-09-281-6/+1
* cmCommandArgumentParserHelper: rework input handlingOleksandr Koval2020-09-091-1/+1
* Merge topic 'GetExecutionListFile-by-ref'Brad King2020-09-081-3/+3
|\
| * cmStateSnapshot: Return const reference from GetExecutionListFile()Oleksandr Koval2020-09-031-3/+3
* | Refactor: Use cmToCStr()Vitaly Stakhovsky2020-09-031-6/+6
|/
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-59/+50
* file(GENERATE): Add TARGET argumentRaul Tambre2020-08-201-3/+3
* Bootstrap: Add support for NinjaKyle Edwards2020-08-101-2/+4
* Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-1/+1
* cmIsOn: add overload accepting const std::string*Vitaly Stakhovsky2020-07-141-4/+2
* Merge topic 'imported-local-target-alias'Brad King2020-07-131-0/+3
|\
| * ALIAS targets: Non-global aliases must be propagated to sub-directoriesMarc Chevrier2020-07-111-0/+3
* | Merge topic 'refactor-generator-configs'Brad King2020-07-061-14/+17
|\ \
| * | cmMakefile: Refactor API to better handle empty config valuesRobert Maynard2020-07-031-14/+17
* | | cmStandardLevelResolver: Added to handle standard level queriesRobert Maynard2020-07-011-781/+0
|/ /
* | Merge topic 'remove-warn-unused-vars'Craig Scott2020-07-011-42/+2
|\ \
| * | cmake: Remove broken '--warn-unused-vars' optionBrad King2020-06-291-42/+2
* | | configure_file: Add option to control file permissions transfer to copyRahul Gottipati2020-06-301-1/+16
|/ /
* | Merge topic 'fileApiAddLanguageStandardBacktrace'Brad King2020-06-291-3/+3
|\ \
| * | Add backtrace support for language standardJustin Goshi2020-06-221-3/+3
* | | Deprecate compatibility with CMake versions older than 2.8.12Brad King2020-06-181-2/+4
* | | cmStateSnapshot: Invert CanPopPolicyScope return value to match nameBrad King2020-06-181-1/+1
|/ /
* | Merge topic 'languageStandardRefactor'Brad King2020-06-181-43/+156
|\ \
| * | Refactor language standard computationJustin Goshi2020-06-161-41/+154