Yann Collet
|
95d07d7447
|
introduced CHECK_E
|
2016-09-06 16:38:51 +02:00 |
Yann Collet
|
3e21ec5b01
|
introduced CHECK_F
|
2016-09-06 15:36:19 +02:00 |
Yann Collet
|
ff306ae2f6
|
clarification dictionary format
|
2016-09-06 15:34:07 +02:00 |
Yann Collet
|
5c956d593c
|
FORCE_INLINE common definition
|
2016-09-06 15:05:19 +02:00 |
Yann Collet
|
12083a45d4
|
more context-reuse tests
|
2016-09-06 15:01:51 +02:00 |
Yann Collet
|
edbcd9f5b2
|
fixed zbufftest
|
2016-09-06 14:30:57 +02:00 |
Yann Collet
|
b624922b14
|
fixed checksum
|
2016-09-06 11:16:57 +02:00 |
Yann Collet
|
a7737f6a60
|
improved compression on small files when using same parameters
|
2016-09-06 09:44:59 +02:00 |
Yann Collet
|
7ae67bb18a
|
small compression speed gains with using_CDict
|
2016-09-06 06:28:05 +02:00 |
Yann Collet
|
1d4208c029
|
clarified streaming decompression inlined doc
|
2016-09-06 05:16:40 +02:00 |
Yann Collet
|
5e43b289bf
|
Merge pull request #346 from brendankirby/dev
Readme Fix
|
2016-09-06 03:52:59 +02:00 |
Brendan Kirby
|
3650b2193f
|
Merge pull request #1 from brendankirby/readme-fix
Fixes a few grammar issues in the readme file
|
2016-09-05 19:59:40 -04:00 |
Brendan Kirby
|
e8b28a052b
|
Fixes a few grammar issues in the readme file
|
2016-09-05 19:59:26 -04:00 |
Yann Collet
|
7c83dfd5c2
|
ZSTD_frameHeaderSize_prefix (#340), as result of ZSTD_initStream
|
2016-09-05 19:47:43 +02:00 |
Yann Collet
|
7bdfcead56
|
Fixed : magic number (#345), reported by @mitchblank
|
2016-09-05 17:43:31 +02:00 |
Yann Collet
|
fa72f6bdce
|
clarified inline doc for streaming
|
2016-09-05 17:39:56 +02:00 |
Yann Collet
|
a4c212c001
|
updated NEWS
|
2016-09-05 08:06:33 -07:00 |
Yann Collet
|
c73a8109bb
|
Merge pull request #344 from inikep/dev10
unified error codes for legacy decoders
|
2016-09-05 07:46:33 -07:00 |
inikep
|
45db83f98d
|
ZSTD_decodeLiteralsBlock renamed to ZSTDv01_decodeLiteralsBlock
|
2016-09-05 14:46:24 +02:00 |
inikep
|
476964f6a1
|
ZSTD_decodeSeqHeaders renamed to ZSTDv01_decodeSeqHeaders
|
2016-09-05 13:34:57 +02:00 |
inikep
|
c13faa1b0f
|
legacy decoders: restored #include <intrin.h> for VC++
|
2016-09-05 13:25:07 +02:00 |
inikep
|
8161e7321a
|
unified error codes for legacy decoders
|
2016-09-05 12:29:51 +02:00 |
Yann Collet
|
7932d86fa5
|
Merge pull request #338 from 0-wiz-0/dev
Enable install targets for NetBSD.
|
2016-09-05 03:00:42 -07:00 |
inikep
|
0dcaef7b38
|
Merge remote-tracking branch 'refs/remotes/facebook/dev' into dev10
|
2016-09-05 11:32:26 +02:00 |
Thomas Klausner
|
b85cdabd50
|
Enable install targets for NetBSD.
|
2016-09-04 14:37:57 +02:00 |
Yann Collet
|
78b102d21d
|
Merge branch 'dev' of github.com:facebook/zstd into dev
|
2016-09-02 22:12:01 -07:00 |
Yann Collet
|
33a0465a51
|
fixed a few links
|
2016-09-02 22:11:49 -07:00 |
Yann Collet
|
1ea0b2c5e0
|
Merge pull request #333 from terrelln/dev
[pzstd] Fix memory usage issues
|
2016-09-02 21:22:26 -07:00 |
Nick Terrell
|
9622fe499d
|
Fix memory usage issues.
|
2016-09-02 20:11:22 -07:00 |
Yann Collet
|
d56dbc02d3
|
removed g_displayLevel
|
2016-09-02 17:28:41 -07:00 |
Yann Collet
|
d69798f858
|
Merge branch 'dev' of github.com:facebook/zstd into dev
|
2016-09-02 17:05:20 -07:00 |
Yann Collet
|
855766d73d
|
clarified dictionary in format description
|
2016-09-02 17:04:49 -07:00 |
Yann Collet
|
6e1b95b01c
|
Merge pull request #332 from terrelln/dev
[pzstd] linux build and CLI fixes
|
2016-09-02 16:29:49 -07:00 |
Yann Collet
|
2b26ad1947
|
removed timeb.h (#319)
|
2016-09-02 15:34:41 -07:00 |
Yann Collet
|
d725427a3c
|
g_time => local displayTime
|
2016-09-02 15:32:39 -07:00 |
Nick Terrell
|
64c1c065cc
|
Add optional max size to work queue
|
2016-09-02 13:53:23 -07:00 |
Nick Terrell
|
2fcf8a4b99
|
Update tests to reflect new default options
|
2016-09-02 12:59:14 -07:00 |
Nick Terrell
|
ac14348a28
|
When reading from stdin, write to stdout by default
|
2016-09-02 12:35:36 -07:00 |
Nick Terrell
|
1e2f6a1f5d
|
Clean up compiler warnings + Build pzstd on travis
|
2016-09-02 12:23:49 -07:00 |
Yann Collet
|
1563bfeabc
|
fixing FORCE_INLINE for older compilers (#330)
|
2016-09-02 11:44:21 -07:00 |
Yann Collet
|
5b8c024716
|
fixed zstd-pgo (#329) reported by @octoploid
|
2016-09-02 09:44:00 -07:00 |
Yann Collet
|
04f3276304
|
Merge pull request #327 from terrelln/dev
Pzstd should now compile with gcc
|
2016-09-01 21:32:19 -07:00 |
Nick Terrell
|
2ebe1cf732
|
Put libzstd last
|
2016-09-01 21:12:39 -07:00 |
Nick Terrell
|
7bf8c4d7ff
|
Add zstd/lib in includes
|
2016-09-01 20:53:34 -07:00 |
Nick Terrell
|
724e3d534f
|
Put linker -l commands at the end
|
2016-09-01 20:45:55 -07:00 |
Nick Terrell
|
779c489a9c
|
Remove if statement, make language cpp
|
2016-09-01 20:01:07 -07:00 |
Nick Terrell
|
4738e221ca
|
Update travis-ci g++ for pzstds job
|
2016-09-01 19:46:08 -07:00 |
Nick Terrell
|
7aa7e5aaab
|
Merge remote-tracking branch 'upstream/dev' into dev
|
2016-09-01 18:27:18 -07:00 |
Nick Terrell
|
7df55e17e9
|
Fix up Makefiles, and fix include issues compiling with gcc
|
2016-09-01 18:26:19 -07:00 |
Yann Collet
|
c53926c077
|
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
|
2016-09-01 18:11:43 -07:00 |