[Cmake-commits] CMake branch, master, updated. v3.12.1-396-gad4452d

Kitware Robot kwrobot at kitware.com
Thu Aug 9 11:25:05 EDT 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  ad4452d1bdabcdf039f812f2b709a905d76e8da0 (commit)
       via  a82eb539f022629dd479279bc397dd607e1890d4 (commit)
      from  c4b0e96c37b1d030bf63bc9cf005a50329e7e71c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ad4452d1bdabcdf039f812f2b709a905d76e8da0
commit ad4452d1bdabcdf039f812f2b709a905d76e8da0
Merge: c4b0e96 a82eb53
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Aug 9 15:24:10 2018 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Thu Aug 9 11:24:24 2018 -0400

    Merge topic 'doc-vs-generator-clarify-project-types'
    
    a82eb539f0 Help: Describe the type of Visual Studio projects that can be generated
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !2262


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a82eb539f022629dd479279bc397dd607e1890d4
commit a82eb539f022629dd479279bc397dd607e1890d4
Author:     Jean-Christophe Fillion-Robin <jchris.fillionr at kitware.com>
AuthorDate: Sat Aug 4 22:49:24 2018 -0400
Commit:     Jean-Christophe Fillion-Robin <jchris.fillionr at kitware.com>
CommitDate: Thu Aug 9 10:58:29 2018 -0400

    Help: Describe the type of Visual Studio projects that can be generated
    
    Issue: #17956
    See-also: https://stackoverflow.com/questions/51647437/use-cmake-to-generate-visual-studio-python-projects/51666488

diff --git a/Help/generator/Visual Studio 10 2010.rst b/Help/generator/Visual Studio 10 2010.rst
index 04eef10..b8d6872 100644
--- a/Help/generator/Visual Studio 10 2010.rst	
+++ b/Help/generator/Visual Studio 10 2010.rst	
@@ -18,6 +18,12 @@ a target platform name optionally at the end of this generator name:
 For compatibility with CMake versions prior to 3.0, one may specify this
 generator using the name ``Visual Studio 10`` without the year component.
 
+Project Types
+^^^^^^^^^^^^^
+
+Only Visual C++ and C# projects may be generated.  Other types of
+projects (Database, Website, etc.) are not supported.
+
 Toolset Selection
 ^^^^^^^^^^^^^^^^^
 
diff --git a/Help/generator/Visual Studio 11 2012.rst b/Help/generator/Visual Studio 11 2012.rst
index 347a153..8e9998a 100644
--- a/Help/generator/Visual Studio 11 2012.rst	
+++ b/Help/generator/Visual Studio 11 2012.rst	
@@ -21,6 +21,12 @@ a target platform name optionally at the end of this generator name:
 For compatibility with CMake versions prior to 3.0, one may specify this
 generator using the name "Visual Studio 11" without the year component.
 
+Project Types
+^^^^^^^^^^^^^
+
+Only Visual C++ and C# projects may be generated.  Other types of
+projects (JavaScript, Database, Website, etc.) are not supported.
+
 Toolset Selection
 ^^^^^^^^^^^^^^^^^
 
diff --git a/Help/generator/Visual Studio 12 2013.rst b/Help/generator/Visual Studio 12 2013.rst
index 5071b20..03f7586 100644
--- a/Help/generator/Visual Studio 12 2013.rst	
+++ b/Help/generator/Visual Studio 12 2013.rst	
@@ -18,6 +18,12 @@ a target platform name optionally at the end of this generator name:
 For compatibility with CMake versions prior to 3.0, one may specify this
 generator using the name "Visual Studio 12" without the year component.
 
+Project Types
+^^^^^^^^^^^^^
+
+Only Visual C++ and C# projects may be generated.  Other types of
+projects (JavaScript, Powershell, Python, etc.) are not supported.
+
 Toolset Selection
 ^^^^^^^^^^^^^^^^^
 
diff --git a/Help/generator/Visual Studio 14 2015.rst b/Help/generator/Visual Studio 14 2015.rst
index 64254b5..e55bc73 100644
--- a/Help/generator/Visual Studio 14 2015.rst	
+++ b/Help/generator/Visual Studio 14 2015.rst	
@@ -15,6 +15,12 @@ a target platform name optionally at the end of this generator name:
 ``Visual Studio 14 2015 ARM``
   Specify target platform ``ARM``.
 
+Project Types
+^^^^^^^^^^^^^
+
+Only Visual C++ and C# projects may be generated.  Other types of
+projects (JavaScript, Powershell, Python, etc.) are not supported.
+
 Toolset Selection
 ^^^^^^^^^^^^^^^^^
 
diff --git a/Help/generator/Visual Studio 15 2017.rst b/Help/generator/Visual Studio 15 2017.rst
index 2cf1aa0..809be4b 100644
--- a/Help/generator/Visual Studio 15 2017.rst	
+++ b/Help/generator/Visual Studio 15 2017.rst	
@@ -15,6 +15,12 @@ a target platform name optionally at the end of this generator name:
 ``Visual Studio 15 2017 ARM``
   Specify target platform ``ARM``.
 
+Project Types
+^^^^^^^^^^^^^
+
+Only Visual C++ and C# projects may be generated.  Other types of
+projects (JavaScript, Powershell, Python, etc.) are not supported.
+
 Instance Selection
 ^^^^^^^^^^^^^^^^^^
 

-----------------------------------------------------------------------

Summary of changes:
 Help/generator/Visual Studio 10 2010.rst | 6 ++++++
 Help/generator/Visual Studio 11 2012.rst | 6 ++++++
 Help/generator/Visual Studio 12 2013.rst | 6 ++++++
 Help/generator/Visual Studio 14 2015.rst | 6 ++++++
 Help/generator/Visual Studio 15 2017.rst | 6 ++++++
 5 files changed, 30 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list