[Cmake-commits] CMake branch, master, updated. v3.1.2-1003-g9042c87

Brad King brad.king at kitware.com
Thu Feb 5 09:25:16 EST 2015


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  9042c875dcbd0f4b7150e9050b60fb0d40365e45 (commit)
       via  fb3487a9975ed321b48fad5c71dd655d66b68087 (commit)
       via  6027798a30eae02175ce4ad13e1439f4383b6cd3 (commit)
       via  9d767810e1e54eb9233854f0dbf1345a0b5be60f (commit)
       via  72537e4436a17535af5424628adef3b614a61679 (commit)
       via  82c9d6868b87a964214a468cae816642950e70b6 (commit)
      from  0ae11b1fb0925a172adcc7cc3c9b804e2ece9ba7 (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=9042c875dcbd0f4b7150e9050b60fb0d40365e45
commit 9042c875dcbd0f4b7150e9050b60fb0d40365e45
Merge: 0ae11b1 fb3487a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 5 09:25:14 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Feb 5 09:25:14 2015 -0500

    Merge topic 'fix-C-standard-features'
    
    fb3487a9 Features: Fix C90 feature detection.
    6027798a Features: Allow setting standard dialect below the default.
    9d767810 Features: Populate CMAKE_<LANG>_STANDARD_DEFAULT only for supported compilers.
    72537e44 Features: Add dialect compile flags only if default is known.
    82c9d686 AppleClang: Remove redundant UNIX condition.


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

Summary of changes:
 Modules/Compiler/AppleClang-C-FeatureTests.cmake   |    2 +-
 Modules/Compiler/AppleClang-C.cmake                |    6 ++--
 Modules/Compiler/AppleClang-CXX.cmake              |    6 ++--
 Modules/Compiler/Clang-C-FeatureTests.cmake        |    2 +-
 Modules/Compiler/Clang-CXX.cmake                   |    4 ++-
 Modules/Compiler/GNU-C-FeatureTests.cmake          |    2 +-
 Modules/Compiler/GNU-C.cmake                       |    2 +-
 Modules/Compiler/GNU-CXX.cmake                     |    4 ++-
 Modules/Compiler/MSVC-CXX.cmake                    |    7 ++--
 Modules/Compiler/SunPro-CXX.cmake                  |    4 ++-
 Source/cmLocalGenerator.cxx                        |   30 +++++++++++-----
 Tests/CompileFeatures/CMakeLists.txt               |   32 +++++++++++++++++
 Tests/CompileFeatures/genex_test.c                 |   38 ++++++++++++++++++++
 .../WriteCompilerDetectionHeader/CMakeLists.txt    |   22 ++++++++++++
 Tests/Module/WriteCompilerDetectionHeader/main.c   |   29 +++++++++++++++
 .../WriteCompilerDetectionHeader/main_multi.c      |   29 +++++++++++++++
 16 files changed, 198 insertions(+), 21 deletions(-)
 create mode 100644 Tests/CompileFeatures/genex_test.c
 create mode 100644 Tests/Module/WriteCompilerDetectionHeader/main.c
 create mode 100644 Tests/Module/WriteCompilerDetectionHeader/main_multi.c


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list