[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2910-gc1589de

Rolf Eike Beer eike at sf-mail.de
Wed May 8 11:21:44 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  c1589de3069d1a6dfb053f6270fdd0db90069cef (commit)
       via  8d51f33410534d607eb4fbb2cdd5612f3b34eddb (commit)
      from  2604899aacd0bc9255d8cedf1f2a20b66574217f (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=c1589de3069d1a6dfb053f6270fdd0db90069cef
commit c1589de3069d1a6dfb053f6270fdd0db90069cef
Merge: 2604899 8d51f33
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Wed May 8 11:21:42 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed May 8 11:21:42 2013 -0400

    Merge topic 'MemChecker-improvements' into next
    
    8d51f33 fix build of pseudo-memtest on Windows


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8d51f33410534d607eb4fbb2cdd5612f3b34eddb
commit 8d51f33410534d607eb4fbb2cdd5612f3b34eddb
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Wed May 8 17:21:18 2013 +0200
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Wed May 8 17:21:18 2013 +0200

    fix build of pseudo-memtest on Windows

diff --git a/Tests/CTestTestMemcheck/memtester.cxx.in b/Tests/CTestTestMemcheck/memtester.cxx.in
index 092eeb5..64b72d3 100644
--- a/Tests/CTestTestMemcheck/memtester.cxx.in
+++ b/Tests/CTestTestMemcheck/memtester.cxx.in
@@ -14,7 +14,7 @@ main(int argc, char **argv)
     logarg = "--log-file=";
   else if (exename.find("purify") != exename.npos)
 #ifdef _WIN32
-    logarg = "/SAVETEXTDATA="
+    logarg = "/SAVETEXTDATA=";
 #else
     logarg = "-log-file=";
 #endif

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

Summary of changes:
 Tests/CTestTestMemcheck/memtester.cxx.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list