Brad King
|
15ff89654b
VS: Teach CMAKE_GENERATOR_PLATFORM to use Windows 10 SDKs for older versions
|
2 years ago |
Brad King
|
bba1a23da9
VS: Consolidate Windows SDK major version selection dispatch
|
2 years ago |
Brad King
|
2f3d945f83
VS: Add CMAKE_GENERATOR_PLATFORM field to control Windows SDK selection
|
2 years ago |
Brad King
|
e259063b0a
VS: Defer Windows SDK selection until CMAKE_GENERATOR_PLATFORM is known
|
2 years ago |
Brad King
|
8499374c6a
VS: Simplify logic to require SDK for Windows Store
|
2 years ago |
NAKAMURA Takumi
|
0e58a5ea07
Source: Fix possible IWYU warnings in Windows generators
|
4 years ago |
jonathan molinatto
|
1e67482daf
VS: Generalize Win10 max SDK version to all VS generators
|
4 years ago |
Kitware Robot
|
bdca8b01d2
Modernize: Use #pragma once in all header files
|
5 years ago |
jonathan molinatto
|
ba497111f6
VS: Add option for custom Win10 SDK version maximum
|
5 years ago |
Kyle Edwards
|
6051a49c78
Visual Studio: Add Android support
|
5 years ago |
Marc Chevrier
|
a00960288b
GlobalGenerator family: modernize memory management
|
6 years ago |
Brad King
|
35bf9ded3b
VS: Factor out a method to set the Windows SDK version internally
|
6 years ago |
Brad King
|
40a732800d
VS: Clarify global generator constructor interface
|
6 years ago |
Brad King
|
163cc8bbdd
VS: Convert WriteSLNHeader to non-virtual lookup table
|
6 years ago |
Brad King
|
03f74a16cd
VS: Convert GetIDEVersion to non-virtual table lookup
|
6 years ago |
Brad King
|
d07f453f39
VS: Convert GetToolsVersion to non-virtual table lookup
|
6 years ago |
Vitaly Stakhovsky
|
77d83568e0
cmGlobalVisualStudioGenerator::GetIDEVersion(): const added
|
7 years ago |
Gilles Khouzam
|
83ddc4d289
VS: Do not select a Windows SDK too high for current VS version
|
8 years ago |
Kitware Robot
|
d7204e649e
Revise C++ coding style using clang-format-6.0
|
7 years ago |
Vitaly Stakhovsky
|
cfe4e2db1f
VS: Use 'override' keyword for overridden methods in generator classes
|
8 years ago |
Daniel Pfeifer
|
ca2233e31f
IWYU: Mark cmConfigure.h with pragma: keep
|
8 years ago |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 years ago |
Daniel Pfeifer
|
66a7099993
iwyu: Fix VisualStudio specific issues
|
9 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
d7e863c1c1
VS: Do not fail on Windows 10 with VS 2015 if no SDK is available (#15929)
|
10 years ago |
Gilles Khouzam
|
d1b87d72f9
VS: Select Windows 10 Store SDK and toolset for VS 2015
|
10 years ago |
Gilles Khouzam
|
3f077996f5
VS: Add support for selecting the Windows 10 SDK (#15670)
|
10 years ago |
Gilles Khouzam
|
4b8b91688f
VS: Find Desktop SDK for current VS version (#15662)
|
10 years ago |
Stephen Kelly
|
c7b79aa16a
cmGlobalGenerator: Require a cmake instance in ctor.
|
10 years ago |