summaryrefslogtreecommitdiff
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-181-7/+4
| |/ / /
* | | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-14/+12
|/ / /
* | | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-10/+8
* | | Merge topic 'cmRemoveQuotes'Kyle Edwards2019-08-131-8/+0
|\ \ \
| * | | cmStringAlgorithms: Add cmRemoveQuotesSebastian Holtermann2019-08-091-8/+0
* | | | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-6/+6
|/ / /
* | | Merge topic 'swift-with-interface-libs'Brad King2019-07-301-8/+9
|\ \ \ | |/ /
| * | Swift: Restore support for enabling with INTERFACE librariesBrad King2019-07-291-8/+9
* | | cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-3/+2
* | | cmMakefile: Simplify and rename AddDefinitionBoolSebastian Holtermann2019-07-241-1/+1
* | | Merge topic 'ccmake-clear-aliases'Brad King2019-07-091-0/+1
|\ \ \ | |/ /
| * | cmGlobalGenerator: Do not persist alias targets across configuresBrad King2019-07-081-0/+1
* | | modermize: replace some raw pointers w/ `unique_ptr`Alex Turbov2019-06-241-5/+3
|/ /
* | Swift: disallow WIN32_EXECUTABLE propertiesSaleem Abdulrasool2019-06-031-0/+35
* | Fixing warnings generated by clang 8.0 on WindowsZsolt Parragi2019-05-291-2/+13
* | cmSystemTools::Error(): remove const char* overloadVitaly Stakhovsky2019-05-221-4/+4
* | Refactor: Allow cmInstallGenerator::Compute() to return an errorKyle Edwards2019-05-131-1/+3