[Cmake-commits] CMake branch, master, updated. v3.1.0-rc1-68-ge51cd32

Brad King brad.king at kitware.com
Wed Oct 29 11:31:12 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  e51cd32de34d9a2376594f80a6f31b4fb09c4e13 (commit)
       via  220e81345b68ed3ad15ef294f6de653fcd1a874c (commit)
      from  0d6cdce5b5542250c067d846f037dfeca1bcc8e4 (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=e51cd32de34d9a2376594f80a6f31b4fb09c4e13
commit e51cd32de34d9a2376594f80a6f31b4fb09c4e13
Merge: 0d6cdce 220e813
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Oct 29 11:31:10 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 29 11:31:10 2014 -0400

    Merge topic 'add_javascript_coverage_parser'
    
    220e8134 CTest: Add Javascript coverage parser


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

Summary of changes:
 Source/CMakeLists.txt                              |    1 +
 Source/CTest/cmCTestCoverageHandler.cxx            |   40 ++
 Source/CTest/cmCTestCoverageHandler.h              |    3 +
 Source/CTest/cmParseBlanketJSCoverage.cxx          |  166 ++++++++
 Source/CTest/cmParseBlanketJSCoverage.h            |   48 +++
 Tests/CMakeLists.txt                               |   19 +
 .../DartConfiguration.tcl.in                       |    4 +-
 Tests/JavascriptCoverage/output.json.in            |  448 ++++++++++++++++++++
 Tests/JavascriptCoverage/test.js                   |   53 +++
 Tests/JavascriptCoverage/test3.js                  |   37 ++
 10 files changed, 817 insertions(+), 2 deletions(-)
 create mode 100644 Source/CTest/cmParseBlanketJSCoverage.cxx
 create mode 100644 Source/CTest/cmParseBlanketJSCoverage.h
 copy Tests/{MumpsCoverage => JavascriptCoverage}/DartConfiguration.tcl.in (63%)
 create mode 100644 Tests/JavascriptCoverage/output.json.in
 create mode 100644 Tests/JavascriptCoverage/test.js
 create mode 100644 Tests/JavascriptCoverage/test3.js


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list