[med-svn] [libzstd] 03/06: Update upstream source from tag 'upstream/1.3.3+dfsg'
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Thu Dec 21 13:30:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a commit to branch master
in repository libzstd.
commit 9a3b1db375a1c0da8a75932d125ec5ced1fae2d3
Merge: f91a9a7 da4c033
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Thu Dec 21 13:37:56 2017 +0100
Update upstream source from tag 'upstream/1.3.3+dfsg'
Update to upstream version '1.3.3+dfsg'
with Debian dir e58d690f8d53e2044c59c34e62586ebc44e80e50
.buckconfig | 9 -
.buckversion | 1 -
.travis.yml | 59 -
Makefile | 12 +-
NEWS | 12 +
README.md | 61 +-
contrib/long_distance_matching/ldm.c | 3 +-
contrib/meson/meson.build | 49 +-
doc/images/linux-4.7-12-compress.png | Bin 0 -> 93913 bytes
doc/images/linux-4.7-12-decompress.png | Bin 0 -> 56215 bytes
doc/images/linux-git-compress.png | Bin 0 -> 105620 bytes
doc/images/linux-git-decompress.png | Bin 0 -> 54333 bytes
doc/images/zstd_logo86.png | Bin 0 -> 5963 bytes
doc/zstd_compression_format.md | 6 +-
doc/zstd_manual.html | 120 +-
lib/BUCK | 41 +-
lib/common/bitstream.h | 2 +-
lib/common/mem.h | 28 +-
lib/common/pool.c | 3 +-
lib/common/zstd_common.c | 14 +-
lib/common/zstd_internal.h | 222 +---
lib/compress/zstd_compress.c | 771 +++++++------
.../{zstd_compress.h => zstd_compress_internal.h} | 227 +++-
lib/compress/zstd_double_fast.c | 1 +
lib/compress/zstd_double_fast.h | 5 +-
lib/compress/zstd_fast.c | 1 +
lib/compress/zstd_fast.h | 5 +-
lib/compress/zstd_lazy.c | 116 +-
lib/compress/zstd_lazy.h | 5 +-
lib/compress/zstd_ldm.h | 5 +-
lib/compress/zstd_opt.c | 1180 +++++++++-----------
lib/compress/zstd_opt.h | 4 +-
lib/compress/zstdmt_compress.c | 210 ++--
lib/compress/zstdmt_compress.h | 22 +-
lib/decompress/zstd_decompress.c | 72 +-
lib/deprecated/zbuff_compress.c | 1 +
lib/dictBuilder/zdict.c | 2 +-
lib/legacy/zstd_v01.c | 2 +-
lib/legacy/zstd_v02.c | 75 +-
lib/legacy/zstd_v03.c | 75 +-
lib/legacy/zstd_v04.c | 73 +-
lib/legacy/zstd_v05.c | 74 +-
lib/legacy/zstd_v06.c | 78 +-
lib/legacy/zstd_v07.c | 78 +-
lib/zstd.h | 73 +-
programs/BUCK | 41 +-
programs/Makefile | 27 +-
programs/bench.c | 228 ++--
programs/bench.h | 6 +-
programs/dibio.c | 22 +-
programs/fileio.c | 500 ++++-----
programs/fileio.h | 4 +-
programs/platform.h | 12 +-
programs/util.h | 48 +-
programs/zstd.1 | 12 +-
programs/zstd.1.md | 3 +
programs/zstdcli.c | 24 +-
tests/Makefile | 35 +-
tests/decodecorpus.c | 20 +-
tests/fullbench.c | 11 +-
tests/fuzzer.c | 127 ++-
tests/paramgrill.c | 68 +-
tests/playTests.sh | 111 +-
tests/seqgen.c | 260 +++++
tests/seqgen.h | 58 +
tests/zbufftest.c | 32 +-
tests/zstreamtest.c | 379 +++++--
zlibWrapper/BUCK | 2 +-
zlibWrapper/examples/zwrapbench.c | 13 +-
zlibWrapper/zstd_zlibwrapper.c | 6 +-
70 files changed, 3030 insertions(+), 2816 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