summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in test/install/package configuration selectionBrad King2020-10-151-3/+2
* 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
* 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
| * | cmMakefile: Change CompileFeatureKnown to take target name instead of targetJustin Goshi2020-06-151-3/+3
* | | cmake: implement error handling in configure_fileAsit Dhal2020-06-171-1/+9
|/ /
* | Add deprecation warnings for policies CMP0072 and belowBrad King2020-06-121-1/+1
|/
* add_library/add_executable: allow local alias to imported targetsMarc Chevrier2020-06-021-3/+14
* cmMakefile: add GetDefExpandList() that splits value into std::vectorVitaly Stakhovsky2020-05-301-4/+13
* cmTarget: Replace "perConfig" constructor boolean with enumBrad King2020-05-181-6/+6
* source_group: Support forward slashes in group hierarchyCraig Scott2020-05-111-4/+4
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-2/+3
* Merge topic 'cmprop-state'Brad King2020-05-011-4/+3
|\
| * cmState::GetInitializedCacheValue: return cmPropVitaly Stakhovsky2020-04-301-4/+3
* | Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-301-1/+1
|/
* Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-17/+16
* Merge topic 'msbuildUtf8Support'Brad King2020-04-151-26/+28
|\
| * Add support to indicate UTF-8 custom command pipe output encodingJustin Goshi2020-04-131-26/+28
* | cmMakefile: use std::string_viewBen Boeckel2020-04-131-1/+2
* | clang-tidy: address bugprone-branch-clone lintsBen Boeckel2020-04-131-4/+1
|/
* cmMakefile::GetProperty: return cmPropVitaly Stakhovsky2020-04-011-36/+38
* cmTarget::GetProperty: return cmPropVitaly Stakhovsky2020-03-301-58/+54