[Cmake-commits] CMake branch, master, updated. v2.8.12-130-g5a6c151

Brad King brad.king at kitware.com
Tue Oct 8 10:59:04 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  5a6c15155cbf18de60e118700e3e778f796e213d (commit)
       via  3d8356d486ae736d1ba151aedfeb928222e7a084 (commit)
       via  51ab85c398319c074200ca51f37baa0e4c47ed7c (commit)
       via  be10826bf130d7568011ec3cf97355686c298dd3 (commit)
      from  f8241136b42c7e1064ca8764c6fa5e17012127da (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=5a6c15155cbf18de60e118700e3e778f796e213d
commit 5a6c15155cbf18de60e118700e3e778f796e213d
Merge: f824113 3d8356d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 8 10:58:56 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 8 10:58:56 2013 -0400

    Merge topic 'clang-cl-compiler'
    
    3d8356d Clang: Support Windows variants for GNU and MSVC (#13035, #14458)
    51ab85c CMakeDetermineCompilerId: Add notion of "simulated" id/version
    be10826 CMakeDetermineCompilerId: Fix local var init


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

Summary of changes:
 Modules/CMakeCCompiler.cmake.in                    |    2 +
 Modules/CMakeCCompilerId.c.in                      |   15 +++++++++++++
 Modules/CMakeCXXCompiler.cmake.in                  |    2 +
 Modules/CMakeCXXCompilerId.cpp.in                  |   15 +++++++++++++
 Modules/CMakeDetermineCompilerId.cmake             |   21 ++++++++++++++++-
 Modules/CMakeFindBinUtils.cmake                    |    6 +++-
 Modules/CMakePlatformId.h.in                       |   18 +++++++++++++++
 Modules/Compiler/Clang-CXX.cmake                   |    4 ++-
 Modules/Compiler/Clang.cmake                       |   20 +++++++++++------
 Modules/Platform/Windows-Clang-C.cmake             |    2 +
 Modules/Platform/Windows-Clang-CXX.cmake           |    2 +
 .../{Linux-GNU.cmake => Windows-Clang.cmake}       |   23 +++++++++++++-------
 Modules/Platform/Windows-MSVC.cmake                |    8 +++++-
 Source/cmDocumentVariables.cxx                     |   22 +++++++++++++++++++
 14 files changed, 138 insertions(+), 22 deletions(-)
 create mode 100644 Modules/Platform/Windows-Clang-C.cmake
 create mode 100644 Modules/Platform/Windows-Clang-CXX.cmake
 copy Modules/Platform/{Linux-GNU.cmake => Windows-Clang.cmake} (61%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list