index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmGlobalVisualStudio14Generator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1
/
+1
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0
/
+1
*
Merge topic 'vs-win10-sdk'
Brad King
2016-01-25
1
-4
/
+5
|
\
|
*
VS: Do not fail on Windows 10 with VS 2015 if no SDK is available (#15929)
Brad King
2016-01-21
1
-4
/
+5
*
|
Merge topic 'vs-win10-sdk'
Brad King
2016-01-12
1
-17
/
+25
|
\
\
|
|
/
|
*
VS: Fix Windows 10 SDK version selection (#15831)
Brad King
2016-01-11
1
-17
/
+9
|
*
VS: Do not select a partial Windows 10 SDK folder (#15831)
Brad King
2016-01-08
1
-0
/
+16
*
|
cmake-gui: Add option to specify generator toolset
Robert Dailey
2015-11-17
1
-0
/
+2
|
/
*
VS: Select Windows 10 Store SDK and toolset for VS 2015
Gilles Khouzam
2015-10-02
1
-0
/
+63
*
VS: Select latest Windows 10 SDK if no specific version was requested
Gilles Khouzam
2015-10-02
1
-5
/
+14
*
VS: Add support for selecting the Windows 10 SDK (#15670)
Gilles Khouzam
2015-10-02
1
-0
/
+80
*
VS: Find Desktop SDK for current VS version (#15662)
Gilles Khouzam
2015-09-02
1
-0
/
+13
*
cmGlobalGenerator: Require a cmake instance in ctor.
Stephen Kelly
2015-05-27
1
-10
/
+7
*
VS: Remove obsolete methods.
Stephen Kelly
2015-05-19
1
-7
/
+0
*
VS: Move version information to global generator.
Stephen Kelly
2015-05-19
1
-2
/
+2
*
cmLocalGenerator: Require a global generator in the constructor.
Stephen Kelly
2015-05-14
1
-5
/
+2
*
cmLocalGenerator: Require a parent in the constructor.
Stephen Kelly
2015-04-28
1
-2
/
+4
[next]