Commit Graph

1637 Commits (2868d565e4b6efbcb48798b342b4803cb91376e0)

Author SHA1 Message Date
inikep 2868d565e4 test-related files moved to tests/ 2016-08-18 13:18:11 +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
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
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
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 Collet 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 Krot 2ed3ba2a35 Fix issue with SYNC_FLUSH support by zlib wrapper 2016-08-13 22:02:45 +03:00
Yann Collet 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 Collet 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 Collet 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 Collet 8a734e5a06 Merge pull request #283 from inikep/Testing2
Testing2
2016-08-11 18:37:42 +02:00
Yann Collet 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
Yann Collet db4369b62b updated Dspeed graph 2016-08-11 01:05:02 +02:00
Przemyslaw Skibinski f4f8add621 Merge pull request #3 from inikep/dev08
Dev08
2016-08-10 15:15:44 +02:00
inikep 5f49eba512 added usage of rep[0]-1 for the optimal parser 2016-08-10 15:01:53 +02:00
inikep 98e08cbe34 fixed: tree not updated after finding very long rep matches 2016-08-10 15:00:30 +02:00
inikep 7132fb15ba bench.c: removed benchResult_t 2016-08-10 14:59:18 +02:00
inikep 5661bc1bd4 Merge remote-tracking branch 'refs/remotes/origin/Portability' into Testing 2016-08-10 14:39:38 +02:00
inikep cfe5fe4581 modified .gitignore 2016-08-10 14:34:13 +02:00
inikep a43d8abd89 added Visual Studio 2005 project 2016-08-10 14:33:20 +02:00
inikep 038d1497c9 fixed compilation with Visual Studio 2005 2016-08-10 14:30:10 +02:00
inikep 3d2c58c3a9 fixed compilation with Visual in C++ mode 2016-08-10 14:28:47 +02:00
inikep 48849f86f0 fixed compilation with Intel Compiler with Windows 2016-08-10 14:26:35 +02:00