summaryrefslogtreecommitdiff
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-101-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
* | cmLocalGenerator: modernize memory managementMarc Chevrier2019-11-111-17/+19
* | cmake: Teach --build mode to load CMAKE_GENERATOR_TOOLSETAlexander Boczar2019-10-151-2/+2
|/
* PCH: Generate sources during Compute stepCristian Adam2019-10-091-0/+1
* file(GENERATE): Create output file structures even earlierBrad King2019-10-071-8/+1
* Unity build: Generate sources during Compute stepBrad King2019-10-031-0/+18
* Merge topic 'clang-format-normalize-headers-presentation'Brad King2019-10-021-4/+6
|\
| * Revise include order using clang-format-6.0Kitware Robot2019-10-011-4/+6
* | PCH: Report error when setting COMPILE_PDB_NAME propertyCristian Adam2019-10-011-0/+40
|/
* Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all'Brad King2019-09-301-3/+11
|\
| * Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all'Brad King2019-09-301-3/+11
| |\
| | * Restore "all" target in subdirectories marked EXCLUDE_FROM_ALLBrad King2019-09-301-3/+11
* | | cmCustomCommand: Move custom commandsDaniel Eiband2019-09-261-1/+1
* | | clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-3/+3
* | | Merge topic 'add-non-empty-configurations-getter'Brad King2019-09-031-11/+4
|\ \ \
| * | | cmMakefile: Add configurations getter with empty configuration defaultDaniel Eiband2019-08-301-11/+4
* | | | cmSourceFile: Rename mutating GetFullPath() overloadDaniel Eiband2019-08-291-1/+1
|/ / /
* | | Merge topic 'cmGlobalGenerator-compilerId-lifetime'Brad King2019-08-271-7/+4
|\ \ \ | |/ /
| * | cmGlobalGenerator: Fix CheckCompilerIdCompatibility local var lifetimeBrad King2019-08-261-7/+4
* | | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-6/+4
* | | Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-101/+62
* | | Merge topic 'cm-contains'Brad King2019-08-211-8/+5
|\ \ \
| * | | cmAlgorithms: Add cmContainsRegina Pfeifer2019-08-191-8/+5
* | | | Merge topic 'string-literal-append'Brad King2019-08-191-7/+4
|\ \ \ \