summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/vs2019.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Consolidate 3.14 release notesBrad King2019-02-061-14/+0
| | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.14.rst`.
* VS: Teach VS 2019 generator to select host tools matching host archBrad King2019-01-281-1/+2
| | | | | This generator is new so we can introduce the long-desired behavior of selecting ``host=x64`` tools by default on x64 hosts.
* VS: Update for Visual Studio 2019 Preview 2Brad King2019-01-241-1/+1
| | | | | | The toolset is now called `v142`. Use matching flag tables. Fixes: #18834
* VS: Add Visual Studio 16 2019 generatorBrad King2019-01-111-0/+13
Add this generator *without* support for specifying the target architecture in the generator name. cmake-gui will be taught to provide a field for this, and command-line builds can use -A. Also, teach this generator to select a default target architecture based on the host architecture. Fixes: #18689 Inspired-by: Egor Pugin <egor.pugin@gmail.com>