[Cmake-commits] CMake branch, master, updated. v3.1.0-rc2-333-gcbec5c0

Brad King brad.king at kitware.com
Tue Nov 25 10:18:41 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, master has been updated
       via  cbec5c0445eb48d88d70abae77c0c0a8debd6a41 (commit)
       via  f327a9fd26a24b2aaf609a9b3d34258c7a992bb3 (commit)
       via  36bb100e2b4e5586cecb0dc4e4488b3e8dd18f69 (commit)
       via  a3d0ae17581dd11f969eac3a1c43f9f009b23163 (commit)
       via  49e2b689a8d5330cb58a09af7506bf58e17d4ab5 (commit)
       via  7565ab2cd1e52356410b655a32241a422d5c93b2 (commit)
      from  ce64e3607f0bccb4b1239d28510c92bc264904ea (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=cbec5c0445eb48d88d70abae77c0c0a8debd6a41
commit cbec5c0445eb48d88d70abae77c0c0a8debd6a41
Merge: ce64e36 f327a9f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 25 10:18:37 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 25 10:18:37 2014 -0500

    Merge topic 'default-lang-dialect-for-master'
    
    f327a9fd Merge branch 'default-lang-dialect' into step2
    36bb100e Fix the test for running the CxxDialog unit test.
    a3d0ae17 Features: Fix the default C dialect for Clang and GNU.
    49e2b689 Features: Fix references to CXX compiler version in Clang-C.cmake.
    7565ab2c Features: Test the CXX compiler only if it has features.


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

Summary of changes:
 Modules/Compiler/Clang-C.cmake            |   10 ++--
 Modules/Compiler/GNU-C.cmake              |    7 ++-
 Tests/CMakeLists.txt                      |    4 +-
 Tests/CompileFeatures/CMakeLists.txt      |   80 +++++++++++++++++++----------
 Tests/CompileFeatures/default_dialect.c   |   22 ++++++++
 Tests/CompileFeatures/default_dialect.cpp |   25 +++++++++
 Tests/CompileFeatures/main.c              |   12 -----
 7 files changed, 113 insertions(+), 47 deletions(-)
 create mode 100644 Tests/CompileFeatures/default_dialect.c
 create mode 100644 Tests/CompileFeatures/default_dialect.cpp
 delete mode 100644 Tests/CompileFeatures/main.c


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list