1649 Commits
Author SHA1 Message Date
Yann ColletandGitHub be6180c142 Merge pull request #295 from Cyan4973/dev
v0.8.1
v0.8.1
2016-08-18 16:14:00 +02:00
Yann ColletandGitHub a5dbf9f629 Merge pull request #297 from borzunov/dev
Export functions related to dictionary compression from DLL
2016-08-18 15:05:01 +02:00
Yann Collet 49d105cfcf better warning and error messages in case of dictionary training failure (#292) 2016-08-18 15:02:11 +02:00
Alexander Borzunov 0f6f17a14f Rename ZSTDLIB_API to ZDICTLIB_API in zdict.h 2016-08-18 16:47:06 +05:00
Alexander Borzunov 1f48382b1a Export functions related to dictionary compression from DLL 2016-08-18 16:12:49 +05:00
Yann Collet 79d9cdd258 updated icc compilation status 2016-08-18 11:50:37 +02:00
Yann ColletandGitHub e80d15304a Merge pull request #296 from inikep/Other
Other
2016-08-18 11:48:48 +02:00
inikep a7bb322a93 removed never referenced functions 2016-08-18 10:30:21 +02:00
inikep 5a54870047 fixed Intel Compiler warnings with Visual Studio
http://encode.ru/threads/2119-Zstandard?p=49504&viewfull=1#post49504
2016-08-18 09:00:25 +02:00
Yann Collet 18442c1482 minor refactoring 2016-08-18 01:40:32 +02:00
Yann ColletandGitHub bfdc34e5a3 Merge pull request #294 from inikep/Other
improved Makefiles
2016-08-17 19:41:56 +02:00
inikep c5e12f70e5 fixed powerpc Travis test 2016-08-17 17:31:08 +02:00
inikep 79b4062c81 fixed paramgrill dependency 2016-08-17 16:29:57 +02:00
inikep d0c270fe85 improved programs\Makefile 2016-08-17 15:59:50 +02:00
Yann Collet 1095e01213 ignore Mac-related artefact 2016-08-17 15:48:18 +02:00
inikep 78f3e0630b disabled %llu warnings with MinGW on Windows 2016-08-17 14:52:11 +02:00
inikep 156ab8f4a1 APT dependencies moved from Makefile to .travis.yml 2016-08-17 14:17:54 +02:00
Yann ColletandGitHub 3d9211e961 Merge pull request #290 from david-y-lam/fix_file_name
Remove file name truncation in zstd CLI output
2016-08-17 14:05:29 +02:00
inikep bbf3739ac7 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into Other 2016-08-17 14:02:36 +02:00
Yann Collet c411902230 fixed g++ conversion warning 2016-08-17 01:50:54 +02:00
Yann Collet 2065879793 updated examples 2016-08-17 01:48:43 +02:00
Yann Collet 53e17fbd5e updated streaming API 2016-08-17 01:39:22 +02:00
inikep e4aef6c342 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into Other 2016-08-16 16:45:50 +02:00
Yann Collet 94ca85d01b fixed Visual warning 2016-08-16 15:11:28 +02:00
Yann Collet 655393cc72 updated doc for streaming API 2016-08-16 15:11:28 +02:00
Yann Collet 6263ba5451 fileio uses new streaming API 2016-08-16 15:11:28 +02:00
Yann Collet fb5e385164 minor changes 2016-08-16 15:11:28 +02:00
Yann Collet 9f9f1fcb52 added streaming_decompression example 2016-08-16 15:11:28 +02:00
Yann Collet 553b213ada added streaming_compression.c example 2016-08-16 15:11:28 +02:00
Yann Collet d7883a2c0e added zstreamtest 2016-08-16 15:11:28 +02:00
Yann Collet 104e5b072d added : streaming decompression API 2016-08-16 15:11:28 +02:00
Yann Collet 5a0c8e2439 new streaming API (compression) 2016-08-16 15:11:27 +02:00
Yann Collet b3950eef20 support for Z_SYNC_FLUSH, by @dak-evanti-ru 2016-08-16 15:10:30 +02:00
Yann ColletandGitHub 146eee1b01 Merge pull request #291 from dak-evanti-ru/dev
Fix issue with SYNC_FLUSH support by zlib wrapper
2016-08-16 15:08:52 +02:00
Dmitry KrotandGitHub 2ed3ba2a35 Fix issue with SYNC_FLUSH support by zlib wrapper 2016-08-13 22:02:45 +03:00
David Lam 0f2704581e Remove truncation of filename in zstd CLI log lines 2016-08-13 11:26:21 -07:00
Yann ColletandGitHub d6ad8fed80 Merge pull request #288 from inikep/Other
improved zstd_compression_format.md
2016-08-13 13:59:29 +02:00
inikep e81f2cb938 improved zstd_compression_format.md 2016-08-13 09:36:24 +02:00
Yann ColletandGitHub 8f56319e0e Merge pull request #286 from david-y-lam/dev
Add more descriptive message to -v option in zstd CLI
2016-08-13 08:51:41 +02:00
David Lam ac43e9582e Add more descriptive message to -v option in zstd CLI 2016-08-12 17:47:18 -07:00
Yann Collet fab023010d changed test, in compliance with new --ultra policy 2016-08-12 19:00:18 +02:00
Yann Collet fe0590f63f new --ultra policy 2016-08-12 18:04:15 +02:00
Yann Collet 6c36449ef3 minor comments 2016-08-12 00:05:59 +02:00
Yann Collet ba92046031 Merge branch 'dev' of github.com:Cyan4973/zstd into dev 2016-08-11 22:10:04 +02:00
Yann Collet e9b414d825 fixed msan warning (#281) 2016-08-11 22:09:09 +02:00
Yann ColletandGitHub a9ba7e769b Merge pull request #284 from inikep/Other
Other
2016-08-11 21:03:26 +02:00
Yann Collet 60e12876f6 Merge branch 'dev' of github.com:Cyan4973/zstd into dev 2016-08-11 18:38:59 +02:00
Yann ColletandGitHub 8a734e5a06 Merge pull request #283 from inikep/Testing2
Testing2
2016-08-11 18:37:42 +02:00
Yann ColletandGitHub 828db005f2 Merge pull request #279 from inikep/Portability
Portability
2016-08-11 17:00:03 +02:00
Yann Collet f6199ed130 updated Dspeed graph 2016-08-11 01:13:15 +02:00