Yann Collet
|
ae68f8ddb3
|
minor
|
2016-07-22 14:37:09 +02:00 |
Yann Collet
|
2cac5b30b9
|
changed default compression level to 3 (can be modified with macro ZSTDCLI_DEFAULT_CLEVEL)
|
2016-07-13 14:15:08 +02:00 |
Yann Collet
|
19cab46f2f
|
Joined `seqStore` initialization at dispatch point
|
2016-06-17 12:54:52 +02:00 |
Christophe Chevalier
|
dea76e1db0
|
Added build commands for various versions of Visual Studio
- For people who want to build the library without opening it in VS
|
2016-06-07 11:36:13 +02:00 |
inikep
|
5c2771710d
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev070' into dev070
# Conflicts:
# .gitignore
# lib/decompress/zstd_decompress.c
# programs/zbufftest.c
|
2016-06-01 09:16:11 +02:00 |
Yann Collet
|
f2a3b6e7b4
|
added : frame content checksum
|
2016-05-31 22:23:45 +02:00 |
inikep
|
5bee32e349
|
cmake project works with MSYS
|
2016-05-31 13:36:14 +02:00 |
inikep
|
0ba773878f
|
updated .gitignore for Visual Studio
|
2016-05-16 14:54:48 +02:00 |
inikep
|
6e61a842b8
|
added support for VS 2015
|
2016-05-09 14:00:54 +02:00 |
inikep
|
d6be2751a8
|
updated CMakeLists.txt
|
2016-04-22 13:59:21 +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 |
inikep
|
d700a1a8b9
|
ZSTD_setAdditionalParam
|
2016-03-15 12:18:44 +01:00 |
Christophe Chevalier
|
c8fde3be45
|
Added new ".VC.db" Visual Studio C++ database file to gitignore
|
2016-02-23 12:09:50 +01:00 |
inikep
|
baff8d6c1f
|
gitignore
|
2016-02-04 16:02:05 +01:00 |
inikep
|
e1b8e53e84
|
better logging
|
2016-02-02 15:41:16 +01:00 |
inikep
|
c71568fd44
|
ZSTD_opt
|
2016-01-31 11:26:04 +01:00 |
Artem Dymchenko
|
8ce6be37a0
|
EOF added;
|
2016-01-10 12:30:16 +06:00 |
Artyom Dymchenko
|
8665cdb213
|
CMake structure reorganized;
install and uninstall targets added;
|
2016-01-10 17:20:52 +06:00 |
Christophe Chevalier
|
fa9df079a4
|
Add a Visual Studio project for building zstdlib.dll on Windows
- Exports all methods marked with ZSTDLIB_API (ZSTD_DLL_EXPORT=1)
- Build without support for legacy version (ZSTD_LEGACY_SUPPORT=0)
|
2015-12-10 16:25:12 +01:00 |
Yann Collet
|
5ca33779a4
|
Visual : Removed *.suo and *.user files, as suggested by Takayuki Matsuoka
|
2015-02-08 21:51:28 +01:00 |
Yann Collet
|
4856a00164
|
Initial release
|
2015-01-24 01:58:16 +01:00 |