[med-svn] [libzstd] branch master updated (b7a3dd8 -> 59c9d9d)

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 change to branch master
in repository libzstd.

      from  b7a3dd8   Use correct short license name 'GPL-2+'
       new  a974e36   Imported Upstream version 0.4.7
       new  b9c6ff3   Merge tag 'upstream/0.4.7'
       new  7e78ec9   Document new upstream version in d/ch
       new  59c9d9d   Refresh patches

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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 ++++
 debian/changelog                                   |   6 +
 .../0003-Use-prefix-of-usr-not-usr-local.patch     |  22 +-
 .../0004-Add-symlinks-for-extra-manpages.patch     | 206 +++++++++-
 .../0005-Append-to-CPPFLAGS-don-t-overwrite.patch  |  22 +-
 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 ++++----
 45 files changed, 2100 insertions(+), 906 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