[Cmake-commits] CMake branch, master, updated. v3.5.0-210-g612a8b3

Brad King brad.king at kitware.com
Thu Mar 10 09:16:17 EST 2016


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  612a8b3bd8091372d9e50a81f05dcab8b31ae35c (commit)
       via  491b41dd988915a3f00259fa704490dfa2f47dc9 (commit)
       via  ad6d27ac2aeaeb8fbcfc4d4476db33da1ce441f3 (commit)
       via  a0f0541f356da18bbcab28325dd5c1258190effc (commit)
       via  3541af67b71632f352a086524a73ee954a058ac0 (commit)
       via  1902c293baf37035e6f1d2bbd17bcbc98f87e1d9 (commit)
       via  cab2ec111b68a606e27c2a8c1cecf75d37d0aaf6 (commit)
       via  ada3736c786a058cd0b01beb294ac06017098946 (commit)
       via  123b7e1335cf7a306e359e5352f082ffe7df50f7 (commit)
       via  445d4d4bf4867fb5554caede704bc99de6269038 (commit)
       via  0a785eb4f488447fa94eb77fa2edbeaabba70170 (commit)
       via  2c2ec4883bd9829b3589ce0aebe466bae9e8b0e9 (commit)
       via  37afe00faad5cb64e666640526bdc6b5d224b853 (commit)
      from  e1b0dedc69a7d6eecaf1fe1d2324434aaac67c74 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=612a8b3bd8091372d9e50a81f05dcab8b31ae35c
commit 612a8b3bd8091372d9e50a81f05dcab8b31ae35c
Merge: e1b0ded 491b41d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Mar 10 09:16:16 2016 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Mar 10 09:16:16 2016 -0500

    Merge topic 'vs-clang-cl'
    
    491b41dd Help: Add notes for topic 'vs-clang-cl'
    ad6d27ac Tests: do not build PrecompiledHeader on Clang/C2
    a0f0541f Tests: fix PDBDirectoryAndName on Clang/C2
    3541af67 Tests: fix Plugin building on Clang/C2
    1902c293 Tests: fix complexOneConfig building on Clang/C2
    cab2ec11 Tests: fix Complex building on Clang/C2
    ada3736c Tests: fix Module.GenerateExportHeader building on Clang/C2
    123b7e13 Tests: fix AliasTarget building on Clang/C2
    445d4d4b VS 14: Add flag map for -std= to CppLanguageStandard tag in project files
    0a785eb4 Features: Clang has no cxx_decltype_incomplete_return_type in MSVC sim mode
    2c2ec488 VS: in Clang/C2 toolset, setup correct compiler settings
    37afe00f CMakeDetermineCompilerId: Add detection of clang.exe bundled with VS


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

Summary of changes:
 Help/release/dev/vs-clang-cl.rst                   |    5 ++++
 Modules/CMakeDetermineCompilerId.cmake             |    6 +++-
 Modules/Compiler/Clang-CXX-TestableFeatures.cmake  |    4 ++-
 Modules/Platform/Windows-MSVC.cmake                |   30 +++++++++++++++-----
 Source/cmVS14CLFlagTable.h                         |   20 +++++++++++++
 Source/cmVisualStudio10TargetGenerator.cxx         |   13 ++++++++-
 Tests/AliasTarget/CMakeLists.txt                   |    7 +++++
 Tests/CMakeLists.txt                               |    4 ++-
 Tests/Complex/CMakeLists.txt                       |    7 +++++
 Tests/ComplexOneConfig/CMakeLists.txt              |    7 +++++
 Tests/Module/GenerateExportHeader/CMakeLists.txt   |   12 +++++++-
 .../{MinGW => Win32-Clang}/libshared_export.h      |    0
 .../{MinGW => Win32-Clang}/libstatic_export.h      |    0
 Tests/PDBDirectoryAndName/CMakeLists.txt           |    9 ++++++
 Tests/Plugin/CMakeLists.txt                        |    7 +++++
 15 files changed, 119 insertions(+), 12 deletions(-)
 create mode 100644 Help/release/dev/vs-clang-cl.rst
 copy Tests/Module/GenerateExportHeader/reference/{MinGW => Win32-Clang}/libshared_export.h (100%)
 copy Tests/Module/GenerateExportHeader/reference/{MinGW => Win32-Clang}/libstatic_export.h (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list