Commit Graph

2190 Commits (edd3e2a83435b5e72a51d302aec95cf79d49e590)

Author SHA1 Message Date
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
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
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
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
Nick Terrell 1f0b09dc4c Fix travis-ci timeout. 2016-11-14 10:29:25 -08:00
Przemyslaw Skibinski f00e66a63d restore all Travis tests 2016-11-14 18:07:17 +01:00
Przemyslaw Skibinski eb977a42ef "file" moved to tests/Makefile 2016-11-14 17:26:58 +01:00
Przemyslaw Skibinski 672dc775dc fixed .travis.yml (3) 2016-11-14 16:58:39 +01:00
Przemyslaw Skibinski e392b1fec0 fixed .travis.yml (2) 2016-11-14 16:52:51 +01:00
Przemyslaw Skibinski 15d9815a18 fixed .travis.yml 2016-11-14 16:39:17 +01:00
Przemyslaw Skibinski 9f26f72f97 added libzstd-dll 2016-11-14 16:14:18 +01:00
Przemyslaw Skibinski cba727ca8c updated appveyor.yml 2016-11-14 15:59:57 +01:00
Przemyslaw Skibinski b5d423b6c2 zstdlib renamed to libzstd 2016-11-14 15:56:50 +01:00
Przemyslaw Skibinski c779778950 updated IntDir and OutDir 2016-11-14 15:56:26 +01:00