[Cmake-commits] CMake branch, master, updated. v3.9.3-954-gc40d130

Kitware Robot kwrobot at kitware.com
Tue Sep 26 08:15:04 EDT 2017


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  c40d130034278e28964929e8d61f3280945b7531 (commit)
       via  0741b6e2261e583af9eaefd06ffa8f689f277d7d (commit)
       via  00d9dd95af01a8568775a7b337b07fa710a1b529 (commit)
      from  ff76f89475d0d0e8772c44951e871e9dcfa0bd3f (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=c40d130034278e28964929e8d61f3280945b7531
commit c40d130034278e28964929e8d61f3280945b7531
Merge: ff76f89 0741b6e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Sep 26 12:10:00 2017 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue Sep 26 08:10:06 2017 -0400

    Merge topic 'doc-MSVC_VERSION'
    
    0741b6e2 Help: Update MSVC_VERSION documentation
    00d9dd95 Help: Document MSVC_VERSION value 1911
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !1310


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0741b6e2261e583af9eaefd06ffa8f689f277d7d
commit 0741b6e2261e583af9eaefd06ffa8f689f277d7d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 25 11:44:12 2017 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Sep 25 11:44:12 2017 -0400

    Help: Update MSVC_VERSION documentation
    
    Add the corresponding toolset name for each version.  While at it,
    link to the general compiler version variable.

diff --git a/Help/variable/MSVC_VERSION.rst b/Help/variable/MSVC_VERSION.rst
index 022a04d..0a3a7a6 100644
--- a/Help/variable/MSVC_VERSION.rst
+++ b/Help/variable/MSVC_VERSION.rst
@@ -5,14 +5,15 @@ The version of Microsoft Visual C/C++ being used if any.
 
 Known version numbers are::
 
-  1200 = VS  6.0
-  1300 = VS  7.0
-  1310 = VS  7.1
-  1400 = VS  8.0
-  1500 = VS  9.0
-  1600 = VS 10.0
-  1700 = VS 11.0
-  1800 = VS 12.0
-  1900 = VS 14.0
-  1910 = VS 15.0
-  1911 = VS 15.0
+  1200      = VS  6.0
+  1300      = VS  7.0
+  1310      = VS  7.1
+  1400      = VS  8.0 (v80 toolset)
+  1500      = VS  9.0 (v90 toolset)
+  1600      = VS 10.0 (v100 toolset)
+  1700      = VS 11.0 (v110 toolset)
+  1800      = VS 12.0 (v120 toolset)
+  1900      = VS 14.0 (v140 toolset)
+  1910-1919 = VS 15.0 (v141 toolset)
+
+See also the  :variable:`CMAKE_<LANG>_COMPILER_VERSION` variable.

https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=00d9dd95af01a8568775a7b337b07fa710a1b529
commit 00d9dd95af01a8568775a7b337b07fa710a1b529
Author:     Wojciech Mamrak <wmamrak at gmail.com>
AuthorDate: Tue Sep 19 15:51:22 2017 +0200
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Sep 25 11:38:27 2017 -0400

    Help: Document MSVC_VERSION value 1911

diff --git a/Help/variable/MSVC_VERSION.rst b/Help/variable/MSVC_VERSION.rst
index 8932147..022a04d 100644
--- a/Help/variable/MSVC_VERSION.rst
+++ b/Help/variable/MSVC_VERSION.rst
@@ -15,3 +15,4 @@ Known version numbers are::
   1800 = VS 12.0
   1900 = VS 14.0
   1910 = VS 15.0
+  1911 = VS 15.0

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

Summary of changes:
 Help/variable/MSVC_VERSION.rst |   22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list