[Cmake-commits] CMake branch, next, updated. v3.1.0-rc1-601-g23efd6d

Stephen Kelly steveire at gmail.com
Wed Nov 12 17:24:47 EST 2014


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  23efd6d2e8de39ebf0932de4dbbe3df193d2a27a (commit)
       via  ded30405b23ef08d4ba6564cde3732eef8ca4518 (commit)
      from  1b46357be022c1925a8588e34dfe4ea10f24a14b (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=23efd6d2e8de39ebf0932de4dbbe3df193d2a27a
commit 23efd6d2e8de39ebf0932de4dbbe3df193d2a27a
Merge: 1b46357 ded3040
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Nov 12 17:24:46 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Nov 12 17:24:46 2014 -0500

    Merge topic 'no-AppleClang-C-features' into next
    
    ded30405 Features: Don't record for AppleClang


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ded30405b23ef08d4ba6564cde3732eef8ca4518
commit ded30405b23ef08d4ba6564cde3732eef8ca4518
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Nov 12 23:20:36 2014 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Nov 12 23:20:36 2014 +0100

    Features: Don't record for AppleClang
    
    Features are currently recorded accidentally for all versions of
    AppleClang > 3.4 (I have no idea how that relates to upstream
    Clang). Presumably that version has the features which are
    accidentally recorded, but in the future features will be
    recorded initially for only AppleClang >= 5.1, which would
    appear as a feature regression.
    
    Commit v3.1.0-rc1~635^2~11 (Don't load Clang-CXX from
    AppleClang-CXX., 2013-11-11) ajusted the logic for the CXX
    language.  Make a similar change for the C language.

diff --git a/Modules/Compiler/AppleClang-C.cmake b/Modules/Compiler/AppleClang-C.cmake
index 44070b8..98fcd0b 100644
--- a/Modules/Compiler/AppleClang-C.cmake
+++ b/Modules/Compiler/AppleClang-C.cmake
@@ -1 +1,2 @@
-include(Compiler/Clang-C)
+include(Compiler/Clang)
+__compiler_clang(C)

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

Summary of changes:
 Modules/Compiler/AppleClang-C.cmake |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list