[Cmake-commits] CMake branch, master, updated. v3.0.0-rc3-693-gfe27c99
Brad King
brad.king at kitware.com
Thu Apr 17 09:11:07 EDT 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, master has been updated
via fe27c993ff18af1c02c2937b6474d021cc385293 (commit)
via 67f5f0a9fd012f3da7cadf653102671a8f316718 (commit)
via fcfbb0a9244ff52d03fec67de7a2a8d0ff406db3 (commit)
via 61a649d974b7810ec6073ef088e1b65c1277dbda (commit)
via 4533560c23adf29a03d57b5c5678048795ed6134 (commit)
via 44d6b82f4351dc3941fd9794ad8f3909148c0314 (commit)
via 37f225b72c8e4c440025a98f68eda9914f7ba5f7 (commit)
via 6ab7c326485b4af46a4e45faef2ac7d469df8840 (commit)
from 7a36a34a65351dc6a1cda622d129d3fcf1b28eeb (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=fe27c993ff18af1c02c2937b6474d021cc385293
commit fe27c993ff18af1c02c2937b6474d021cc385293
Merge: 7a36a34 67f5f0a
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Apr 17 09:11:06 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Apr 17 09:11:06 2014 -0400
Merge topic 'update-libarchive'
67f5f0a9 libarchive: Use _snprintf on Windows, not snprintf
fcfbb0a9 libarchive: Drop LIBARCHIVE_ADDITIONAL_LIBS, CMake does not need it
61a649d9 libarchive: Update README-CMake.txt for new snapshot
4533560c Merge branch 'libarchive-upstream' into update-libarchive
44d6b82f libarchive: Disable all whitespace checks in third-party code
37f225b7 libarchive 3.1.2-246-ga5a5d28b (reduced)
6ab7c326 libarchive: Avoid left-shift overflow of signed integer
-----------------------------------------------------------------------
Summary of changes:
Utilities/cmlibarchive/.gitattributes | 2 +-
Utilities/cmlibarchive/CMakeLists.txt | 1 +
Utilities/cmlibarchive/README-CMake.txt | 8 +-
Utilities/cmlibarchive/build/cmake/config.h.in | 3 +
Utilities/cmlibarchive/libarchive/CMakeLists.txt | 1 +
.../cmlibarchive/libarchive/archive_read_extract.c | 134 ++------------------
...hive_read_extract.c => archive_read_extract2.c} | 64 ++--------
.../cmlibarchive/libarchive/archive_read_private.h | 11 +-
.../libarchive/archive_read_support_format_zip.c | 9 +-
.../libarchive/archive_write_disk_posix.c | 3 +-
.../libarchive/archive_write_set_format_zip.c | 34 ++---
11 files changed, 69 insertions(+), 201 deletions(-)
copy Utilities/cmlibarchive/libarchive/{archive_read_extract.c => archive_read_extract2.c} (71%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list