[Cmake-commits] CMake branch, next, updated. v3.2.0-rc2-813-g0c438b9

Brad King brad.king at kitware.com
Mon Mar 2 08:54:29 EST 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  0c438b962c6585043dc055d3e4b6aaa2e99e090e (commit)
       via  e88f3b3bcc18ec04e567025872f0008eea00c3a9 (commit)
       via  7c9afb573844fdef0a8c29bb7f8c4474b910d83f (commit)
      from  ac5440e7341faeac3598711f62eee8039462f72b (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=0c438b962c6585043dc055d3e4b6aaa2e99e090e
commit 0c438b962c6585043dc055d3e4b6aaa2e99e090e
Merge: ac5440e e88f3b3
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 2 08:54:28 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 2 08:54:28 2015 -0500

    Merge topic 'update-kwsys' into next
    
    e88f3b3b Merge branch 'upstream-kwsys' into update-kwsys
    7c9afb57 KWSys 2015-02-27 (d2aa1afd)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e88f3b3bcc18ec04e567025872f0008eea00c3a9
commit e88f3b3bcc18ec04e567025872f0008eea00c3a9
Merge: 56be75b 7c9afb5
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 2 08:41:17 2015 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Mar 2 08:41:17 2015 -0500

    Merge branch 'upstream-kwsys' into update-kwsys


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7c9afb573844fdef0a8c29bb7f8c4474b910d83f
commit 7c9afb573844fdef0a8c29bb7f8c4474b910d83f
Author:     KWSys Robot <kwrobot at kitware.com>
AuthorDate: Fri Feb 27 11:12:18 2015 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Mar 2 08:41:11 2015 -0500

    KWSys 2015-02-27 (d2aa1afd)
    
    Extract upstream KWSys using the following shell commands.
    
    $ git archive --prefix=upstream-kwsys/ d2aa1afd | tar x
    $ git shortlog --no-merges --abbrev=8 --format='%h %s' 1b75ad3d..d2aa1afd
    Paul Martin (1):
          d2aa1afd SystemTools: Update CopyFileAlways stream library workarounds
    
    Change-Id: I676f2f11ac0d52f7ffc3af5bb444d3726c121be0

diff --git a/SystemTools.cxx b/SystemTools.cxx
index bf6f458..8a481d6 100644
--- a/SystemTools.cxx
+++ b/SystemTools.cxx
@@ -2375,6 +2375,10 @@ bool SystemTools::CopyFileAlways(const kwsys_stl::string& source, const kwsys_st
       {
       fout.write(buffer, fin.gcount());
       }
+    else
+      {
+      break;
+      }
     }
 
   // Make sure the operating system has finished writing the file

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

Summary of changes:
 Source/kwsys/SystemTools.cxx |    4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list