[Cmake-commits] CMake branch, next, updated. v3.1.0-1521-g4a844a8

Stephen Kelly steveire at gmail.com
Thu Jan 8 13:56:38 EST 2015


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, next has been updated
       via  4a844a8df23ed6798884a655942f9ca700800520 (commit)
       via  72a0d6df6dfa7c81a5a81c6f5b85b964815ffbc1 (commit)
      from  1c85c606fd9c5f39ce8ab254cbc7b631bd250271 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4a844a8df23ed6798884a655942f9ca700800520
commit 4a844a8df23ed6798884a655942f9ca700800520
Merge: 1c85c60 72a0d6d
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Jan 8 13:56:37 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jan 8 13:56:37 2015 -0500

    Merge topic 'doc-CXX_STANDARD-14' into next
    
    72a0d6df Help: Document valid 14 value for CXX_STANDARD. (#15339)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=72a0d6df6dfa7c81a5a81c6f5b85b964815ffbc1
commit 72a0d6df6dfa7c81a5a81c6f5b85b964815ffbc1
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Jan 8 19:41:23 2015 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Jan 8 19:55:29 2015 +0100

    Help: Document valid 14 value for CXX_STANDARD. (#15339)
    
    Support was added in commit v3.1.0-rc1~475^2 (Features: Add support
    for C++14 features., 2014-05-06), but the documentation for this
    property was not amended.

diff --git a/Help/prop_tgt/CXX_STANDARD.rst b/Help/prop_tgt/CXX_STANDARD.rst
index b50cdf9..6329e34 100644
--- a/Help/prop_tgt/CXX_STANDARD.rst
+++ b/Help/prop_tgt/CXX_STANDARD.rst
@@ -7,7 +7,7 @@ This property specifies the C++ standard whose features are requested
 to build this target.  For some compilers, this results in adding a
 flag such as ``-std=gnu++11`` to the compile line.
 
-Supported values are ``98`` and ``11``.
+Supported values are ``98``, ``11`` and ``14``.
 
 If the value requested does not result in a compile flag being added for
 the compiler in use, a previous standard flag will be added instead.  This

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

Summary of changes:
 Help/prop_tgt/CXX_STANDARD.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list