summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmListFileBacktrace: Clarify call sites that only push a file pathBrad King2022-04-011-3/+6
* Trace: process else and elseif commands correctlyBraulio Valdivielso Martinez2022-03-251-7/+8
* find_package: Add support for default GLOBAL imported targetsJohn Parent2022-03-101-0/+5
* Genex-LINK_GROUP: Add possibility to group libraries at link stepMarc Chevrier2022-02-281-9/+9
* Merge topic 'debug-find'Brad King2022-02-111-0/+19
|\
| * find_package: Improve --debug-find-pkg= when using a find moduleBrad King2022-02-101-0/+19
* | Trace: include `line_end` field in json-v1 formatBraulio Valdivielso Martinez2022-02-091-0/+4
* | Merge topic 'genex-LINK_LIBRARY-to-decorate-library'Brad King2022-02-091-0/+25
|\ \
| * | Genex: Add $<LINK_LIBRARY:...>Marc Chevrier2022-02-081-0/+25
* | | Trace: add global_frame field to json-v1 formatBraulio Valdivielso Martinez2022-02-071-0/+2
|/ /
* | Add deprecation warnings for policies CMP0097 and belowBrad King2022-02-031-2/+4
|/
* cmListFileCache: Rename FromCommandContext to FromListFileFunctionBrad King2022-01-251-1/+1
* 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