summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio10Generator.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | VS: Teach VS 2019 generator to select host tools matching host archBrad King2019-01-281-0/+2
|/
* Merge topic 'support_per_toolset_json_flags'Brad King2019-01-161-1/+3
|\
| * GlobalVisualStudio10Generator: Support non-standard toolset json flag files.Stephan Szabo2019-01-031-1/+3
* | VS: Clarify global generator constructor interfaceBrad King2019-01-101-2/+5
* | VS: Convert WriteSLNHeader to non-virtual lookup tableBrad King2019-01-101-1/+0
* | VS: Convert GetIDEVersion to non-virtual table lookupBrad King2019-01-101-2/+0
* | VS: Convert GetToolsVersion to non-virtual table lookupBrad King2019-01-101-1/+1
* | cmGlobalVisualStudioGenerator::GetIDEVersion(): const addedVitaly Stakhovsky2019-01-021-1/+1
|/
* Add missing overrideVitaly Stakhovsky2018-12-301-1/+1
* Replace header flag tables with json readingStephan Szabo2018-11-281-9/+12
* IPO: INTERPROCEDURAL_OPTIMIZATION (LTCG) for Visual StudioNiels Dekker2018-09-171-0/+2
* VS: Allow toolset version selection to specify default toolsetBasil Fierz2018-06-241-0/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-5/+8
* Merge topic 'vs-toolset-version'Brad King2018-05-301-0/+7
|\