[Cmake-commits] CMake branch, master, updated. v3.6.2-925-ga7305ef

Brad King brad.king at kitware.com
Mon Sep 12 11:57:17 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  a7305ef00a70518f7abb66211ef09b0ca6d4af71 (commit)
       via  612d6f29f8743ec100f135aed55d0920b3ea9fda (commit)
       via  ce76abb4c49a85d491a99318637c6e9e37729f6e (commit)
       via  8f95b93b41622d428522ae10cfe1bc2fde13c78c (commit)
      from  03bae46865f2abb3a74728986f523a30d79eb095 (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=a7305ef00a70518f7abb66211ef09b0ca6d4af71
commit a7305ef00a70518f7abb66211ef09b0ca6d4af71
Merge: 03bae46 612d6f2
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 12 11:57:15 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Sep 12 11:57:15 2016 -0400

    Merge topic 'geh-failure-tests'
    
    612d6f29 Tests: Refactor GenerateExportHeader test code
    ce76abb4 Tests: Add data symbols to GenerateExportHeader test
    8f95b93b Tests: Add failure test for GenerateExportHeader


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

Summary of changes:
 .../GenerateExportHeader/GEH-failures.cmake        |   67 ++++++++++
 .../GEH-link-error-result.txt}                     |    0
 ...-build-stderr.txt => GEH-link-error-stderr.txt} |    0
 Tests/RunCMake/GenerateExportHeader/GEH.cmake      |    2 +
 .../GenerateExportHeader/RunCMakeTest.cmake        |   10 ++
 .../GenerateExportHeader/exportheader_test.cpp     |  138 ++++++++++++--------
 .../lib_shared_and_static/libshared_and_static.cpp |   65 +++++----
 .../lib_shared_and_static/libshared_and_static.h   |   85 +++++++-----
 .../GenerateExportHeader/libshared/libshared.cpp   |   65 +++++----
 .../GenerateExportHeader/libshared/libshared.h     |   71 ++++++----
 .../GenerateExportHeader/libstatic/libstatic.cpp   |   68 +++++++---
 .../GenerateExportHeader/libstatic/libstatic.h     |   75 +++++++----
 12 files changed, 443 insertions(+), 203 deletions(-)
 create mode 100644 Tests/RunCMake/GenerateExportHeader/GEH-failures.cmake
 copy Tests/RunCMake/{CMP0060/CMP0060-OLD-Build-result.txt => GenerateExportHeader/GEH-link-error-result.txt} (100%)
 copy Tests/RunCMake/GenerateExportHeader/{GEH-build-stderr.txt => GEH-link-error-stderr.txt} (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list