summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio10Generator.h
Commit message (Expand)AuthorAgeFilesLines
* VS: Add CMAKE_GENERATOR_PLATFORM field to control Windows SDK selectionBrad King2023-04-051-0/+2
* VS: Defer Windows SDK selection until CMAKE_GENERATOR_PLATFORM is knownBrad King2023-04-051-0/+3
* VS: Build custom commands concurrently when possibleIvan Zinkevich2023-01-231-0/+1
* clang-tidy: fix `modernize-use-nullptr` lintsBen Boeckel2022-11-291-2/+2
* clang-tidy: fix `modernize-use-equals-default` lintsBen Boeckel2022-11-291-1/+1
* clang-tidy: fix `modernize-use-default-member-init` lintsBen Boeckel2022-11-291-9/+4
* ASM_MARMASM: Add support for Microsoft ARM assembler languageIlia K2022-11-091-0/+2
* Drop Visual Studio 10 2010 generatorBrad King2022-09-261-12/+2
* cmVSGenerator: Add support for two-part toolset versions for Visual StudioNicholas Sinlock2022-09-021-1/+2
* VS: Revert "Write ZERO_CHECK.proj for VS19 and above"Brad King2022-07-221-4/+0
* VS: Exclude ZERO_CHECK.proj from .sln for include_external_msprojectSumit Bhardwaj2022-07-201-0/+2
* VS: Write ZERO_CHECK.proj for VS19 and aboveSumit Bhardwaj2022-02-201-0/+2
* VS: Revert "Write ZERO_CHECK.proj for VS19 and above"Brad King2022-02-171-2/+0
* VS: Write ZERO_CHECK.proj for VS19 and aboveSumit Bhardwaj2022-02-121-0/+2
* cmGlobalVisualStudio10Generator: Auto restore NuGet packages.Carsten Rudolph2022-01-221-0/+2
* cmBuildOptions: Split build arguments into separate object.Carsten Rudolph2022-01-221-1/+2
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-0/+11
* cmGlobalVisualStudio10Generator: Add method to find MSBuild earlyBrad King2021-10-201-0/+2
* cmGlobalGenerator: Add method to check if generator is at least VS 10Brad King2021-10-201-0/+2
* cmGlobalVisualStudio10Generator: Allow subclasses to reset MSBuild searchBrad King2021-10-201-1/+1
* VS: Add support for Utf8Enconding when using VS 16.10+Gustavo Varo2021-06-171-0/+2
* VS: Compare VS instance versions as stringsBrad King2021-06-171-4/+1
* cmGlobalVisualStudio10Generator: Adopt GetVSInstanceVersion methodBrad King2021-06-161-0/+5
* VS: Add a mostly-undocumented hook to load custom JSON flag tablesBrad King2021-03-221-0/+2
* VS: switch to new folder structure while keeping the old one workingMarcel Ritzschke2021-03-181-0/+9
* Merge topic 'vs-toolset-version'Brad King2021-03-151-7/+15
|\
| * VS: Fix '-T version=14.28' under VS 16.9Brad King2021-03-121-7/+15
* | cmGlobalVisualStudio10Generator: Generalize flag table lookup interfaceBrad King2021-03-051-0/+6
* | cmGlobalVisualStudio10Generator: Clarify LoadFlagTable argument nameBrad King2021-03-051-1/+1
* | cmGlobalVisualStudio10Generator: Remove redundant argumentsBrad King2021-03-051-1/+0
* | cmGlobalVisualStudio10Generator: Remove redundant argumentsBrad King2021-03-051-6/+6
* | cmGlobalVisualStudio10Generator: Clarify method nameBrad King2021-03-051-1/+1
* | cmGlobalVisualStudio10Generator: Remove unused flag table method argumentBrad King2021-03-051-14/+7
* | cmGlobalVisualStudio10Generator: Adopt flag table name methodsBrad King2021-03-051-2/+15
|/
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-3/+1
* Visual Studio: Add Android supportKyle Edwards2020-06-241-0/+16
* cmGlobalVisualStudio10Generator: Move variable initialization to headerKyle Edwards2020-06-181-3/+3
* VS: Use StdOutEncoding for VS 16.7 Preview 3 and aboveJustin Goshi2020-06-031-0/+2
* Merge topic 'vs-version-for-unity'Brad King2020-02-051-0/+3
|\
| * VS: Do not use native unity builds on VS 2017 versions less than 15.8Brad King2020-02-041-0/+3
* | GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-1/+1
* | cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-101-1/+4
* | VS: Add support to override VCTargetsPath through toolsetAlexander Boczar2019-10-151-0/+5
* | cmake: Teach --build mode to load CMAKE_GENERATOR_TOOLSETAlexander Boczar2019-10-151-1/+2
|/
* cuda: Extend toolset argument to accept pathBenjamin Wozniak2019-08-271-0/+5
* VS: Factor out helper to compute ApplicationTypeRevisionBrad King2019-05-211-0/+3
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-1/+1
* cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-051-9/+6
* Merge topic 'add_consistent_verbose_build_flag'Brad King2019-01-291-1/+1
|\
| * cmGlobalGenerator: Add a class that represent the build commandRobert Maynard2019-01-251-1/+1