summaryrefslogtreecommitdiff
path: root/Help/generator/Visual Studio 8 2005.rst
Commit message (Collapse)AuthorAgeFilesLines
* Drop Visual Studio 8 2005 generatorBrad King2018-04-021-20/+3
| | | | This generator has been deprecated since CMake 3.9. Remove it.
* Deprecate Visual Studio 8 2005 generatorBrad King2017-04-211-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.
* VS: Implement CMAKE_GENERATOR_PLATFORM for VS >= 8Brad King2014-09-051-3/+11
| | | | | | | | | 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.
* Add Help/generator/*.rst for Windows- and OS X-only generatorsKitware Robot2013-10-151-0/+8
Run "cmake --help-full cmake.1.rst" by hand on Windows and OS X. Copy the generator/*.rst documents for generators unique to those platforms into Help/generator.