[Cmake-commits] CMake branch, master, updated. v2.8.12-113-g2ba45f5

Brad King brad.king at kitware.com
Tue Oct 8 09:53:29 EDT 2013


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  2ba45f52857dc0a98edb4e392b27276ea927e92c (commit)
       via  d0ec3a01a61f259768d31fc20791780807e1788e (commit)
      from  5bf71025056465ebacf49b9da6446b8ed7833a95 (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=2ba45f52857dc0a98edb4e392b27276ea927e92c
commit 2ba45f52857dc0a98edb4e392b27276ea927e92c
Merge: 5bf7102 d0ec3a0
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 8 09:53:25 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 8 09:53:25 2013 -0400

    Merge topic 'Add-coverage.py-Coverage'
    
    d0ec3a0 Adding support for the Python coverage.py tool.


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

Summary of changes:
 Source/CMakeLists.txt                              |    1 +
 Source/CTest/cmCTestCoverageHandler.cxx            |   34 ++++++
 Source/CTest/cmCTestCoverageHandler.h              |    4 +
 Source/CTest/cmParsePythonCoverage.cxx             |  113 ++++++++++++++++++++
 Source/CTest/cmParsePythonCoverage.h               |   48 ++++++++
 Tests/CMakeLists.txt                               |   19 ++++
 .../DartConfiguration.tcl.in                       |    4 +-
 Tests/PythonCoverage/coverage.xml.in               |   35 ++++++
 Tests/PythonCoverage/coveragetest/foo.py           |    8 ++
 Tests/PythonCoverage/coveragetest/test_foo.py      |   11 ++
 10 files changed, 275 insertions(+), 2 deletions(-)
 create mode 100644 Source/CTest/cmParsePythonCoverage.cxx
 create mode 100644 Source/CTest/cmParsePythonCoverage.h
 copy Tests/{MumpsCoverage => PythonCoverage}/DartConfiguration.tcl.in (62%)
 create mode 100644 Tests/PythonCoverage/coverage.xml.in
 create mode 100644 Tests/PythonCoverage/coveragetest/foo.py
 create mode 100644 Tests/PythonCoverage/coveragetest/test_foo.py


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list