[Cmake-commits] CMake branch, next, updated. v3.3.0-rc3-1026-g33b956d

Brad King brad.king at kitware.com
Mon Jul 13 14:17:53 EDT 2015


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  33b956d6dbfd411a09c94791e91f278f8d3dbbe6 (commit)
       via  892c77dcf864681fc478abf156ec2625619cce2e (commit)
      from  9bd4c4da891a9adcceeb7f9801b23d8c4d4ec734 (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=33b956d6dbfd411a09c94791e91f278f8d3dbbe6
commit 33b956d6dbfd411a09c94791e91f278f8d3dbbe6
Merge: 9bd4c4d 892c77d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jul 13 14:17:52 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jul 13 14:17:52 2015 -0400

    Merge topic 'coverage_no_tests' into next
    
    892c77dc fixup! always do coverage for CTEST_EXTRA_COVERAGE_GLOB


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=892c77dcf864681fc478abf156ec2625619cce2e
commit 892c77dcf864681fc478abf156ec2625619cce2e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jul 13 14:16:12 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Jul 13 14:16:56 2015 -0400

    fixup! always do coverage for CTEST_EXTRA_COVERAGE_GLOB

diff --git a/Source/CTest/cmCTestCoverageHandler.cxx b/Source/CTest/cmCTestCoverageHandler.cxx
index 8b39621..6369e17 100644
--- a/Source/CTest/cmCTestCoverageHandler.cxx
+++ b/Source/CTest/cmCTestCoverageHandler.cxx
@@ -446,7 +446,7 @@ int cmCTestCoverageHandler::ProcessHandler()
     }
   std::set<std::string> uncovered = this->FindUncoveredFiles(&cont);
 
-  if ( file_count == 0 && this->ExtraCoverageGlobs.size() == 0)
+  if (file_count == 0 && this->ExtraCoverageGlobs.empty())
     {
     cmCTestOptionalLog(this->CTest, WARNING,
       " Cannot find any coverage files. Ignoring Coverage request."

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

Summary of changes:
 Source/CTest/cmCTestCoverageHandler.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list