[Cmake-commits] CMake branch, next, updated. v3.1.0-1400-g34cda25
Rolf Eike Beer
eike at sf-mail.de
Thu Dec 25 04:49:44 EST 2014
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 34cda259eb4546e5b863367fd2a7f8b1779bc438 (commit)
via c19c17761099321b530a906a203e7158989e1c38 (commit)
from d4c7b08bf72e733f63b10fa989466e3065cbaca6 (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=34cda259eb4546e5b863367fd2a7f8b1779bc438
commit 34cda259eb4546e5b863367fd2a7f8b1779bc438
Merge: d4c7b08 c19c177
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Thu Dec 25 04:49:43 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Dec 25 04:49:43 2014 -0500
Merge topic 'base64-casts' into next
c19c1776 CTest: yet another size_t change
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c19c17761099321b530a906a203e7158989e1c38
commit c19c17761099321b530a906a203e7158989e1c38
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Thu Dec 25 10:49:24 2014 +0100
Commit: Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Thu Dec 25 10:49:24 2014 +0100
CTest: yet another size_t change
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 4ce5bec..1362a50 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -3193,7 +3193,7 @@ bool cmCTest::CompressString(std::string& str)
unsigned char* base64EncodedBuffer
= new unsigned char[(outSize * 3) / 2];
- unsigned long rlen
+ size_t rlen
= cmsysBase64_Encode(out, strm.total_out, base64EncodedBuffer, 1);
str = "";
-----------------------------------------------------------------------
Summary of changes:
Source/cmCTest.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list