[Cmake-commits] CMake branch, master, updated. v3.0.2-2070-g4f9fcd3

Brad King brad.king at kitware.com
Tue Oct 21 15:08:00 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  4f9fcd356b07143a570b39cb5be72d4e3a4e83dc (commit)
       via  5c31c3e4eb36cccaaf72d0f0582beed98f6665e0 (commit)
      from  4db483f89b54b261caa08b81c64d82ef7b86a6fe (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=4f9fcd356b07143a570b39cb5be72d4e3a4e83dc
commit 4f9fcd356b07143a570b39cb5be72d4e3a4e83dc
Merge: 4db483f 5c31c3e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 21 15:07:58 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 21 15:07:58 2014 -0400

    Merge topic 'ctest-delphi-coverage'
    
    5c31c3e4 CTest: Add code coverage parser for Pascal/Delphi


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

Summary of changes:
 Source/CMakeLists.txt                              |    1 +
 Source/CTest/cmCTestCoverageHandler.cxx            |   36 +++
 Source/CTest/cmCTestCoverageHandler.h              |    3 +
 Source/CTest/cmParseDelphiCoverage.cxx             |  253 ++++++++++++++++++++
 Source/CTest/cmParseDelphiCoverage.h               |   46 ++++
 Tests/CMakeLists.txt                               |   17 ++
 .../DartConfiguration.tcl.in                       |    4 +-
 Tests/DelphiCoverage/UTCovTest(UTCovTest.pas).html |  117 +++++++++
 Tests/DelphiCoverage/src/UTCovTest.pas             |   75 ++++++
 9 files changed, 550 insertions(+), 2 deletions(-)
 create mode 100644 Source/CTest/cmParseDelphiCoverage.cxx
 create mode 100644 Source/CTest/cmParseDelphiCoverage.h
 copy Tests/{JacocoCoverage => DelphiCoverage}/DartConfiguration.tcl.in (65%)
 create mode 100644 Tests/DelphiCoverage/UTCovTest(UTCovTest.pas).html
 create mode 100644 Tests/DelphiCoverage/src/UTCovTest.pas


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list