[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5934-g24ca5e0

Stephen Kelly steveire at gmail.com
Fri Nov 29 03:40:46 EST 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  24ca5e059a4f6acc68610881f78e1de951700401 (commit)
       via  fa99c950a6436b4500c3e83aa55a08c2dd257cb3 (commit)
      from  755c9bdaba217d33bf04f58657083bb84cf8751f (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=24ca5e059a4f6acc68610881f78e1de951700401
commit 24ca5e059a4f6acc68610881f78e1de951700401
Merge: 755c9bd fa99c95
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Nov 29 03:40:45 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Nov 29 03:40:45 2013 -0500

    Merge topic 'target_compile_features' into next
    
    fa99c95 Clang always supports binary literals.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fa99c950a6436b4500c3e83aa55a08c2dd257cb3
commit fa99c950a6436b4500c3e83aa55a08c2dd257cb3
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Nov 29 09:40:09 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Nov 29 09:40:09 2013 +0100

    Clang always supports binary literals.

diff --git a/Modules/Compiler/Clang-CXX-FeatureTests.cmake b/Modules/Compiler/Clang-CXX-FeatureTests.cmake
index 2fb6cd8..a5c6d20 100644
--- a/Modules/Compiler/Clang-CXX-FeatureTests.cmake
+++ b/Modules/Compiler/Clang-CXX-FeatureTests.cmake
@@ -4,7 +4,6 @@ set(_cmake_compiler_test_macro __clang__)
 set(testable_features
   cxx_delegating_constructors
   cxx_variadic_templates
-  cxx_binary_literals
 )
 foreach(feature ${testable_features})
   set(_cmake_feature_test_${feature} "__has_extension(${feature})")
@@ -13,3 +12,4 @@ endforeach()
 unset(testable_features)
 
 set(_cmake_feature_test_gnuxx_typeof "!defined(__STRICT_ANSI__)")
+set(_cmake_feature_test_cxx_binary_literals "1")

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

Summary of changes:
 Modules/Compiler/Clang-CXX-FeatureTests.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list