[Cmake-commits] CMake branch, master, updated. v3.6.0-rc3-254-gd3544d0

Brad King brad.king at kitware.com
Mon Jun 27 10:40:37 EDT 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  d3544d023b7b118f5f9fcb70808546d7b3724f50 (commit)
       via  7647f6afa46b6b5020cc1d93b3f75d3358a28f8a (commit)
       via  5286110d6f106e03ee6c5bdeea48d62674656c9f (commit)
       via  09aa2c94186081267753dedb50acb102717a6577 (commit)
       via  ea5477e43de4660343897e4669bc5809dc4ddabe (commit)
      from  4adab7093a2a30caf053b149a3b57565235b05ca (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=d3544d023b7b118f5f9fcb70808546d7b3724f50
commit d3544d023b7b118f5f9fcb70808546d7b3724f50
Merge: 4adab70 7647f6a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 27 10:40:35 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 27 10:40:35 2016 -0400

    Merge topic 'compiler-features'
    
    7647f6af Add CM_OVERRIDE to some functions
    5286110d cxx features: add check for override
    09aa2c94 Use <unordered_set> where available
    ea5477e4 Make C++ feature checks extensible


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

Summary of changes:
 CMakeLists.txt                                     |    2 +-
 Source/CPack/IFW/cmCPackIFWRepository.cxx          |    6 +-
 Source/CTest/cmCTestBZR.cxx                        |   22 ++--
 Source/CTest/cmCTestCVS.cxx                        |    4 +-
 Source/CTest/cmCTestGIT.cxx                        |    6 +-
 Source/CTest/cmCTestHG.cxx                         |   14 +--
 Source/CTest/cmCTestMemCheckHandler.cxx            |    4 +-
 Source/CTest/cmCTestP4.cxx                         |   10 +-
 Source/CTest/cmCTestSVN.cxx                        |   18 +--
 Source/CTest/cmCTestScriptHandler.cxx              |    4 +-
 Source/CTest/cmCTestSubmitHandler.cxx              |    6 +-
 Source/CTest/cmCTestTestHandler.cxx                |   32 ++---
 Source/CTest/cmParseCoberturaCoverage.cxx          |    6 +-
 Source/CTest/cmParseJacocoCoverage.cxx             |    4 +-
 Source/Checks/cm_cxx11_unordered_map.cmake         |   25 ----
 Source/Checks/cm_cxx_features.cmake                |   38 ++++++
 Source/Checks/cm_cxx_override.cxx                  |   20 +++
 ..._unordered_map.cpp => cm_cxx_unordered_map.cxx} |    0
 Source/Checks/cm_cxx_unordered_set.cxx             |    7 ++
 Source/cmConfigure.cmake.h.in                      |   10 +-
 Source/cmDefinitions.h                             |    4 +-
 Source/cmELF.cxx                                   |   10 +-
 Source/cmFileTimeComparison.cxx                    |    6 +-
 Source/cmGeneratorExpressionNode.cxx               |  130 +++++++++++---------
 Source/cmGeneratorTarget.cxx                       |    5 +-
 Source/cmGlobalGenerator.h                         |    4 +-
 Source/cmMakefile.h                                |    6 +-
 Source/cmOrderDirectories.cxx                      |    8 +-
 Source/cmTarget.cxx                                |    6 +-
 Source/cmTarget.h                                  |    4 +-
 bootstrap                                          |    1 +
 31 files changed, 243 insertions(+), 179 deletions(-)
 delete mode 100644 Source/Checks/cm_cxx11_unordered_map.cmake
 create mode 100644 Source/Checks/cm_cxx_features.cmake
 create mode 100644 Source/Checks/cm_cxx_override.cxx
 rename Source/Checks/{cm_cxx11_unordered_map.cpp => cm_cxx_unordered_map.cxx} (100%)
 create mode 100644 Source/Checks/cm_cxx_unordered_set.cxx


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list