[med-svn] [libzstd] branch upstream updated (11b400c -> 4b8b26a)

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


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

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

      from  11b400c   Imported Upstream version 0.4.0
       new  4b8b26a   Imported Upstream version 0.4.5

The 1 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 +-
 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 ++
 39 files changed, 1617 insertions(+), 2221 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