[med-svn] [libzstd] branch master updated (92a44cd -> c33887e)

Kevin Murray daube-guest at moszumanska.debian.org
Tue Dec 22 01:51:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

daube-guest pushed a change to branch master
in repository libzstd.

      from  92a44cd   More verbose description of libzstd0
       new  4b8b26a   Imported Upstream version 0.4.5
       new  6a01837   Merge tag 'upstream/0.4.5'
       new  a41912b   Refresh patches after new upstream release
       new  c33887e   Make initial release the latest upstream release

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                                         |   18 +
 .travis.yml                                        |    2 +
 Makefile                                           |   11 +-
 NEWS                                               |   22 +-
 debian/changelog                                   |    2 +-
 debian/patches/0001-Skip-long-running-tests.patch  |    6 +-
 .../0003-Use-prefix-of-usr-not-usr-local.patch     |   10 +-
 .../0005-Append-to-CPPFLAGS-don-t-overwrite.patch  |   12 +-
 images/CSpeed.png                                  |  Bin 37278 -> 36039 bytes
 lib/Makefile                                       |   24 +-
 lib/zstd.c                                         | 1462 --------------------
 lib/zstd.h                                         |   40 +-
 lib/zstd_buffered.c                                |   20 +-
 lib/zstd_buffered.h                                |   56 +-
 lib/zstd_buffered_static.h                         |    2 +-
 lib/zstd_compress.c                                |  177 ++-
 lib/zstd_decompress.c                              |  191 +--
 lib/zstd_static.h                                  |  139 +-
 programs/Makefile                                  |  108 +-
 programs/bench.c                                   |  404 +++---
 programs/bench.h                                   |    3 +-
 programs/datagen.c                                 |    1 +
 programs/datagen.h                                 |    2 +-
 programs/fileio.c                                  |  465 +++++--
 programs/fileio.h                                  |   26 +-
 programs/fullbench.c                               |    5 +-
 programs/fuzzer.c                                  |  126 +-
 programs/paramgrill.c                              |    4 +
 programs/playTests.sh                              |  104 ++
 programs/zbufftest.c                               |   17 +-
 programs/zstd.1                                    |   34 +-
 programs/zstdcli.c                                 |  143 +-
 visual/{2012 => 2013}/fullbench/fullbench.vcxproj  |   14 +-
 .../fullbench/fullbench.vcxproj.filters            |    0
 visual/{2012 => 2013}/fuzzer/fuzzer.vcxproj        |   14 +-
 .../{2012 => 2013}/fuzzer/fuzzer.vcxproj.filters   |    0
 visual/{2012 => 2013}/zstd.sln                     |   14 +-
 visual/{2012 => 2013}/zstd/zstd.vcxproj            |   12 +-
 visual/{2012 => 2013}/zstd/zstd.vcxproj.filters    |    6 +
 visual/2013/zstdlib/resource.h                     |  Bin 0 -> 812 bytes
 visual/2013/zstdlib/zstdlib.rc                     |  Bin 0 -> 4610 bytes
 .../zstd.vcxproj => 2013/zstdlib/zstdlib.vcxproj}  |   92 +-
 visual/2013/zstdlib/zstdlib.vcxproj.filters        |   80 ++
 43 files changed, 1627 insertions(+), 2241 deletions(-)
 delete mode 100644 lib/zstd.c
 create mode 100755 programs/playTests.sh
 rename visual/{2012 => 2013}/fullbench/fullbench.vcxproj (94%)
 rename visual/{2012 => 2013}/fullbench/fullbench.vcxproj.filters (100%)
 rename visual/{2012 => 2013}/fuzzer/fuzzer.vcxproj (94%)
 rename visual/{2012 => 2013}/fuzzer/fuzzer.vcxproj.filters (100%)
 rename visual/{2012 => 2013}/zstd.sln (74%)
 copy visual/{2012 => 2013}/zstd/zstd.vcxproj (94%)
 rename visual/{2012 => 2013}/zstd/zstd.vcxproj.filters (92%)
 create mode 100644 visual/2013/zstdlib/resource.h
 create mode 100644 visual/2013/zstdlib/zstdlib.rc
 rename visual/{2012/zstd/zstd.vcxproj => 2013/zstdlib/zstdlib.vcxproj} (68%)
 create mode 100644 visual/2013/zstdlib/zstdlib.vcxproj.filters

-- 
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