[Cmake-commits] CMake branch, next, updated. v3.0.2-2073-gf0040c0

Joe Snyder joe.snyder at kitware.com
Wed Oct 15 10:58:33 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, next has been updated
       via  f0040c0691a6f7ae4a15d434ca67caf53d21b9ea (commit)
       via  876a84d245efb41a2bbe49e4049da5c2a4c1d660 (commit)
      from  d32c4ee7cecd8a27e20e0ebf8c274ce2c1532088 (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=f0040c0691a6f7ae4a15d434ca67caf53d21b9ea
commit f0040c0691a6f7ae4a15d434ca67caf53d21b9ea
Merge: d32c4ee 876a84d
Author:     Joe Snyder <joe.snyder at kitware.com>
AuthorDate: Wed Oct 15 10:58:32 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 15 10:58:32 2014 -0400

    Merge topic 'add_delphi_coverage' into next
    
    876a84d2 CTest: Break up long line.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=876a84d245efb41a2bbe49e4049da5c2a4c1d660
commit 876a84d245efb41a2bbe49e4049da5c2a4c1d660
Author:     Joseph Snyder <joe.snyder at kitware.com>
AuthorDate: Wed Oct 15 10:56:56 2014 -0400
Commit:     Joseph Snyder <joe.snyder at kitware.com>
CommitDate: Wed Oct 15 10:56:56 2014 -0400

    CTest: Break up long line.
    
    A line in the cmParseDelphiCoverage.cxx file was too long for the KWStyle.
    
    Break up the line to fall within limits.

diff --git a/Source/CTest/cmParseDelphiCoverage.cxx b/Source/CTest/cmParseDelphiCoverage.cxx
index 2bb9988..277c270 100644
--- a/Source/CTest/cmParseDelphiCoverage.cxx
+++ b/Source/CTest/cmParseDelphiCoverage.cxx
@@ -206,7 +206,8 @@ class cmParseDelphiCoverage::HTMLParser
              if(lineresult == "covered")
              {
                afterLineNum = line.find('<',endcovpos+5);
-               filelineoffset= line.substr(endcovpos+5,afterLineNum-(endcovpos+5));
+               filelineoffset= line.substr(endcovpos+5,
+                 afterLineNum-(endcovpos+5));
                coverageVector[atoi(filelineoffset.c_str())-1] = 1;
              }
           }
@@ -255,4 +256,4 @@ bool cmParseDelphiCoverage::ReadDelphiHTML(const char* file)
     parser(this->CTest, this->Coverage);
   parser.ParseFile(file);
   return true;
-};
\ No newline at end of file
+};

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

Summary of changes:
 Source/CTest/cmParseDelphiCoverage.cxx |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list