[med-svn] [libzstd] branch upstream updated (4b8b26a -> a974e36)
Kevin Murray
daube-guest at moszumanska.debian.org
Wed Feb 3 09:35:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a change to branch upstream
in repository libzstd.
from 4b8b26a Imported Upstream version 0.4.5
adds a974e36 Imported Upstream version 0.4.7
No new revisions were added by this update.
Summary of changes:
.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(-)
copy Makefile => contrib/cmake/CMakeLists.txt (52%)
create mode 100644 contrib/cmake/CMakeModules/AddExtraCompilationFlags.cmake
create mode 100644 contrib/cmake/cmake_uninstall.cmake.in
create mode 100644 contrib/cmake/lib/CMakeLists.txt
create mode 100644 contrib/cmake/programs/CMakeLists.txt
rename lib/{error.h => error_private.h} (56%)
create mode 100644 lib/error_public.h
--
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