[Cmake-commits] CMake branch, next, updated. v2.8.12-4378-g8b53502

Stephen Kelly steveire at gmail.com
Wed Oct 23 18:25:03 EDT 2013


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  8b53502c6ffeb7deb959ce9381b712b099c7b9ab (commit)
       via  1dbeee46a68b65d3fed56d362ec797778fed308d (commit)
      from  eab8b072f244bbf05633793a11c1d9d8e639a240 (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=8b53502c6ffeb7deb959ce9381b712b099c7b9ab
commit 8b53502c6ffeb7deb959ce9381b712b099c7b9ab
Merge: eab8b07 1dbeee4
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Oct 23 18:25:01 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 23 18:25:01 2013 -0400

    Merge topic 'target_compiler_features' into next
    
    1dbeee4 Restore some variables.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1dbeee46a68b65d3fed56d362ec797778fed308d
commit 1dbeee46a68b65d3fed56d362ec797778fed308d
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Oct 24 00:22:07 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Oct 24 00:24:44 2013 +0200

    Restore some variables.

diff --git a/Modules/Compiler/Clang-features.cmake b/Modules/Compiler/Clang-features.cmake
index 074e5a1..012502d 100644
--- a/Modules/Compiler/Clang-features.cmake
+++ b/Modules/Compiler/Clang-features.cmake
@@ -1,4 +1,6 @@
 
+set(compiler_test_macro __clang__)
+
 set(testable_features
   cxx_delegating_constructors
 )
diff --git a/Modules/Compiler/GNU-features.cmake b/Modules/Compiler/GNU-features.cmake
index bb63250..169a6a9 100644
--- a/Modules/Compiler/GNU-features.cmake
+++ b/Modules/Compiler/GNU-features.cmake
@@ -1,2 +1,4 @@
 
+set(compiler_test_macro __GNUC__)
+
 set(feature_test_cxx_delegating_constructors "(__GNUC__ * 100 + __GNUC_MINOR__) >= 407")
diff --git a/Modules/Compiler/Intel-features.cmake b/Modules/Compiler/Intel-features.cmake
index 07676a0..b074912 100644
--- a/Modules/Compiler/Intel-features.cmake
+++ b/Modules/Compiler/Intel-features.cmake
@@ -1,2 +1,4 @@
 
+set(compiler_test_macro __INTEL_COMPILER)
+
 set(feature_test_cxx_delegating_constructors "__INTEL_COMPILER >= 1400")
diff --git a/Modules/Compiler/XL-features.cmake b/Modules/Compiler/XL-features.cmake
index 64dcb2c..cfbaa3c 100644
--- a/Modules/Compiler/XL-features.cmake
+++ b/Modules/Compiler/XL-features.cmake
@@ -1,2 +1,4 @@
 
+set(compiler_test_macro __IBMCPP__)
+
 set(feature_test_cxx_delegating_constructors "__IBMCPP__ >= 1110")

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

Summary of changes:
 Modules/Compiler/Clang-features.cmake |    2 ++
 Modules/Compiler/GNU-features.cmake   |    2 ++
 Modules/Compiler/Intel-features.cmake |    2 ++
 Modules/Compiler/XL-features.cmake    |    2 ++
 4 files changed, 8 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list