[med-svn] [libzstd] 02/04: Merge tag 'upstream/0.4.7'
Kevin Murray
daube-guest at moszumanska.debian.org
Tue Feb 2 06:39:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a commit to branch master
in repository libzstd.
commit b9c6ff39f632026cc57dd3e0111750c132e59f99
Merge: b7a3dd8 a974e36
Author: Kevin Murray <spam at kdmurray.id.au>
Date: Tue Feb 2 01:20:50 2016 +0200
Merge tag 'upstream/0.4.7'
Upstream version 0.4.7
.gitignore | 8 +-
.travis.yml | 9 +-
Makefile | 7 +-
NEWS | 12 +
Makefile => contrib/cmake/CMakeLists.txt | 100 ++---
.../CMakeModules/AddExtraCompilationFlags.cmake | 331 ++++++++++++++++
contrib/cmake/cmake_uninstall.cmake.in | 22 ++
contrib/cmake/lib/CMakeLists.txt | 206 ++++++++++
contrib/cmake/programs/CMakeLists.txt | 84 ++++
images/CSpeed.png | Bin 36039 -> 35874 bytes
images/DSpeed.png | Bin 9676 -> 9143 bytes
lib/Makefile | 23 +-
lib/bitstream.h | 4 +-
lib/{error.h => error_private.h} | 66 ++--
lib/error_public.h | 70 ++++
lib/fse.c | 97 ++---
lib/fse.h | 46 +--
lib/fse_static.h | 53 +--
lib/huff0.c | 79 ++--
lib/huff0.h | 16 +-
lib/huff0_static.h | 51 ++-
lib/legacy/zstd_legacy.h | 6 +-
lib/legacy/zstd_v01.c | 43 +-
lib/legacy/zstd_v02.c | 61 +--
lib/legacy/zstd_v03.c | 61 +--
lib/zstd.h | 20 +-
lib/zstd_buffered.c | 7 +-
lib/zstd_compress.c | 438 ++++++++++-----------
lib/zstd_decompress.c | 64 ++-
lib/zstd_internal.h | 2 +-
lib/zstd_static.h | 93 +++--
programs/Makefile | 13 +-
programs/bench.c | 38 +-
programs/fileio.c | 12 +-
programs/fuzzer.c | 135 ++++++-
programs/xxhash.c | 163 ++++----
programs/xxhash.h | 146 ++++---
programs/zbufftest.c | 8 +-
visual/2013/zstdlib/zstdlib.rc | Bin 4610 -> 5204 bytes
visual/2013/zstdlib/zstdlib.vcxproj | 1 -
visual/2013/zstdlib/zstdlib.vcxproj.filters | 155 ++++----
41 files changed, 1876 insertions(+), 874 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libzstd.git
More information about the debian-med-commit
mailing list