summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-031-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-101-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
* cmStateDirectory::GetProperty: return cmPropVitaly Stakhovsky2020-03-271-2/+4
* replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-1/+1
* Merge topic 'export-repeat'Brad King2020-03-201-5/+11
|\
| * export: Fix use-after-free on multiple calls overwriting same FILEBrad King2020-03-191-5/+11
* | cmState::GetCacheEntryValue: return cmPropVitaly Stakhovsky2020-03-171-1/+3
* | cmake: add command line options to output script profiling dataWouter Klouwen2020-03-071-2/+14
* | cmake_command: Add command to EVAL a CMake script as a stringCristian Adam2020-03-031-0/+21
* | Add deprecation warnings for policies CMP0071 and belowBrad King2020-02-171-1/+1
|/
* Merge topic 'mf-json-type'Brad King2020-01-291-3/+2
|\