summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio14Generator.h
Commit message (Expand)AuthorAgeFilesLines
* VS: Add CMAKE_GENERATOR_PLATFORM field to control Windows SDK selectionBrad King2023-04-051-0/+10
* VS: Defer Windows SDK selection until CMAKE_GENERATOR_PLATFORM is knownBrad King2023-04-051-1/+2
* VS: Simplify logic to require SDK for Windows StoreBrad King2023-04-051-1/+1
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-1/+0
* VS: Generalize Win10 max SDK version to all VS generatorsjonathan molinatto2021-01-201-1/+5
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-3/+1
* VS: Add option for custom Win10 SDK version maximumjonathan molinatto2020-08-251-2/+2
* Visual Studio: Add Android supportKyle Edwards2020-06-241-0/+6
* GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-1/+2
* VS: Factor out a method to set the Windows SDK version internallyBrad King2019-02-191-0/+3
* VS: Clarify global generator constructor interfaceBrad King2019-01-101-2/+4
* VS: Convert WriteSLNHeader to non-virtual lookup tableBrad King2019-01-101-2/+0
* VS: Convert GetIDEVersion to non-virtual table lookupBrad King2019-01-101-1/+0
* VS: Convert GetToolsVersion to non-virtual table lookupBrad King2019-01-101-2/+0
* cmGlobalVisualStudioGenerator::GetIDEVersion(): const addedVitaly Stakhovsky2019-01-021-1/+1
* VS: Do not select a Windows SDK too high for current VS versionGilles Khouzam2018-09-171-0/+4
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-0/+1
* VS: Use 'override' keyword for overridden methods in generator classesVitaly Stakhovsky2017-12-151-8/+8
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* iwyu: Fix VisualStudio specific issuesDaniel Pfeifer2016-11-281-0/+9
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-4/+2
* VS: Do not fail on Windows 10 with VS 2015 if no SDK is available (#15929)Brad King2016-01-211-1/+1
* VS: Select Windows 10 Store SDK and toolset for VS 2015Gilles Khouzam2015-10-021-0/+7
* VS: Add support for selecting the Windows 10 SDK (#15670)Gilles Khouzam2015-10-021-0/+4
* VS: Find Desktop SDK for current VS version (#15662)Gilles Khouzam2015-09-021-0/+5
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-1/+1
* VS: Remove obsolete methods.Stephen Kelly2015-05-191-3/+0
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+1
* VS: Drop reload macros for VS >= 10 (#11258,#14680)Brad King2015-04-151-3/+0
* VS: Refactor CMAKE_FORCE_*64 platform definitionsBrad King2014-07-171-2/+1
* VS14: Add Visual Studio 14 generator (#14982)Brad King2014-06-251-0/+44