[Cmake-commits] CMake branch, next, updated. v3.4.0-rc2-859-g8c8bd72

Brad King brad.king at kitware.com
Thu Oct 22 09:47:17 EDT 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  8c8bd72d962dac7d52c74e7d56eae3ea93b437c0 (commit)
       via  19b3dc41898c7534acfbd9d752de0225e5398bcf (commit)
      from  3d1015405b77213c46a1795a1106b0a7914899ac (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8c8bd72d962dac7d52c74e7d56eae3ea93b437c0
commit 8c8bd72d962dac7d52c74e7d56eae3ea93b437c0
Merge: 3d10154 19b3dc4
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Oct 22 09:47:16 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 22 09:47:16 2015 -0400

    Merge topic 'update-libarchive' into next
    
    19b3dc41 libarchive: Drop outdated CMake portability snprintf


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=19b3dc41898c7534acfbd9d752de0225e5398bcf
commit 19b3dc41898c7534acfbd9d752de0225e5398bcf
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Oct 22 09:45:07 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Oct 22 09:45:07 2015 -0400

    libarchive: Drop outdated CMake portability snprintf
    
    The archive_read_support_format_zip.c source no longer calls snprintf
    directly so we do not need a portability macro for it.

diff --git a/Utilities/cmlibarchive/libarchive/archive_read_support_format_zip.c b/Utilities/cmlibarchive/libarchive/archive_read_support_format_zip.c
index 8065ec3..62bf5e3 100644
--- a/Utilities/cmlibarchive/libarchive/archive_read_support_format_zip.c
+++ b/Utilities/cmlibarchive/libarchive/archive_read_support_format_zip.c
@@ -67,10 +67,6 @@ __FBSDID("$FreeBSD: head/lib/libarchive/archive_read_support_format_zip.c 201102
 #include "archive_crc32.h"
 #endif
 
-#if defined(_WIN32) && !defined(__CYGWIN__)
-# define snprintf _snprintf
-#endif
-
 struct zip_entry {
 	struct archive_rb_node	node;
 	struct zip_entry	*next;

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

Summary of changes:
 .../cmlibarchive/libarchive/archive_read_support_format_zip.c      |    4 ----
 1 file changed, 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list