Yann Collet
|
4ded9e591c
|
added boilerplate
|
2016-08-30 11:06:28 -07:00 |
Yann Collet
|
49d105cfcf
|
better warning and error messages in case of dictionary training failure (#292)
|
2016-08-18 15:02:11 +02:00 |
Yann Collet
|
dd25a27702
|
added tutorial warning messages for dictBuilder
|
2016-07-27 12:43:09 +02:00 |
Yann Collet
|
a3d03a3973
|
added <errno.h> dependency
|
2016-07-06 16:27:17 +02:00 |
Yann Collet
|
bcb5f77efa
|
dictBuilder manages better samples of null size 0 and large size > 128 KB
|
2016-07-06 15:41:03 +02:00 |
Yann Collet
|
290aaa7521
|
Added : ability to manually select the dictionary ID of a newly created dictionary
|
2016-05-30 21:18:52 +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
|
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 |
inikep
|
13c8424ea0
|
code cleaning
|
2016-05-05 13:58:56 +02:00 |
inikep
|
9c22e57bfb
|
Compiler Options moved to util.h
|
2016-05-05 11:53:42 +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
|
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
|
69fcd7c0ae
|
getFileSize moved to common/util.h
|
2016-04-28 12:23:33 +02:00 |
inikep
|
23a0889301
|
separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/
|
2016-04-22 12:43:18 +02:00 |
Yann Collet
|
7de4f9fd81
|
minor cosmetic
|
2016-02-23 21:34:18 +01:00 |
Yann Collet
|
6f3acbac0d
|
notificationLevel into ZDICT_param_t
|
2016-02-12 20:19:48 +01:00 |
Yann Collet
|
f4c9d75370
|
dictBuilder => zdict
|
2016-02-12 18:45:02 +01:00 |
Yann Collet
|
71eafdd23f
|
Integrated dictionary builder into zstd cli
|
2016-02-12 02:31:57 +01:00 |