summaryrefslogtreecommitdiff
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Modernize: Enable modernize-raw-string-literal in clang-tidyArtur Ryt2019-04-021-3/+3
* | cmGlobalGenerator: Inline `aRange` acquisition in `for(x:aRange)` invocationsSebastian Holtermann2019-03-251-27/+11
* | cmGlobalGenerator: Use auto for long iterator typesSebastian Holtermann2019-03-251-44/+30
* | cmMakefile: Use std::unordered_map::emplace to add cmTargets to the listSebastian Holtermann2019-03-211-8/+10
* | cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-051-43/+56
* | cmGlobalGenerator: Change case of methods from GeneratedMakeCommand structBartosz Kosiorek2019-03-041-3/+3
* | cmGlobalGenerator: Remove unused codeBartosz Kosiorek2019-03-041-11/+0
* | Merge topic 'add-xlclang'Brad King2019-02-261-0/+30
|\ \
| * | XLClang: Add policy CMP0089 to present as XL for compatibilityBrad King2019-02-251-0/+30