summaryrefslogtreecommitdiffstats
path: root/Help/variable/MSVC14.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Document preference of `MSVC_VERSION` over `MSVC##`Brad King2017-03-221-0/+2
| | | | Issue: #16735
* Help: Clarify MSVC14 docs w.r.t. VS 2017 v141 toolsetBrad King2017-03-221-2/+2
| | | | Issue: #16735
* Help: Clarify meaning of MSVC<NN> variablesBrad King2016-09-061-3/+2
| | | | They correspond to toolsets, not VS IDE versions.
* Help: Improve formatting of variable documentationJames Johnston2015-08-211-2/+2
| | | | | | | | Improve formatting, primarily by: * Adding links to relevant commands, properties, generators, and so on. * Converting code, symbols, paths, and so on to fixed-width fonts. * Hard wrapping lines to 80 characters or less.
* VS14: Add Visual Studio 14 generator (#14982)Brad King2014-06-251-0/+6
Call the generator "Visual Studio 14" without any year because this version of VS does not provide a year in the product name. Copy cmGlobalVisualStudio12Generator to cmGlobalVisualStudio14Generator and update version numbers accordingly. Add the VS14 enumeration value. Teach the platform module Windows-MSVC to set MSVC14 and document the variable. Teach module InstallRequiredSystemLibraries to look for the VS 14 runtime libraries. Teach tests CheckCompilerRelatedVariables, VSExternalInclude, and RunCMake.GeneratorToolset to treat VS 14 as they do VS 10, 11, and 12. Co-Author: Pawel Stopinski <diokhan@go2.pl>