summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'getdef-expand'Brad King2020-06-021-3/+2
|\
| * cmMakefile: add GetDefExpandList() that splits value into std::vectorVitaly Stakhovsky2020-05-301-3/+2
* | Merge topic 'cmprop'Brad King2020-06-021-0/+1
|\ \
| * | Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
| |/
* | Merge topic 'pch-fix-bad-ClearSourcesCache'Brad King2020-06-011-1/+17
|\ \ | |/ |/|
| * Merge branch 'backport-3.16-pch-fix-bad-ClearSourcesCache'Brad King2020-05-291-1/+17
| |\
| | * PCH: Fix logic error that incorrectly clears sources during VS generationBrad King2020-05-291-1/+17
* | | AutoMoc: Configure AutoMoc after generated sources (PCH, Unity)Cristian Adam2020-05-261-4/+4
* | | cmTarget: Replace "perConfig" constructor boolean with enumBrad King2020-05-181-2/+2
* | | cmGlobalGenerator: Fix CheckTargetsForMissingSources after refactoringBrad King2020-05-151-1/+1
* | | Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-2/+2
* | | Merge topic 'cmprop-state'Brad King2020-05-011-4/+3
|\ \ \
| * | | cmState::GetInitializedCacheValue: return cmPropVitaly Stakhovsky2020-04-301-4/+3
* | | | GetSafeProperty: return std::string const&Vitaly Stakhovsky2020-04-301-2/+2
|/ / /
* | | cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-8/+16
* | | Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-5/+6
* | | Merge topic 'cmprop-source'Brad King2020-04-151-2/+2
|\ \ \
| * | | cmSourceFile::GetProperty: return cmPropVitaly Stakhovsky2020-04-141-2/+2
* | | | Merge topic 'msbuildUtf8Support'Brad King2020-04-151-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Add support to indicate UTF-8 custom command pipe output encodingJustin Goshi2020-04-131-1/+5
* | | | clang-tidy: address bugprone-sizeof-expression lintBen Boeckel2020-04-131-2/+4
|/ / /
* | | cmMakefile::GetProperty: return cmPropVitaly Stakhovsky2020-04-011-4/+4
* | | cmTarget::GetProperty: return cmPropVitaly Stakhovsky2020-03-301-3/+2
* | | cmState::GetGlobalProperty: return cmPropVitaly Stakhovsky2020-03-251-9/+8
* | | Merge topic 'export-repeat'Brad King2020-03-201-10/+9
|\ \ \ | |/ /
| * | export: Fix use-after-free on multiple calls overwriting same FILEBrad King2020-03-191-10/+9
* | | cmMakefile::AddCacheDefinition: Add overload that accepts std::string valueVitaly Stakhovsky2020-03-111-2/+2
|/ /
* | Generator: Don't allow Ninja Multi-Config variables on other generatorsKyle Edwards2020-02-271-0/+35
* | Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-171-1/+1
* | Refactor: Allow generators to decide default configuration for buildKyle Edwards2020-02-041-2/+6
* | Merge topic 'ninja-1.10'Brad King2020-01-281-0/+1
|\ \
| * | Ninja: Track when running to re-generate during a buildBrad King2020-01-271-0/+1
* | | AppendProperty: convert value param to std::stringVitaly Stakhovsky2020-01-251-1/+3
|/ /
* | Merge topic 'realpath-cache'Brad King2020-01-201-0/+11
|\ \
| * | cmGlobalGenerator: Add cache for realpath() resultsTim Blechmann2020-01-161-0/+11
* | | Merge topic 'cmake-ctest-arguments'Brad King2020-01-171-0/+7
|\ \ \
| * | | Add CMAKE_CTEST_ARGUMENTS variable to pass command-line arguments to ctestRobert Goulet2020-01-151-0/+7
* | | | cmMakefile: modernize memory managementMarc Chevrier2020-01-141-4/+4
|/ / /
* | | GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-2/+2
* | | cmGlobalGenerator: modernize memrory managemenbtMarc Chevrier2019-12-301-34/+37
|/ /
* | Merge topic 'stdstring-target'Brad King2019-12-171-1/+1
|\ \
| * | cmTarget: add std::string overloadsVitaly Stakhovsky2019-12-141-1/+1
* | | Ninja: Add multi-config variantKyle Edwards2019-12-131-1/+3
|/ /
* | cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-091-35/+33
* | Merge branch 'backport-unity-object-libraries' into unity-object-librariesBrad King2019-12-081-1/+12
|\ \ | |/
| * Unity: Proper handling of object librariesCristian Adam2019-12-071-0/+9
| * Unity/PCH: Skip more target types when adding automatic sourcesCristian Adam2019-12-071-1/+3
* | cmCustomCommand: Explicitly pass backtrace on constructionDaniel Eiband2019-11-241-2/+2
* | cmMakefile: Delay CheckTargetProperties and FinalPass to generate timeDaniel Eiband2019-11-241-18/+17
* | FileAPI: Add "multiConfig" parameter to index fileKyle Edwards2019-11-201-0/+1