[Cmake-commits] CMake branch, next, updated. v2.8.5-1418-g1e6de14

David Cole david.cole at kitware.com
Wed Aug 3 11:39:14 EDT 2011


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  1e6de14cda9a14dedfcaeb05d399e39f7b3e59e7 (commit)
       via  4575ed9e2ace903b29a8b10c7e7f78c4fe6b9d21 (commit)
      from  a8ef9fff962c52a5b856c9fdd24c04541d812c1a (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=1e6de14cda9a14dedfcaeb05d399e39f7b3e59e7
commit 1e6de14cda9a14dedfcaeb05d399e39f7b3e59e7
Merge: a8ef9ff 4575ed9
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Wed Aug 3 11:39:07 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Aug 3 11:39:07 2011 -0400

    Merge topic 'fix-11746-sort-failed-tests-output' into next
    
    4575ed9 Fix line too long style violation


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4575ed9e2ace903b29a8b10c7e7f78c4fe6b9d21
commit 4575ed9e2ace903b29a8b10c7e7f78c4fe6b9d21
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Wed Aug 3 11:37:59 2011 -0400
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Wed Aug 3 11:37:59 2011 -0400

    Fix line too long style violation

diff --git a/Source/CTest/cmCTestTestHandler.cxx b/Source/CTest/cmCTestTestHandler.cxx
index 078e430..9b12393 100644
--- a/Source/CTest/cmCTestTestHandler.cxx
+++ b/Source/CTest/cmCTestTestHandler.cxx
@@ -620,7 +620,8 @@ int cmCTestTestHandler::ProcessHandler()
 
       typedef std::set<cmCTestTestHandler::cmCTestTestResult,
                        cmCTestTestResultLess> SetOfTests;
-      SetOfTests resultsSet(this->TestResults.begin(), this->TestResults.end());
+      SetOfTests resultsSet(this->TestResults.begin(),
+                            this->TestResults.end());
 
       for(SetOfTests::iterator ftit = resultsSet.begin();
           ftit != resultsSet.end(); ++ftit)

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list