[Cmake-commits] CMake branch, next, updated. v2.8.12-4590-gd531835

Nils Gladitz nilsgladitz at gmail.com
Tue Oct 29 03:20:11 EDT 2013


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  d5318357fe68210e5ec9ebc63e56c5a14a7cca80 (commit)
       via  eb1d6cef2f692cfbf2517626d42ffe38f90ace15 (commit)
       via  047c1ec4570a630a3ae813abf47422eeee58dc6f (commit)
      from  d76d2e6f6e74d803c1121aaa923762a94e6ea596 (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=d5318357fe68210e5ec9ebc63e56c5a14a7cca80
commit d5318357fe68210e5ec9ebc63e56c5a14a7cca80
Merge: d76d2e6 eb1d6ce
Author:     Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Tue Oct 29 03:20:09 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 29 03:20:09 2013 -0400

    Merge topic 'fix-coverage-over-multiple-projects' into next
    
    eb1d6ce CTest: clean TargetDirs between unrelated coverage runs (issue 13143)
    047c1ec CMake Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=eb1d6cef2f692cfbf2517626d42ffe38f90ace15
commit eb1d6cef2f692cfbf2517626d42ffe38f90ace15
Author:     Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Tue Oct 29 08:13:21 2013 +0100
Commit:     Nils Gladitz <nilsgladitz at gmail.com>
CommitDate: Tue Oct 29 08:13:21 2013 +0100

    CTest: clean TargetDirs between unrelated coverage runs (issue 13143)

diff --git a/Source/CTest/cmCTestCoverageHandler.cxx b/Source/CTest/cmCTestCoverageHandler.cxx
index ef071b9..33b084e 100644
--- a/Source/CTest/cmCTestCoverageHandler.cxx
+++ b/Source/CTest/cmCTestCoverageHandler.cxx
@@ -142,6 +142,7 @@ void cmCTestCoverageHandler::Initialize()
   this->Superclass::Initialize();
   this->CustomCoverageExclude.clear();
   this->SourceLabels.clear();
+  this->TargetDirs.clear();
   this->LabelIdMap.clear();
   this->Labels.clear();
   this->LabelFilter.clear();

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

Summary of changes:
 Source/CMakeVersion.cmake               |    2 +-
 Source/CTest/cmCTestCoverageHandler.cxx |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list