summaryrefslogtreecommitdiffstats
path: root/Help/generator/Visual Studio 14 2015.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Suggest using -A to specify platform for VS generatorsBrad King2018-09-251-9/+18
| | | | | We already suggest `-T` for the toolset. Create a dedicated section for platform selection and suggest `-A`. Provide examples.
* Help: Describe the type of Visual Studio projects that can be generatedJean-Christophe Fillion-Robin2018-08-091-0/+6
| | | | | Issue: #17956 See-also: https://stackoverflow.com/questions/51647437/use-cmake-to-generate-visual-studio-python-projects/51666488
* VS: Provide an option to use x64 host toolsBrad King2016-10-141-0/+2
| | | | | | | | | | Visual Studio provides toolchains that are themselves built for 32-bit or 64-bit host architectures. By default it uses the 32-bit tools, but it can be told to prefer the 64-bit tools on 64-bit hosts. Extend the `CMAKE_GENERATOR_TOOLSET` specification to provide a way to request use of the 64-bit host tools. Closes: #15622
* Help: Document VS and Xcode toolset selectionBrad King2016-10-131-0/+7
| | | | | | Add explicit sections to the individual generator documentation to cover the `cmake -T` option along with the default behavior for each generator.
* Help: Clarify that `cmake -A` option sets VS IDE target architectureBrad King2016-09-301-1/+1
|
* VS: Rename VS 14 generator to 'Visual Studio 14 2015'Brad King2014-11-141-0/+16
Now that we know the year component of this VS version we can add it to the generator name. For convenience, map the name without the year to the name with the year.