inikep
|
37aba8b1d9
|
updated zlibWrapper/README.md (2)
|
2016-05-12 17:32:28 +02:00 |
inikep
|
b5e6870bb5
|
updated zlibWrapper/README.md
|
2016-05-12 17:28:57 +02:00 |
inikep
|
3eabe9b474
|
added zlibWrapper - zstd wrapper for zlib
|
2016-05-12 17:15:41 +02:00 |
inikep
|
4dbf7f4a3b
|
dynamic memory allocation in UTIL_createFileList
|
2016-05-11 14:11:00 +02:00 |
inikep
|
95459458ed
|
disable Visual Studio code analysis
|
2016-05-10 14:42:54 +02:00 |
inikep
|
3733797fcd
|
bench.c: experimental -r (operate recursively on directories) for Windows and _POSIX_C_SOURCE >= 200112L
|
2016-05-10 14:22:55 +02:00 |
inikep
|
ed9a08538c
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
# Conflicts:
# lib/common/util.h
# programs/paramgrill.c
# visual/2013/fullbench/fullbench.vcxproj.filters
# visual/2013/fuzzer/fuzzer.vcxproj.filters
|
2016-05-10 13:20:01 +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 |
inikep
|
349fcf7ea2
|
fixed Linux compilation
|
2016-05-09 18:04:07 +02:00 |
inikep
|
aaaf923a17
|
common/util.h moved to programs/util.h
decompress/fse_decompress.c moved to common/
|
2016-05-09 16:19:25 +02:00 |
inikep
|
d44ec48b1c
|
detection of snprintf for Visual <= 2012
|
2016-05-09 14:37:41 +02:00 |
inikep
|
03bf5ad6cb
|
added appveyor.yml
|
2016-05-09 14:04:40 +02:00 |
inikep
|
6e61a842b8
|
added support for VS 2015
|
2016-05-09 14:00:54 +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 |
inikep
|
13c8424ea0
|
code cleaning
|
2016-05-05 13:58:56 +02:00 |
inikep
|
0bd0faec32
|
fixed compatibility issues
|
2016-05-05 13:10:57 +02:00 |
Yann Collet
|
6d1d25299a
|
fixed Huff0 quad-symbols decoder (#173)
|
2016-05-05 12:41:36 +02:00 |
inikep
|
9c22e57bfb
|
Compiler Options moved to util.h
|
2016-05-05 11:53:42 +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 |
inikep
|
3163403855
|
UTIL_prepareFileList
|
2016-05-05 00:25:38 +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 |