summaryrefslogtreecommitdiffstats
path: root/Help/generator/Visual Studio 10 2010.rst
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate Visual Studio 11 2012 generatorBrad King2022-09-271-1/+1
| | | | | Update documentation to mark the generator deprecated. Add a warning at the end of generation plus an option to turn off the warning.
* Drop Visual Studio 10 2010 generatorBrad King2022-09-261-49/+5
| | | | This generator has been deprecated since CMake 3.22. Remove it.
* Help: Replace mentions of ``-T`` and ``-A`` options with roleAlex Turbov2022-08-041-2/+2
|
* Deprecate Visual Studio 10 2010 generatorBrad King2021-07-291-1/+8
| | | | | Update documentation to mark the generator deprecated. Add a warning at the end of generation plus an option to turn off the warning.
* Help: Document VS generator support for Intel FortranBrad King2021-06-301-2/+3
| | | | | | | Extend the list of project types added by commit a82eb539f0 (Help: Describe the type of Visual Studio projects that can be generated, 2018-08-04, v3.13.0-rc1~227^2) to mention that Fortran projects are supported with Intel compiler integration.
* Help: Add `.. versionadded` directives to generator docsNikita Nemkin2020-11-121-7/+8
| | | | | | | | More `.. versionadded` could be added later when the features, variables and properties relevant to each generator are properly documented. Issue: #19715
* Help: Document VS generator default platform selectionBrad King2019-01-101-0/+2
|
* Help: Suggest using -A to specify platform for VS generatorsBrad King2018-09-251-12/+21
| | | | | 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
* 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: Implement CMAKE_GENERATOR_PLATFORM for VS >= 8Brad King2014-09-051-5/+12
| | | | | | | | | For VS generator names that do not specify the platform name, read CMAKE_GENERATOR_PLATFORM to get it. Extend the RunCMake.GeneratorPlatform test with a case covering use of the x64 platform when the test generator is a Visual Studio generator whose name does not specify a platform.
* VS: Add version year to generator namesBrad King2013-10-281-0/+12
Rename the Visual Studio >= 10 generators to indicate the version year: Visual Studio 10 => Visual Studio 10 2010 Visual Studio 11 => Visual Studio 11 2012 Visual Studio 12 => Visual Stduio 12 2013 Report the names with the year to the list of available generators so that the cmake-gui drop-down shows the years. When selecting a generator from the "-G" option or from an existing CMAKE_GENERATOR cache entry, recognize names without the years for compatibility and map them to the names with years. Update the generator names in the cmake-generators.7 manual.