summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio10Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Visual Studio 10 2010 generatorBrad King2021-07-291-1/+1
* VS: Add Visual Studio 17 2022 generatorBrad King2021-06-251-0/+2
* VS: Do not apply any '/external:*' flag table mapping on VS < 16.10Brad King2021-06-171-8/+10
* VS: Compare VS instance versions as stringsBrad King2021-06-171-6/+7
* VS: Do not apply '/external:W*' flag table mapping on VS < 16.10Brad King2021-06-161-2/+11
* cmGlobalVisualStudio10Generator: Move static functions to anonymous namespaceBrad King2021-06-161-2/+4
* VS: Fix VCTargetsPath detection when cross-compilingBrad King2021-04-271-0/+1
* VS: Add a mostly-undocumented hook to load custom JSON flag tablesBrad King2021-03-221-0/+36
* VS: switch to new folder structure while keeping the old one workingMarcel Ritzschke2021-03-181-2/+25
* Merge topic 'vs-toolset-version'Brad King2021-03-151-41/+32
|\
| * VS: Fix '-T version=14.28' under VS 16.9Brad King2021-03-121-36/+27
| * cmGlobalVisualStudioVersionedGenerator: Clarify local variable nameBrad King2021-03-121-5/+5
* | cmGlobalVisualStudio10Generator: Generalize flag table lookup interfaceBrad King2021-03-051-22/+37
* | cmGlobalVisualStudio10Generator: Clarify LoadFlagTable argument nameBrad King2021-03-051-5/+5
* | cmGlobalVisualStudio10Generator: Drop unnecessary temporariesBrad King2021-03-051-16/+16
* | cmGlobalVisualStudio10Generator: Drop default toolset name canonicalizationBrad King2021-03-051-27/+10
* | cmGlobalVisualStudio10Generator: Remove redundant argumentsBrad King2021-03-051-29/+13
* | cmGlobalVisualStudio10Generator: Remove redundant argumentsBrad King2021-03-051-24/+18
* | cmGlobalVisualStudio10Generator: Clarify method nameBrad King2021-03-051-25/+27
* | cmGlobalVisualStudio10Generator: Remove unused flag table method argumentBrad King2021-03-051-62/+59
* | cmGlobalVisualStudio10Generator: Adopt flag table name methodsBrad King2021-03-051-26/+162
|/
* Refactor: Add allowArch parameter to cmake::CreateGlobalGenerator()Kyle Edwards2020-10-051-2/+2
* Visual Studio: Add Android supportKyle Edwards2020-06-241-18/+82
* cmGlobalVisualStudio10Generator: Move variable initialization to headerKyle Edwards2020-06-181-3/+0
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-2/+2
* replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-1/+2
* Merge topic 'vs-version-for-unity'Brad King2020-02-051-0/+6
|\
| * VS: Do not use native unity builds on VS 2017 versions less than 15.8Brad King2020-02-041-0/+6
* | Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-6/+5
* | GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-10/+14
* | cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-101-3/+6
* | VS: Add support to override VCTargetsPath through toolsetAlexander Boczar2019-10-151-1/+29
* | cmake: Teach --build mode to load CMAKE_GENERATOR_TOOLSETAlexander Boczar2019-10-151-1/+5
|/
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-7/+8
* Merge topic 'vs-cuda-custom-dir'Brad King2019-09-031-2/+56
|\
| * cuda: Extend toolset argument to accept pathBenjamin Wozniak2019-08-271-2/+56
* | Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-16/+13
|/
* avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-181-2/+1
* cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenizeSebastian Holtermann2019-08-051-1/+1
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-3/+2
* VS: Fix ApplicationTypeRevision in builtin check projectsBrad King2019-05-211-2/+2
* VS: Factor out helper to compute ApplicationTypeRevisionBrad King2019-05-211-0/+9
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-1/+1
* cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-051-55/+66
* cmGlobalGenerator: Change case of methods from GeneratedMakeCommand structBartosz Kosiorek2019-03-041-12/+12
* cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-111-1/+1
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-4/+5
* VS: Fix nowarn compiler option to accept warning numbers.Wil Stark2019-02-071-0/+2
* Merge topic 'add_consistent_verbose_build_flag'Brad King2019-01-291-14/+21
|\
| * cmake: Add options for verbose output to --build modeFlorian Maushart2019-01-281-0/+4