inikep
|
60af95d971
|
fixed compression with -c with multiple files on Windows
|
2016-05-19 10:29:49 +02:00 |
inikep
|
2bd6b13e53
|
added playTests.bat
|
2016-05-18 18:05:56 +02:00 |
inikep
|
3aa4b2b598
|
update file permission
|
2016-05-18 18:04:10 +02:00 |
inikep
|
877cc84f85
|
changed appveyor.yml
|
2016-05-18 18:03:02 +02:00 |
inikep
|
f33021552b
|
added playTestsMSYS.sh
|
2016-05-18 16:38:36 +02:00 |
inikep
|
5e334be457
|
AppVeyor tests for mingw32, mingw64, clang
|
2016-05-18 09:07:28 +02:00 |
inikep
|
e30bac4c4b
|
fixed Win32 in AppVeyor
|
2016-05-16 15:10:33 +02:00 |
inikep
|
0ba773878f
|
updated .gitignore for Visual Studio
|
2016-05-16 14:54:48 +02:00 |
inikep
|
7c4d041d3c
|
added Visual Studio 2008 and 2010 projects
|
2016-05-16 14:48:04 +02:00 |
inikep
|
4d9e557f44
|
Visual Studio: remove MSVC*.DLL dependency from Release executables
|
2016-05-13 13:04:27 +02:00 |
inikep
|
5c39327912
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
|
2016-05-13 12:06:36 +02:00 |
Yann Collet
|
e6aa23be91
|
updated NEWS for v0.6.1
|
2016-05-13 11:29:38 +02:00 |
inikep
|
63ecd747de
|
added common/entropy_common.c
|
2016-05-13 11:27:56 +02:00 |
Yann Collet
|
ea7e4f0216
|
Merge pull request #183 from inikep/dev
added zlibWrapper - zstd wrapper for zlib
|
2016-05-13 11:24:14 +02:00 |
inikep
|
58a1d45aa5
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
|
2016-05-13 11:05:35 +02:00 |
inikep
|
0bdb6a8118
|
changed definition of UTIL_createFileList
|
2016-05-13 10:52:02 +02:00 |
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 |
Yann Collet
|
ccd6e86d45
|
improved decoding speed by inlining x_isError() functions
|
2016-05-12 15:55:26 +02:00 |
Yann Collet
|
16871680e3
|
minor refactor : more accurate variable scope
|
2016-05-12 14:27:00 +02:00 |
Yann Collet
|
b19d5d76ec
|
restored inline for better decompression speed
|
2016-05-12 14:06:31 +02:00 |
Yann Collet
|
1ceb5a9295
|
restored DStream init
due to strange speed regressions and warnins on gcc 5.3
|
2016-05-12 13:50:13 +02:00 |
Yann Collet
|
ce27e85209
|
fixed clang conversion warning
|
2016-05-11 18:55:27 +02:00 |
Yann Collet
|
1032fbe714
|
update FSE library
|
2016-05-11 18:30:24 +02:00 |
Yann Collet
|
249ae0ca99
|
better big-endian / little-endian r/w support
|
2016-05-11 16:38:18 +02:00 |
inikep
|
4dbf7f4a3b
|
dynamic memory allocation in UTIL_createFileList
|
2016-05-11 14:11:00 +02:00 |
Yann Collet
|
a96f9fd5bc
|
datagencli uses `mem.h`
|
2016-05-11 11:42:51 +02:00 |
Yann Collet
|
3329d98df9
|
fixed minor asan warning in legacy decoder
|
2016-05-11 11:07:54 +02:00 |
Yann Collet
|
c75e4c25e8
|
Added : ZSTD_getErrorString(), to get error string from error enum (#168)
|
2016-05-10 17:47:11 +02:00 |
Yann Collet
|
b3a9938d0c
|
Merge pull request #182 from inikep/dev
support for Visual Studio 2012, 2013, 2015
|
2016-05-10 17:18:12 +02:00 |
Yann Collet
|
b12b369817
|
fixed : unused argument in printf
|
2016-05-10 15:30:43 +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 |
Yann Collet
|
bd39d54576
|
zbuff supports byte-by-byte decompression scenarios
|
2016-05-10 14:14:19 +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
|
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 |
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 |