Yann Collet
|
bd39d54576
|
zbuff supports byte-by-byte decompression scenarios
|
2016-05-10 14:14:19 +02:00 |
|
Yann Collet
|
918b934a26
|
minor comment update
|
2016-05-10 07:00:07 +02:00 |
|
Yann Collet
|
d693117113
|
fixed : null-length string roundtrip
|
2016-05-10 05:56:09 +02:00 |
|
Yann Collet
|
8b23eea694
|
minor refactor : more accurate variables scope
Added null-length string test
|
2016-05-10 05:37:43 +02:00 |
|
Yann Collet
|
d782890576
|
fixed datagen
|
2016-05-09 12:28:20 +02:00 |
|
Yann Collet
|
ceca200c77
|
datagen uses mem.h
|
2016-05-09 12:20:50 +02:00 |
|
Yann Collet
|
59b6ba7677
|
Merge pull request #180 from thatsafunnyname/patch-1
No stdint.h on OpenVMS.
|
2016-05-09 11:56:42 +02:00 |
|
Yann Collet
|
4ff73a2eff
|
added : midipix support (#181)
|
2016-05-09 11:44:00 +02:00 |
|
Yann Collet
|
d275236e6a
|
Fixed Windows API, as detected by @KrzysFR (#171)
|
2016-05-09 08:19:27 +02:00 |
|
Yann Collet
|
f6ca09b5ff
|
Reduced console display on loading lots of files with zstd --train . Reported by @KrzysFR, see #177
|
2016-05-09 04:44:45 +02:00 |
|
Yann Collet
|
e1a69a88c0
|
Expose Advanced Streaming API for v0.5.x legacy
|
2016-05-08 09:13:40 +02:00 |
|
Yann Collet
|
95af06f6ef
|
fixed legacy dictionary decompression
|
2016-05-08 08:23:51 +02:00 |
|
Yann Collet
|
0c0f314550
|
CLI supports dictionary decompression in legacy mode v0.5.x
|
2016-05-08 08:11:24 +02:00 |
|
Yann Collet
|
f849462d4c
|
minor refactor : more accurate variable scope
|
2016-05-07 22:43:40 +02:00 |
|
Yann Collet
|
a5dacdf551
|
updated fse (minor refactor)
|
2016-05-06 16:55:27 +02:00 |
|
Yann Collet
|
18dedece91
|
Support legacy ZSTD_decompress_usingDict() (starting v0.5+)
|
2016-05-06 16:43:23 +02:00 |
|
Yann Collet
|
8283a2f0aa
|
Fixed decoding corruption error with quad-symbols huffman on legacy decoders
|
2016-05-06 01:51:31 +02:00 |
|
Yann Collet
|
6d1d25299a
|
fixed Huff0 quad-symbols decoder (#173)
|
2016-05-05 12:41:36 +02:00 |
|
Yann Collet
|
ddb8ebd5b3
|
Stricter gnu90 tests
|
2016-05-05 04:59:53 +02:00 |
|
Yann Collet
|
3f8ed50bf1
|
Added gnu90 test
work-around : disabled automatic selection of huff0 quad-decoder (see #173)
|
2016-05-05 03:01:13 +02:00 |
|
thatsafunnyname
|
b0e5427d1a
|
No stdint.h on OpenVMS.
No stdint.h on OpenVMS, it is inttypes.h instead, some projects use HAVE_STDINT_H.
|
2016-05-04 15:43:42 +01:00 |
|
thatsafunnyname
|
dca5cf92ac
|
No stdint.h on OpenVMS.
No stdint.h on OpenVMS, it is inttypes.h instead, some projects use HAVE_STDINT_H.
|
2016-05-04 15:42:25 +01:00 |
|
thatsafunnyname
|
eef5fdb58a
|
No stdint.h on OpenVMS.
No stdint.h on OpenVMS, it is inttypes.h instead, some projects use HAVE_STDINT_H.
|
2016-05-04 15:39:31 +01:00 |
|
Yann Collet
|
f6ac47955b
|
removed BMI tests on Travis CI : incompatible compiler
|
2016-05-01 10:34:04 +02:00 |
|
Yann Collet
|
17d35b0bf4
|
added : BMI x64 test for Travis CI
|
2016-05-01 10:27:54 +02:00 |
|
Yann Collet
|
6f9c056662
|
Fixed BMI behavior on x86 and x32 targets, reported by @tycho (#178)
|
2016-05-01 10:26:30 +02:00 |
|
Yann Collet
|
cf8584c90a
|
Merge pull request #175 from inikep/dev
separation into compressor and decompressor
|
2016-04-29 23:07:45 -07:00 |
|
inikep
|
648d74a604
|
Sync
|
2016-04-29 15:25:00 +02:00 |
|
inikep
|
bab4317961
|
util.h must the the first include to #define _POSIX_C_SOURCE
|
2016-04-29 15:19:40 +02:00 |
|
inikep
|
4f832c9f26
|
util.h must be the first include to #define _POSIX_C_SOURCE
|
2016-04-29 15:18:50 +02:00 |
|
inikep
|
55d047aa92
|
getTotalFileSize moved to common/util.h
|
2016-04-28 16:50:13 +02:00 |
|
inikep
|
d5ff2c3d9a
|
ordering of #include
|
2016-04-28 14:40:45 +02:00 |
|
inikep
|
83c76b4594
|
bench.c: time functions moved to common/util.h
|
2016-04-28 13:16:01 +02:00 |
|
inikep
|
69fcd7c0ae
|
getFileSize moved to common/util.h
|
2016-04-28 12:23:33 +02:00 |
|
inikep
|
1007a1fe3d
|
get rid of some Visual C++ warnings
|
2016-04-25 15:23:09 +02:00 |
|
inikep
|
6cb083fe3d
|
fixed 64-bit compilation with Visual C++
|
2016-04-25 14:42:15 +02:00 |
|
inikep
|
ea4ee3eee0
|
added compatibility with Visual C++ 2012
|
2016-04-25 13:09:06 +02:00 |
|
inikep
|
a8138fd767
|
updated lib/README.md part 2
|
2016-04-25 11:36:44 +02:00 |
|
inikep
|
49794316c2
|
updated lib/README.md
|
2016-04-25 11:31:28 +02:00 |
|
inikep
|
f066816998
|
fix for g++ compilation
|
2016-04-22 18:54:05 +02:00 |
|
inikep
|
db3964382c
|
introduced ZSTD_NODECOMPRESS to link only compressor
|
2016-04-22 18:22:30 +02:00 |
|
inikep
|
a1febea01d
|
Error functions moved to common/zstd_common.c
|
2016-04-22 17:14:25 +02:00 |
|
inikep
|
d6be2751a8
|
updated CMakeLists.txt
|
2016-04-22 13:59:21 +02:00 |
|
inikep
|
3c7c3527d0
|
introduced ZSTD_NOCOMPRESS to generate decompressor only
|
2016-04-22 13:59:05 +02:00 |
|
inikep
|
23a0889301
|
separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/
|
2016-04-22 12:43:18 +02:00 |
|
inikep
|
4699b3be03
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
|
2016-04-21 12:30:58 +02:00 |
|
inikep
|
38654988f3
|
minor speed improvements 2
bench.c: block size has to be bigger than 32 bytes
zstdcli.c: support for e.g. -B16k -B16m
|
2016-04-21 12:18:47 +02:00 |
|
inikep
|
ef51941822
|
zst_opt.h: minor compression speed improvement
|
2016-04-21 11:08:43 +02:00 |
|
Yann Collet
|
e02808ffc5
|
bumped lib version to 0.6.1
added ZSTD_VERSION_STRING
|
2016-04-20 22:46:16 +02:00 |
|
inikep
|
c5e1d295ee
|
bench.c: force at least one compression and decompression loop
fix for -i0 with small files
|
2016-04-19 09:37:59 +02:00 |
|