[Cmake-commits] CMake branch, next, updated. v3.1.0-rc1-451-g2790ea0
Brad King
brad.king at kitware.com
Sat Nov 8 21:50:33 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 2790ea0e0a6cc4db94497d2e27af32c6d41b2f04 (commit)
via 7a3f36116e6ebf5c5cdf18939999ddbbd920ac91 (commit)
from 07f0c956c81873d7ab20a8554b96224f71f09084 (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=2790ea0e0a6cc4db94497d2e27af32c6d41b2f04
commit 2790ea0e0a6cc4db94497d2e27af32c6d41b2f04
Merge: 07f0c95 7a3f361
Author: Brad King <brad.king at kitware.com>
AuthorDate: Sat Nov 8 21:50:32 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Nov 8 21:50:32 2014 -0500
Merge topic 'update-curl' into next
7a3f3611 curl: Add missing SIZEOF_SSIZE_T in curl_config.h
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7a3f36116e6ebf5c5cdf18939999ddbbd920ac91
commit 7a3f36116e6ebf5c5cdf18939999ddbbd920ac91
Author: Brad King <brad.king at kitware.com>
AuthorDate: Sat Nov 8 21:50:22 2014 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Sat Nov 8 21:50:22 2014 -0500
curl: Add missing SIZEOF_SSIZE_T in curl_config.h
diff --git a/Utilities/cmcurl/lib/curl_config.h.cmake b/Utilities/cmcurl/lib/curl_config.h.cmake
index 5038e1d..b5db3b6 100644
--- a/Utilities/cmcurl/lib/curl_config.h.cmake
+++ b/Utilities/cmcurl/lib/curl_config.h.cmake
@@ -861,6 +861,9 @@
/* The size of `size_t', as computed by sizeof. */
@SIZEOF_SIZE_T_CODE@
+/* The size of `ssize_t', as computed by sizeof. */
+ at SIZEOF_SSIZE_T_CODE@
+
/* The size of `time_t', as computed by sizeof. */
@SIZEOF_TIME_T_CODE@
-----------------------------------------------------------------------
Summary of changes:
Utilities/cmcurl/lib/curl_config.h.cmake | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list