Commit Graph

2400 Commits

Author SHA1 Message Date
Yann Collet
8993bee997 restored normal mode 2016-11-28 16:11:30 -08:00
Yann Collet
764e70a4f3 added decodeSequencesLong 2016-11-28 15:50:16 -08:00
Przemyslaw Skibinski
0fa3447dee plainly marked altered files from zlib 2016-11-28 16:55:14 +01:00
Przemyslaw Skibinski
8b3e2f1a0b updated zlibWrapper/Makefile 2016-11-28 15:41:36 +01:00
Przemyslaw Skibinski
c77befef81 make gz* functions compatible with zlib 1.2.3+ 2016-11-28 14:09:26 +01:00
Przemyslaw Skibinski
91437d844d added gzcompatibility.h 2016-11-28 13:25:42 +01:00
Przemyslaw Skibinski
edd3e2a834 Z_TREES only with ZLIB_VERNUM >= 0x1240 2016-11-28 12:46:16 +01:00
Przemyslaw Skibinski
a641776197 zlibWrapper: improve "make clean" 2016-11-25 17:13:25 +01:00
Przemyslaw Skibinski
4c690507a7 added minigzip test 2016-11-25 14:45:55 +01:00
Przemyslaw Skibinski
96fca2bd2d improved zwrapbench.c 2016-11-25 14:36:27 +01:00
Przemyslaw Skibinski
37a00f2ac7 turn on test_gzio 2016-11-25 14:09:29 +01:00
Yann Collet
5ceabe15f7 Merge pull request #460 from inikep/dev11
Dev11
2016-11-24 12:21:32 -08:00
Przemyslaw Skibinski
6b3c2018db added minigzip 2016-11-24 18:26:47 +01:00
Przemyslaw Skibinski
3bf9a72d95 experimental support for gz* functions 2016-11-24 18:26:30 +01:00
Yann Collet
73f88a66f1 added prefetch 2016-11-23 15:43:30 -08:00
Yann Collet
50524bf0da delayed decompression 2016-11-23 15:11:07 -08:00
Przemyslaw Skibinski
fd0ac93024 bench.c: use ZSTD_maxCLevel() 2016-11-23 21:45:29 +01:00
Przemyslaw Skibinski
fc4193bda5 fixed g++ warnings 2016-11-23 18:17:18 +01:00
Przemyslaw Skibinski
9ca65af810 zstd_opt.h: improved price function 2016-11-23 17:22:54 +01:00
Przemyslaw Skibinski
ad3e94512c fixed warnings from static analyzer in zstd_opt.h 2016-11-21 20:22:12 +01:00
Yann Collet
271f689139 Merge pull request #459 from inikep/dev11
Windows binary package
2016-11-21 09:23:22 -08:00
Przemyslaw Skibinski
5ddcd9d9ae bench.c: fixed MAX_CLEVEL 2016-11-21 16:37:56 +01:00
Przemyslaw Skibinski
de4b4fc36f zlibWrapper: added XXH_NAMESPACE 2016-11-21 15:03:05 +01:00
Przemyslaw Skibinski
eec700a3b7 exclude zbuff_compress.c and zbuff_decompress.c 2016-11-21 14:34:03 +01:00
Przemyslaw Skibinski
62d19a6f39 lib\README.md: added Using MinGW+MSYS to create DLL 2016-11-21 14:22:08 +01:00
Przemyslaw Skibinski
b85f767743 files to generate ZSTD Windows binary package 2016-11-21 14:10:55 +01:00
Przemyslaw Skibinski
cc3887085f updated build\README.md 2016-11-21 13:58:58 +01:00
Przemyslaw Skibinski
8bb86e330b create DLL with Windows 2016-11-21 12:51:01 +01:00
Przemyslaw Skibinski
93a09eedf1 added libzstd.def 2016-11-21 12:33:27 +01:00
Przemyslaw Skibinski
4d04f9275f VC projects: removed ZBUFF references 2016-11-21 12:33:10 +01:00
Przemyslaw Skibinski
5a17223691 Merge remote-tracking branch 'refs/remotes/facebook/dev' into dev11 2016-11-18 11:47:01 +01:00
Przemyslaw Skibinski
2558b4cdbc bench.c without dict uses ZSTD_compressCCtx 2016-11-18 11:46:30 +01:00
Przemyslaw Skibinski
3d18088b38 updated windres 2016-11-17 18:04:41 +01:00
Yann Collet
0d761dbe95 Merge pull request #453 from inikep/dev11
fullbench-dll
2016-11-16 15:45:30 -08:00
Yann Collet
7ab956eb8b Merge pull request #454 from terrelln/pzstd-small-files
[pzstd] Fix small file frame size
2016-11-16 15:45:18 -08:00
Yann Collet
883a7cacc4 removed zbufftest from list of clang tests on Appveyor 2016-11-16 08:58:32 -08:00
Yann Collet
52afb3993e zbuff API now generates deprecation warnings 2016-11-16 08:50:54 -08:00
Nick Terrell
bcd61586a8 [pzstd] Cast unused parameters to void 2016-11-15 17:46:28 -08:00
Nick Terrell
f147fccd0c [pzstd] Fix frame size for small files + add logging 2016-11-15 16:39:09 -08:00
Yann Collet
6a7b7ec112 Merge pull request #452 from terrelln/msan-fix
Fix uninitialized memory read
2016-11-15 10:52:56 -08:00
Przemyslaw Skibinski
811b34d962 fix Visual Studio warnings 2016-11-15 19:02:39 +01:00
Przemyslaw Skibinski
179555c1d1 working fullbench-dll 2016-11-15 18:05:46 +01:00
Przemyslaw Skibinski
fbcd862f26 added fullbench-dll 2016-11-15 17:29:15 +01:00
Przemyslaw Skibinski
9d4e8f694e removed _x86 and _x64 2016-11-15 17:28:49 +01:00
Nick Terrell
4359d21ad7 Merge two memset() calls into one 2016-11-14 17:52:51 -08:00
Nick Terrell
24701de877 Fix uninitialized memory read 2016-11-14 13:57:05 -08:00
Yann Collet
7dc4f9e883 Merge pull request #451 from terrelln/pzstd-build
Fix pzstd build
2016-11-14 12:26:08 -08:00
Nick Terrell
2ede75e4fa Merge remote-tracking branch 'upstream/dev' into pzstd-build
* upstream/dev:
  restore all Travis tests
  "file" moved to tests/Makefile
  fixed .travis.yml (3)
  fixed .travis.yml (2)
  fixed .travis.yml
  added libzstd-dll
  updated appveyor.yml
  zstdlib renamed to libzstd
  updated IntDir and OutDir
  updated .gitignore
  .travis.yml: added aarch64test and ppc64test
  introduced QEMU_SYS
2016-11-14 12:09:44 -08:00
Nick Terrell
324c8ab000 [pzstd] Remove gtest dependency from make all 2016-11-14 11:56:28 -08:00
Yann Collet
18654467f0 Merge pull request #450 from inikep/dev11
Dev11
2016-11-14 11:39:30 -08:00