index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmGlobalVisualStudio14Generator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
VS: Select Windows SDK matching WindowsSDKVersion env var
Brad King
2023-04-05
1
-1/+11
*
VS: Select latest available Windows SDK version by default
Brad King
2023-04-05
1
-4/+7
*
VS: Add support for setting WindowsTargetPlatformVersion to 10.0
Brad King
2023-04-05
1
-0/+10
*
VS: Add CMAKE_GENERATOR_PLATFORM field to control Windows SDK selection
Brad King
2023-04-05
1
-2/+69
*
VS: Defer Windows SDK selection until CMAKE_GENERATOR_PLATFORM is known
Brad King
2023-04-05
1
-4/+1
*
VS: Simplify logic to require SDK for Windows Store
Brad King
2023-04-05
1
-10/+12
*
clang-tidy: fix `misc-unused-parameters` lints
Ben Boeckel
2022-11-29
1
-0/+1
*
clang-tidy: fix `readability-else-after-return` lints
Ben Boeckel
2022-11-29
1
-3/+2
*
clang-tidy: fix `modernize-use-nullptr` lints
Ben Boeckel
2022-11-29
1
-1/+1
*
Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entry
Alex Turbov
2022-11-17
1
-5/+4
*
Make cmGlobalVisualStudioGenerator::VSVersion enum class
Sumit Bhardwaj
2022-01-25
1
-1/+1
*
Source: Fix possible IWYU warnings in Windows generators
NAKAMURA Takumi
2021-11-19
1
-1/+10
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-1/+1
*
VS: Generalize Win10 max SDK version to all VS generators
jonathan molinatto
2021-01-20
1
-0/+6
*
Refactor: Add allowArch parameter to cmake::CreateGlobalGenerator()
Kyle Edwards
2020-10-05
1
-2/+2
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-2/+2
*
VS: Add option for custom Win10 SDK version maximum
jonathan molinatto
2020-08-25
1
-5/+26
*
Visual Studio: Add Android support
Kyle Edwards
2020-06-24
1
-0/+6
*
Refactoring: suppress cmEraseIf in favor of cm::erase_if
Marc Chevrier
2020-01-09
1
-3/+4
*
GlobalGenerator family: modernize memory management
Marc Chevrier
2020-01-07
1
-10/+14
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-1/+1
*
Merge topic 'vs-win-sdk'
Brad King
2019-02-20
1
-3/+10
|
\
|
*
VS: Factor out a method to set the Windows SDK version internally
Brad King
2019-02-19
1
-3/+10
*
|
cmake: Progress functions use `std::string` param
Vitaly Stakhovsky
2019-02-11
1
-1/+1
|
/
*
Add global generator factory method to get default platform name
Brad King
2019-01-18
1
-0/+2
*
Add global generator factory method to get list of known platforms
Brad King
2019-01-18
1
-0/+9
*
Split global generator factory list with and without platforms
Brad King
2019-01-18
1
-1/+9
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-2/+2
*
VS: Clarify global generator constructor interface
Brad King
2019-01-10
1
-2/+3
*
VS: Convert WriteSLNHeader to non-virtual lookup table
Brad King
2019-01-10
1
-11/+0
*
Merge topic 'vs-json-flag-table'
Brad King
2018-12-07
1
-12/+6
|
\
|
*
Replace header flag tables with json reading
Stephan Szabo
2018-11-28
1
-12/+6
*
|
VS: Avoid crash with VS 2015 when all SDKs are higher than 10.0.14393.0
Harry Mallon
2018-11-26
1
-17/+21
|
/
*
VS: Do not select a Windows SDK too high for current VS version
Gilles Khouzam
2018-09-17
1
-0/+26
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-2/+3
*
VS: Use range-based 'for' loops in generator code
Vitaly Stakhovsky
2017-12-21
1
-10/+7
*
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-5/+5
*
cmGlobalVisualStudio14Generator: notify when the SDK version doesn't match
Ben Boeckel
2017-07-13
1
-0/+7
*
VS: Split link flag table between v140 and v141 toolsets
Ian Hojnicki
2017-06-28
1
-2/+2
*
VS: Add an environment variable for the Windows 10 kits directory
Brad King
2017-04-12
1
-0/+8
*
VS: Refactor Win 10 Kits root detection to support multiple roots
Brad King
2017-04-12
1
-13/+25
*
cmAlgorithms: add cmEraseIf function
Daniel Pfeifer
2017-02-10
1
-2/+1
*
VS: Add flag tables for C#
Michael Stürmer
2016-12-01
1
-0/+2
*
iwyu: Fix VisualStudio specific issues
Daniel Pfeifer
2016-11-28
1
-0/+1
*
VS: Move toolset flag table lookup to global generator
Don Olmstead
2016-10-25
1
-0/+10
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
CMake: Report whether generators support platforms
Tobias Hunger
2016-07-14
1
-0/+1
*
cmGlobalGeneratorFactory: Use CM_OVERRIDE for all derived classes
Tobias Hunger
2016-07-14
1
-5/+5
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-113/+84
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-11/+0
[next]