[Cmake-commits] CMake branch, master, updated. v3.2.1-624-gdfbde6f

Brad King brad.king at kitware.com
Mon Apr 6 08:58:22 EDT 2015


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  dfbde6fa991e60853a9f7ad165c4b8c8416a9ba4 (commit)
       via  9a544f2d987df940625465129a5f00bea01ad4eb (commit)
      from  89ee57f6c79858bf350a5afce2ef588348dacb1c (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=dfbde6fa991e60853a9f7ad165c4b8c8416a9ba4
commit dfbde6fa991e60853a9f7ad165c4b8c8416a9ba4
Merge: 89ee57f 9a544f2
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Apr 6 08:58:21 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Apr 6 08:58:21 2015 -0400

    Merge topic 'gcov-module-coverage-exclude'
    
    9a544f2d CTestCoverageCollectGCOV: Support CTEST_CUSTOM_COVERAGE_EXCLUDE


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

Summary of changes:
 Modules/CTestCoverageCollectGCOV.cmake             |   31 ++++++++++++++-
 Tests/CMakeLists.txt                               |    3 +-
 .../TestProject/3rdparty/foo.cpp                   |    1 +
 .../TestProject/CMakeLists.txt                     |   41 ++++++++++++++++++++
 .../TestProject/extra/extra.cpp                    |    1 +
 .../TestProject/fake_compile_time_gcno.cmake       |    7 ++++
 .../TestProject/fake_run_time_gcda.cmake           |   12 ++++++
 .../TestProject/main.cpp}                          |    0
 Tests/CTestCoverageCollectGCOV/fakegcov.cmake      |   12 ++++--
 Tests/CTestCoverageCollectGCOV/test.cmake.in       |   37 +++++++++++-------
 10 files changed, 127 insertions(+), 18 deletions(-)
 create mode 100644 Tests/CTestCoverageCollectGCOV/TestProject/3rdparty/foo.cpp
 create mode 100644 Tests/CTestCoverageCollectGCOV/TestProject/CMakeLists.txt
 create mode 100644 Tests/CTestCoverageCollectGCOV/TestProject/extra/extra.cpp
 create mode 100644 Tests/CTestCoverageCollectGCOV/TestProject/fake_compile_time_gcno.cmake
 create mode 100644 Tests/CTestCoverageCollectGCOV/TestProject/fake_run_time_gcda.cmake
 copy Tests/{MissingInstall/mybin.cpp => CTestCoverageCollectGCOV/TestProject/main.cpp} (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list