[Cmake-commits] CMake branch, master, updated. v3.9.0-rc3-107-g6c60ec0
Kitware Robot
kwrobot at kitware.com
Fri Jun 16 09:35:19 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 6c60ec0907669b0e91bf97515e93ac7b1208d6e1 (commit)
via c4610df03cf29f3f6765c897b47d0f5788cfc1fb (commit)
via 69d50a7edb069dc872fbf3d9b2ada258889f8681 (commit)
from 22894747b423c7a634addd7ca80b73eb70947d88 (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=6c60ec0907669b0e91bf97515e93ac7b1208d6e1
commit 6c60ec0907669b0e91bf97515e93ac7b1208d6e1
Merge: 2289474 c4610df
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Jun 16 13:33:47 2017 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Fri Jun 16 09:34:07 2017 -0400
Merge topic 'doc-compile-features'
c4610df0 Help: Document that VS 2017 compile features are recorded
69d50a7e Help: Fix typo in Cray/PGI/XL compile features docs
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !971
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c4610df03cf29f3f6765c897b47d0f5788cfc1fb
commit c4610df03cf29f3f6765c897b47d0f5788cfc1fb
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Jun 15 10:11:09 2017 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Jun 15 10:11:09 2017 -0400
Help: Document that VS 2017 compile features are recorded
They were recorded by commit v3.7.0-rc1~156^2~2 (Features: Record
features for VS 15 Preview 4, 2016-09-05).
Fixes: #16974
diff --git a/Help/manual/cmake-compile-features.7.rst b/Help/manual/cmake-compile-features.7.rst
index 6304ac1..0124395 100644
--- a/Help/manual/cmake-compile-features.7.rst
+++ b/Help/manual/cmake-compile-features.7.rst
@@ -334,7 +334,7 @@ versions specified for each:
* ``AppleClang``: Apple Clang for Xcode versions 4.4 though 6.2.
* ``Clang``: Clang compiler versions 2.9 through 3.4.
* ``GNU``: GNU compiler versions 4.4 through 5.0.
-* ``MSVC``: Microsoft Visual Studio versions 2010 through 2015.
+* ``MSVC``: Microsoft Visual Studio versions 2010 through 2017.
* ``SunPro``: Oracle SolarisStudio versions 12.4 through 12.5.
* ``Intel``: Intel compiler versions 12.1 through 17.0.
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=69d50a7edb069dc872fbf3d9b2ada258889f8681
commit 69d50a7edb069dc872fbf3d9b2ada258889f8681
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Jun 15 10:08:59 2017 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Jun 15 10:08:59 2017 -0400
Help: Fix typo in Cray/PGI/XL compile features docs
Reported-by: Rolf Eike Beer <eike at sf-mail.de>
diff --git a/Help/manual/cmake-compile-features.7.rst b/Help/manual/cmake-compile-features.7.rst
index cfb1b78..6304ac1 100644
--- a/Help/manual/cmake-compile-features.7.rst
+++ b/Help/manual/cmake-compile-features.7.rst
@@ -347,7 +347,7 @@ versions specified for each:
* ``GNU``: GNU compiler versions 3.4 through 5.0.
CMake is currently aware of the :prop_tgt:`C++ standards <CXX_STANDARD>` and
-thier associated meta-features (e.g. ``cxx_std_11``) available from the
+their associated meta-features (e.g. ``cxx_std_11``) available from the
following :variable:`compiler ids <CMAKE_<LANG>_COMPILER_ID>` as of the
versions specified for each:
@@ -356,7 +356,7 @@ versions specified for each:
* ``XL``: IBM XL version 10.1 through 13.1.5.
CMake is currently aware of the :prop_tgt:`C standards <C_STANDARD>` and
-thier associated meta-features (e.g. ``c_std_99``) available from the
+their associated meta-features (e.g. ``c_std_99``) available from the
following :variable:`compiler ids <CMAKE_<LANG>_COMPILER_ID>` as of the
versions specified for each:
diff --git a/Help/release/3.9.rst b/Help/release/3.9.rst
index 7222196..cd9476d 100644
--- a/Help/release/3.9.rst
+++ b/Help/release/3.9.rst
@@ -18,7 +18,7 @@ Languages
:ref:`Makefile Generators` and the :generator:`Ninja` generator.
* CMake is now aware of the :prop_tgt:`C++ standards <CXX_STANDARD>` and
- :prop_tgt:`C standards <C_STANDARD>` and thier associated meta-features for
+ :prop_tgt:`C standards <C_STANDARD>` and their associated meta-features for
the following :variable:`compiler ids <CMAKE_<LANG>_COMPILER_ID>`: ``Cray``,
``PGI``, and ``XL``.
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-compile-features.7.rst | 6 +++---
Help/release/3.9.rst | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list