[Cmake-commits] CMake branch, master, updated. v2.8.12-137-g12a7e2b

Brad King brad.king at kitware.com
Wed Oct 9 10:21:58 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, master has been updated
       via  12a7e2b10c447e3ed61c2bca69f0264f7fcbdef9 (commit)
       via  1763c31c3b964343b88f8f26dc2941dd8c0e1fbe (commit)
       via  aa53ee57bb50faa3aa64e86cb58bbe2df6688335 (commit)
       via  ab65862417adc80dfb18170a6bd70889a24fe045 (commit)
      from  7f268c243f49775bb6de867ee49f3b48117c68ea (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=12a7e2b10c447e3ed61c2bca69f0264f7fcbdef9
commit 12a7e2b10c447e3ed61c2bca69f0264f7fcbdef9
Merge: 7f268c2 1763c31
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Oct 9 10:21:28 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 9 10:21:28 2013 -0400

    Merge topic 'apple-clang-id'
    
    1763c31 Set policy CMP0025 to NEW while building CMake itself
    aa53ee5 Add policy CMP0025 for Apple Clang compiler id compatibility
    ab65862 Clang: Add separate "AppleClang" compiler id


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

Summary of changes:
 CMakeLists.txt                               |    3 ++
 Modules/CMakeCCompilerId.c.in                |    7 ++++-
 Modules/CMakeCXXCompilerId.cpp.in            |    7 ++++-
 Modules/Compiler/AppleClang-ASM.cmake        |    1 +
 Modules/Compiler/AppleClang-C.cmake          |    1 +
 Modules/Compiler/AppleClang-CXX.cmake        |    1 +
 Modules/Platform/Darwin-AppleClang-C.cmake   |    1 +
 Modules/Platform/Darwin-AppleClang-CXX.cmake |    1 +
 Source/cmDocumentVariables.cxx               |    1 +
 Source/cmGlobalGenerator.cxx                 |   41 ++++++++++++++++++++++++++
 Source/cmGlobalGenerator.h                   |    2 +
 Source/cmPolicies.cxx                        |   17 +++++++++++
 Source/cmPolicies.h                          |    1 +
 Source/kwsys/CMakeLists.txt                  |    3 ++
 Tests/Assembler/CMakeLists.txt               |    2 +-
 Tests/IncludeDirectories/CMakeLists.txt      |    2 +-
 Tests/RunCMake/RunCMake.cmake                |    3 ++
 Utilities/cmcurl/CMakeLists.txt              |    3 ++
 Utilities/cmlibarchive/CMakeLists.txt        |    2 +-
 19 files changed, 94 insertions(+), 5 deletions(-)
 create mode 100644 Modules/Compiler/AppleClang-ASM.cmake
 create mode 100644 Modules/Compiler/AppleClang-C.cmake
 create mode 100644 Modules/Compiler/AppleClang-CXX.cmake
 create mode 100644 Modules/Platform/Darwin-AppleClang-C.cmake
 create mode 100644 Modules/Platform/Darwin-AppleClang-CXX.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list