summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmMakefile: Register explicit object sources more efficientlyBrad King2021-05-281-1/+2
* Merge topic 'set-cache-keep-normal-variable'Brad King2021-05-251-4/+4
|\
| * set(CACHE): do not remove normal variableMarc Chevrier2021-05-201-4/+4
* | Merge branch 'master' into cmp0082-exclude-from-allKyle Edwards2021-05-241-6/+22
|\ \ | |/
| * Merge topic 'find_item-consistent-behavior-cache-variables'Brad King2021-05-131-0/+2
| |\
| | * find_*: ensure consistent behavior for cache variablesMarc Chevrier2021-05-121-0/+2
| * | Source: Minor code improvementsVitaly Stakhovsky2021-05-111-3/+3
| |/
| * 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/+14
| * Treat '.ixx' and '.cppm' files as C++ sourcesAndrew Gilewsky2021-03-221-1/+1
| * Merge topic 'autogen-cmp0116-fix'Brad King2021-02-241-23/+29
| |\
| * | Add deprecation warnings for policies CMP0081 and belowBrad King2021-02-101-1/+1
* | | CMP0082: Check EXCLUDE_FROM_ALL property at generate timeKyle Edwards2021-05-241-1/+1
| |/ |/|
* | cmCustomCommand: Record value of CMP0116 at time of creationKyle Edwards2021-02-231-23/+29
|/
* Merge topic 'issue-19198'Brad King2021-02-021-3/+3
|\
| * file(GENERATE): Support new line styleAsit Dhal2021-02-011-3/+3
* | cmInstallGenerator: Add backtrace to all install generatorsBrad King2021-01-281-1/+1
|/
* 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-201-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-041-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