summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmCustomCommand: Track main dependency explicitlyNAKAMURA Takumi2021-12-141-9/+6
* cmListFileBacktrace: Remove unused "bottom" entryBrad King2021-12-081-1/+0
* Merge topic 'env-init-configs'Brad King2021-11-231-1/+2
|\
| * try_compile: Do not use CMAKE_BUILD_TYPE or CMAKE_CONFIGURATION_TYPES env varsBrad King2021-11-221-1/+2
* | cmMakefile: Simplify Add*Command and adopt to cmAddCustom*CommandNAKAMURA Takumi2021-11-181-92/+34
* | cmMakefile: Simplify detail:::Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-181-41/+64
* | cmMakefile: Introduce GeneratorAction as the class.NAKAMURA Takumi2021-11-181-2/+8
* | cmMakefile: Move CMP0116 lookup into Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-181-22/+22
* | Source: Replace most calls to sprintf with snprintfSean McBride2021-10-251-2/+2
* | Add deprecation warnings for policies CMP0094 and belowBrad King2021-10-081-2/+3
|/
* 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
|\ \