summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmMakefile: Fix compilation on EDG-based compilers such as LCCmakise-homura2021-10-011-5/+4
* Source: Fix clang -Wimplicit-fallthrough warningsSean McBride2021-09-281-4/+11
* Rename cmProp in cmValueMarc Chevrier2021-09-211-40/+41
* remove cmToCStr functionMarc Chevrier2021-09-191-2/+2
* cmSystemTools::VersionCompare: use std::string for argumentsMarc Chevrier2021-09-171-2/+1
* Merge topic 'enh-AddCacheEntry-accepts-new-types'Marc Chevrier2021-09-101-4/+4
|\
| * Use new AddCacheEntry signaturesMarc Chevrier2021-09-101-4/+4
* | Refactor: Convert parallel string/backtrace vectors to BT vectorsKyle Edwards2021-09-031-38/+10
|/
* Refactor: Use new SetProperty signaturesMarc Chevrier2021-08-251-8/+7
* Enhancement: SetProperty accept cmProp or std::stringMarc Chevrier2021-08-251-0/+4
* cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-8/+3
* cmake: Model normal and try-compile project kinds explicitlyBrad King2021-07-121-2/+2
* cmMakefile: Split out CreateNewTarget from AddNewTargetNAKAMURA Takumi2021-07-081-6/+14
* Merge topic 'env-init-configs'Brad King2021-07-011-0/+17
|\
| * cmake: Allow CMAKE_CONFIGURATION_TYPES to be set by environment variableBrad King2021-06-301-1/+5
| * cmMakefile: Add helper to initialize CMAKE_CONFIGURATION_TYPESBrad King2021-06-301-0/+13
* | Add deprecation warnings for policies CMP0088 and belowBrad King2021-06-301-4/+3
|/
* CMP0126: Add control for warningsMarc Chevrier2021-06-291-3/+20
* cmState: Record imported target names in each directoryBrad King2021-06-101-0/+1
* 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-191-5/+5
* | Merge topic 'fix-refactor-generator-configs'Brad King2020-10-161-3/+2
|\ \ | |/