summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio14Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-1/+1
* Merge topic 'vs-win-sdk'Brad King2019-02-201-3/+10
|\
| * VS: Factor out a method to set the Windows SDK version internallyBrad King2019-02-191-3/+10
* | cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-111-1/+1
|/
* Add global generator factory method to get default platform nameBrad King2019-01-181-0/+2
* Add global generator factory method to get list of known platformsBrad King2019-01-181-0/+9
* Split global generator factory list with and without platformsBrad King2019-01-181-1/+9
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+2
* VS: Clarify global generator constructor interfaceBrad King2019-01-101-2/+3
* VS: Convert WriteSLNHeader to non-virtual lookup tableBrad King2019-01-101-11/+0
* Merge topic 'vs-json-flag-table'Brad King2018-12-071-12/+6
|\
| * Replace header flag tables with json readingStephan Szabo2018-11-281-12/+6
* | VS: Avoid crash with VS 2015 when all SDKs are higher than 10.0.14393.0Harry Mallon2018-11-261-17/+21
|/
* VS: Do not select a Windows SDK too high for current VS versionGilles Khouzam2018-09-171-0/+26
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-2/+3
* VS: Use range-based 'for' loops in generator codeVitaly Stakhovsky2017-12-211-10/+7
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-5/+5
* cmGlobalVisualStudio14Generator: notify when the SDK version doesn't matchBen Boeckel2017-07-131-0/+7
* VS: Split link flag table between v140 and v141 toolsetsIan Hojnicki2017-06-281-2/+2
* VS: Add an environment variable for the Windows 10 kits directoryBrad King2017-04-121-0/+8
* VS: Refactor Win 10 Kits root detection to support multiple rootsBrad King2017-04-121-13/+25
* cmAlgorithms: add cmEraseIf functionDaniel Pfeifer2017-02-101-2/+1
* VS: Add flag tables for C#Michael Stürmer2016-12-011-0/+2
* iwyu: Fix VisualStudio specific issuesDaniel Pfeifer2016-11-281-0/+1
* VS: Move toolset flag table lookup to global generatorDon Olmstead2016-10-251-0/+10
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CMake: Report whether generators support platformsTobias Hunger2016-07-141-0/+1
* cmGlobalGeneratorFactory: Use CM_OVERRIDE for all derived classesTobias Hunger2016-07-141-5/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-113/+84
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-11/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Merge topic 'vs-win10-sdk'Brad King2016-01-251-4/+5
|\
| * VS: Do not fail on Windows 10 with VS 2015 if no SDK is available (#15929)Brad King2016-01-211-4/+5
* | Merge topic 'vs-win10-sdk'Brad King2016-01-121-17/+25
|\ \ | |/
| * VS: Fix Windows 10 SDK version selection (#15831)Brad King2016-01-111-17/+9
| * VS: Do not select a partial Windows 10 SDK folder (#15831)Brad King2016-01-081-0/+16
* | cmake-gui: Add option to specify generator toolsetRobert Dailey2015-11-171-0/+2
|/
* VS: Select Windows 10 Store SDK and toolset for VS 2015Gilles Khouzam2015-10-021-0/+63
* VS: Select latest Windows 10 SDK if no specific version was requestedGilles Khouzam2015-10-021-5/+14
* VS: Add support for selecting the Windows 10 SDK (#15670)Gilles Khouzam2015-10-021-0/+80
* VS: Find Desktop SDK for current VS version (#15662)Gilles Khouzam2015-09-021-0/+13
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-10/+7
* VS: Remove obsolete methods.Stephen Kelly2015-05-191-7/+0
* VS: Move version information to global generator.Stephen Kelly2015-05-191-2/+2
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-5/+2
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-2/+4
* cmake: Show in --help how to select VS target platform (#15422)Brad King2015-04-071-2/+5
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-111-0/+1
* VS: Rename VS 14 generator to 'Visual Studio 14 2015'Brad King2014-11-141-10/+30