[Cmake-commits] CMake branch, next, updated. v3.1.1-2533-g951b4a3
Stephen Kelly
steveire at gmail.com
Sat Jan 31 15:20:36 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 951b4a382df85ca097859fdfb81bb3a6b886a0b9 (commit)
via 68b5b23b3bd948ec15f2ebed2154db8ab50f66e9 (commit)
from 143e6f73a66c7d942c428269c39b6b994d67aa3b (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=951b4a382df85ca097859fdfb81bb3a6b886a0b9
commit 951b4a382df85ca097859fdfb81bb3a6b886a0b9
Merge: 143e6f7 68b5b23
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Jan 31 15:20:35 2015 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Jan 31 15:20:35 2015 -0500
Merge topic 'GNU-5-CXX14' into next
68b5b23b Features: Update GNU 5.0 C++14 features.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=68b5b23b3bd948ec15f2ebed2154db8ab50f66e9
commit 68b5b23b3bd948ec15f2ebed2154db8ab50f66e9
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Jan 31 21:16:12 2015 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Sat Jan 31 21:16:12 2015 +0100
Features: Update GNU 5.0 C++14 features.
Trunk already has these features and they are listed in the status
page. Also confirmed manually by running trunk.
diff --git a/Modules/Compiler/GNU-CXX-FeatureTests.cmake b/Modules/Compiler/GNU-CXX-FeatureTests.cmake
index 5fc3deb..d18adaf 100644
--- a/Modules/Compiler/GNU-CXX-FeatureTests.cmake
+++ b/Modules/Compiler/GNU-CXX-FeatureTests.cmake
@@ -6,6 +6,8 @@ set(_cmake_oldestSupported "(__GNUC__ * 100 + __GNUC_MINOR__) >= 404")
set(GNU50_CXX14 "(__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L")
set(_cmake_feature_test_cxx_variable_templates "${GNU50_CXX14}")
+set(_cmake_feature_test_cxx_relaxed_constexpr "${GNU50_CXX14}")
+set(_cmake_feature_test_cxx_aggregate_default_initializers "${GNU50_CXX14}")
# GNU 4.9 in c++14 mode sets __cplusplus to 201300L, so don't test for the
# correct value of it below.
-----------------------------------------------------------------------
Summary of changes:
Modules/Compiler/GNU-CXX-FeatureTests.cmake | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list