[Cmake-commits] CMake branch, master, updated. v3.0.0-rc6-987-g1468e98

Brad King brad.king at kitware.com
Thu May 29 09:58:38 EDT 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  1468e986e1874f7c011e74885e4df2fbab65b396 (commit)
       via  dd043c3f21fbfab17d7f400bd2bc9f927215b18e (commit)
      from  9e11fcdc761f441de638b321874aea4d97a72676 (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=1468e986e1874f7c011e74885e4df2fbab65b396
commit 1468e986e1874f7c011e74885e4df2fbab65b396
Merge: 9e11fcd dd043c3
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu May 29 09:58:37 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu May 29 09:58:37 2014 -0400

    Merge topic 'cxx14-features'
    
    dd043c3f Features: Add support for C++14 features.


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

Summary of changes:
 Help/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.rst         |   55 ++++++++++++++++++++
 Modules/CMakeCXXCompiler.cmake.in                  |    1 +
 Modules/CMakeDetermineCompileFeatures.cmake        |    8 ++-
 Modules/Compiler/Clang-CXX-FeatureTests.cmake      |   17 ++++++
 Modules/Compiler/GNU-CXX-FeatureTests.cmake        |   20 +++++++
 Modules/Compiler/GNU-CXX.cmake                     |   13 ++++-
 Source/cmLocalGenerator.cxx                        |    1 +
 Source/cmMakefile.cxx                              |   33 ++++++++++--
 Source/cmMakefile.h                                |    2 +-
 Source/cmake.h                                     |   11 ++++
 Tests/CompileFeatures/CMakeLists.txt               |   15 +++++-
 .../cxx_aggregate_default_initializers.cpp         |    9 ++++
 Tests/CompileFeatures/cxx_attribute_deprecated.cpp |   11 ++++
 Tests/CompileFeatures/cxx_binary_literals.cpp      |    6 +++
 .../CompileFeatures/cxx_contextual_conversions.cpp |   33 ++++++++++++
 Tests/CompileFeatures/cxx_decltype_auto.cpp        |    6 +++
 Tests/CompileFeatures/cxx_digit_separators.cpp     |    6 +++
 Tests/CompileFeatures/cxx_generic_lambdas.cpp      |    6 +++
 Tests/CompileFeatures/cxx_lambda_init_captures.cpp |    6 +++
 Tests/CompileFeatures/cxx_relaxed_constexpr.cpp    |   23 ++++++++
 .../CompileFeatures/cxx_return_type_deduction.cpp  |   10 ++++
 Tests/CompileFeatures/cxx_variable_templates.cpp   |   10 ++++
 Tests/SystemInformation/SystemInformation.in       |    1 +
 23 files changed, 294 insertions(+), 9 deletions(-)
 create mode 100644 Tests/CompileFeatures/cxx_aggregate_default_initializers.cpp
 create mode 100644 Tests/CompileFeatures/cxx_attribute_deprecated.cpp
 create mode 100644 Tests/CompileFeatures/cxx_binary_literals.cpp
 create mode 100644 Tests/CompileFeatures/cxx_contextual_conversions.cpp
 create mode 100644 Tests/CompileFeatures/cxx_decltype_auto.cpp
 create mode 100644 Tests/CompileFeatures/cxx_digit_separators.cpp
 create mode 100644 Tests/CompileFeatures/cxx_generic_lambdas.cpp
 create mode 100644 Tests/CompileFeatures/cxx_lambda_init_captures.cpp
 create mode 100644 Tests/CompileFeatures/cxx_relaxed_constexpr.cpp
 create mode 100644 Tests/CompileFeatures/cxx_return_type_deduction.cpp
 create mode 100644 Tests/CompileFeatures/cxx_variable_templates.cpp


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list