[Cmake-commits] CMake branch, next, updated. v3.5.1-795-g7c43131

Zack Galbreath zack.galbreath at kitware.com
Mon Apr 4 08:29:29 EDT 2016


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, next has been updated
       via  7c431319ee54b9764bc7224196ec3678122cbc13 (commit)
       via  398b8800e350a0330be32046a6eed5c146a9f67a (commit)
      from  41abf1828417479588d428032d4639fae53efe53 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7c431319ee54b9764bc7224196ec3678122cbc13
commit 7c431319ee54b9764bc7224196ec3678122cbc13
Merge: 41abf18 398b880
Author:     Zack Galbreath <zack.galbreath at kitware.com>
AuthorDate: Mon Apr 4 08:29:28 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Apr 4 08:29:28 2016 -0400

    Merge topic 'cobertura_off_by_one' into next
    
    398b8800 cmParseCoberturaCoverage: Remove extra coverage line


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=398b8800e350a0330be32046a6eed5c146a9f67a
commit 398b8800e350a0330be32046a6eed5c146a9f67a
Author:     Zack Galbreath <zack.galbreath at kitware.com>
AuthorDate: Wed Mar 30 14:22:07 2016 -0400
Commit:     Zack Galbreath <zack.galbreath at kitware.com>
CommitDate: Wed Mar 30 14:22:07 2016 -0400

    cmParseCoberturaCoverage: Remove extra coverage line
    
    Fix off-by-one error in cmParseCoberturaCoverage that added an
    extra blank line to the end of source file being covered.

diff --git a/Source/CTest/cmParseCoberturaCoverage.cxx b/Source/CTest/cmParseCoberturaCoverage.cxx
index 3ed5cb0..515d041 100644
--- a/Source/CTest/cmParseCoberturaCoverage.cxx
+++ b/Source/CTest/cmParseCoberturaCoverage.cxx
@@ -125,7 +125,6 @@ protected:
           std::string line;
           FileLinesType& curFileLines =
             this->Coverage.TotalCoverage[this->CurFileName];
-          curFileLines.push_back(-1);
           while(cmSystemTools::GetLineFromStream(fin, line))
           {
             curFileLines.push_back(-1);

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

Summary of changes:
 Source/CTest/cmParseCoberturaCoverage.cxx |    1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list