[Cmake-commits] CMake branch, master, updated. v3.7.1-823-ga0d64ec

Brad King brad.king at kitware.com
Wed Dec 7 09:22:26 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  a0d64ecf8b9eac29cbfeb7461cf3bcb1688f7aa7 (commit)
       via  f72ba42b7c643b1b217d1b8f6684cec3289e7201 (commit)
       via  45aa03b97aeeb512264ac2bfbb2028330be254d1 (commit)
       via  3bb2051eef5c3a07f99e9e6549187211758317d6 (commit)
      from  0478314e13e6d04a0100cc3be4ab84540a8beaa5 (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=a0d64ecf8b9eac29cbfeb7461cf3bcb1688f7aa7
commit a0d64ecf8b9eac29cbfeb7461cf3bcb1688f7aa7
Merge: 0478314 f72ba42
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Dec 7 09:22:22 2016 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Dec 7 09:22:22 2016 -0500

    Merge topic 'try_compile-lang-std'
    
    f72ba42b try_compile: Add policy CMP0067 to honor language standards
    45aa03b9 try_compile: Add options to specify language standards
    3bb2051e try_compile: Stop processing when test build system fails to generate


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

Summary of changes:
 Help/command/try_compile.rst                       |   32 ++-
 Help/manual/cmake-policies.7.rst                   |    8 +
 Help/policy/CMP0067.rst                            |   34 ++++
 Help/release/dev/try_compile-lang-std.rst          |    9 +
 Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst     |    2 +
 Source/cmCoreTryCompile.cxx                        |  207 ++++++++++++++++++++
 Source/cmCoreTryCompile.h                          |    4 +
 Source/cmMakefile.cxx                              |   16 +-
 Source/cmPolicies.h                                |    5 +-
 Tests/RunCMake/CMakeLists.txt                      |   12 ++
 Tests/RunCMake/try_compile/CMP0067-stderr.txt      |   25 +++
 Tests/RunCMake/try_compile/CMP0067.cmake           |   40 ++++
 .../CStandard-result.txt}                          |    0
 Tests/RunCMake/try_compile/CStandard-stderr.txt    |    7 +
 Tests/RunCMake/try_compile/CStandard.cmake         |    7 +
 Tests/RunCMake/try_compile/CStandardGNU.c          |   10 +
 Tests/RunCMake/try_compile/CStandardGNU.cmake      |   23 +++
 ...argetTypeExe.cmake => CStandardNoDefault.cmake} |    7 +-
 .../CxxStandard-result.txt}                        |    0
 Tests/RunCMake/try_compile/CxxStandard-stderr.txt  |    7 +
 Tests/RunCMake/try_compile/CxxStandard.cmake       |    7 +
 Tests/RunCMake/try_compile/CxxStandardGNU.cmake    |   23 +++
 Tests/RunCMake/try_compile/CxxStandardGNU.cxx      |   11 ++
 .../try_compile/CxxStandardNoDefault.cmake         |    9 +
 Tests/RunCMake/try_compile/RunCMakeTest.cmake      |   18 ++
 .../RunCMake/try_compile/src.cxx                   |    0
 26 files changed, 509 insertions(+), 14 deletions(-)
 create mode 100644 Help/policy/CMP0067.rst
 create mode 100644 Help/release/dev/try_compile-lang-std.rst
 create mode 100644 Tests/RunCMake/try_compile/CMP0067-stderr.txt
 create mode 100644 Tests/RunCMake/try_compile/CMP0067.cmake
 copy Tests/RunCMake/{Android/BadSYSROOT-result.txt => try_compile/CStandard-result.txt} (100%)
 create mode 100644 Tests/RunCMake/try_compile/CStandard-stderr.txt
 create mode 100644 Tests/RunCMake/try_compile/CStandard.cmake
 create mode 100644 Tests/RunCMake/try_compile/CStandardGNU.c
 create mode 100644 Tests/RunCMake/try_compile/CStandardGNU.cmake
 copy Tests/RunCMake/try_compile/{TargetTypeExe.cmake => CStandardNoDefault.cmake} (50%)
 copy Tests/RunCMake/{Android/BadSYSROOT-result.txt => try_compile/CxxStandard-result.txt} (100%)
 create mode 100644 Tests/RunCMake/try_compile/CxxStandard-stderr.txt
 create mode 100644 Tests/RunCMake/try_compile/CxxStandard.cmake
 create mode 100644 Tests/RunCMake/try_compile/CxxStandardGNU.cmake
 create mode 100644 Tests/RunCMake/try_compile/CxxStandardGNU.cxx
 create mode 100644 Tests/RunCMake/try_compile/CxxStandardNoDefault.cmake
 copy Modules/DummyCXXFile.cxx => Tests/RunCMake/try_compile/src.cxx (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list