summaryrefslogtreecommitdiffstats
path: root/Help/generator/VS_TOOLSET_HOST_ARCH.txt
Commit message (Collapse)AuthorAgeFilesLines
* Help: Remove unnecessary Sphinx versionadded markup in VS toolset selectionBrad King2021-06-251-11/+7
| | | | | In a document that says "New in version 3.14", we do not need any blocks that say "New in version 3.8".
* Help: Fix typos and spelling in documentationJosef Angstenberger2021-05-071-1/+1
|
* Help: Add `.. versionadded` directives to generator docsNikita Nemkin2020-11-121-7/+11
| | | | | | | | More `.. versionadded` could be added later when the features, variables and properties relevant to each generator are properly documented. Issue: #19715
* Help: Improve documentation formatingBartosz Kosiorek2019-04-041-2/+2
|
* VS: Add support for explicit 32-bit toolset selection via host=x86Brad King2019-01-281-3/+4
| | | | | Generalize the ``host=x64`` option in `CMAKE_GENERATOR_TOOLSET` to also support ``host=x86``.
* Help: Document VS generator toolset specification syntaxBrad King2017-03-131-6/+2
|
* VS: Provide an option to use x64 host toolsBrad King2016-10-141-0/+10
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