[Cmake-commits] CMake branch, master, updated. v3.0.0-rc6-1047-g994f4b7

Brad King brad.king at kitware.com
Thu Jun 5 10:55:30 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  994f4b71fcc5f4487862bd610eab7114a616d643 (commit)
       via  50daf239b001ddda61449044e75bb98651e99d21 (commit)
       via  a2822d30899f3fc2ad96abfdf5de0d0ce4166139 (commit)
      from  5d360f23fa5616004ffa813914336e5810d1f42b (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=994f4b71fcc5f4487862bd610eab7114a616d643
commit 994f4b71fcc5f4487862bd610eab7114a616d643
Merge: 5d360f2 50daf23
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jun 5 10:55:29 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jun 5 10:55:29 2014 -0400

    Merge topic 'expand_cobertura_coverage'
    
    50daf239 CTest: Generalize Cobertura coverage format handling
    a2822d30 CTest: Rename coverage implementation for "Python" to "Cobertura"


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

Summary of changes:
 Help/variable/CTEST_COVERAGE_COMMAND.rst           |   55 ++++++++++
 Source/CMakeLists.txt                              |    2 +-
 Source/CTest/cmCTestCoverageHandler.cxx            |   12 +--
 Source/CTest/cmCTestCoverageHandler.h              |    2 +-
 ...onCoverage.cxx => cmParseCoberturaCoverage.cxx} |   77 +++++++++++---
 ...PythonCoverage.h => cmParseCoberturaCoverage.h} |   11 +-
 Tests/CMakeLists.txt                               |   18 ++++
 .../DartConfiguration.tcl.in                       |    4 +-
 Tests/CoberturaCoverage/coverage.xml.in            |  112 ++++++++++++++++++++
 .../src/main/java/org/cmake/CoverageTest.java      |   52 +++++++++
 10 files changed, 317 insertions(+), 28 deletions(-)
 rename Source/CTest/{cmParsePythonCoverage.cxx => cmParseCoberturaCoverage.cxx} (57%)
 rename Source/CTest/{cmParsePythonCoverage.h => cmParseCoberturaCoverage.h} (85%)
 copy Tests/{MumpsCoverage => CoberturaCoverage}/DartConfiguration.tcl.in (63%)
 create mode 100644 Tests/CoberturaCoverage/coverage.xml.in
 create mode 100644 Tests/CoberturaCoverage/src/main/java/org/cmake/CoverageTest.java


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list