Lines Matching +full:fullbench +full:- +full:dll
4 cli : new command --fast, by @jennifermliu
16 cli : new command --favor-decSpeed
18 fullbench : can bench _destSize() variants, by @felixhandte
24 perf : fix bad degenerative case, reported by @c-morgenstern
26 cli : support for dictionary compression (`-D`), by Felix Handte @felixhandte
27 cli : fix : `lz4 -d --rm` preserves timestamp (#441)
30 build : `make` and `make test` compatible with `-jX`, reported by @mwgamera
36 cli : added GNU separator -- specifying that all following arguments are files
46 doc : Updated LZ4 Frame format to v1.6.0, restoring Dictionary-ID field
50 lz4hc : new high compression mode : levels 10-12 compress more and slower, by Przemyslaw Skibinski
52 cli : fix minor notification when using -r recursive mode
55 build : Makefile : fix make -jX lib+exe concurrency (#277)
62 Improved : much better speed in -mx32 mode
63 cli : fix : Large file support in 32-bits mode on Mac OS-X
69 Improved: Small compression speed improvement on 64-bits systems
72 Fix : better ratio on 64-bits big-endian targets
74 New liblz4-dll project, by Przemyslaw Skibinki
76 cli : new : --rm and --help commands
79 cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell
81 cli : bench : new : -r recursive mode
89 Added : Example using lz4frame library, by Zbigniew Jędrzejewski-Szmek (#118)
97 New : cross-version test, by Takayuki Matsuoka
105 Fixed : GCC 4.9+ optimization bug - Reported by Markus Trippelsdorf, Greg Slazinski & Evan Nemerson
106 Changed: Enums converted to LZ4F_ namespace convention - by Takayuki Matsuoka
107 Added : AppVeyor CI environment, for Visual tests - Suggested by Takayuki Matsuoka
108 Modified:Obsolete functions generate warnings - Suggested by Evan Nemerson, contributed by Takayuki…
114 New : command -m, to compress multiple files in a single command (suggested by Kyle J. Harper)
120 New : lz4 cli supports "pass-through" mode, requested by Neil Wilson
122 New : scan-build tests, thanks to kind help by Takayuki Matsuoka
124 New : arm cross-compilation test, thanks to kind help by Takayuki Matsuoka
138 Changed : added -pedantic option, fixed a few mminor warnings
158 Fix : test mode (-t) no longer requires confirmation, thanks to Thary Nguyen
162 Fix : mips 64-bits support (lew van)
169 Fix : Makefile : install for OS-X and BSD, thanks to Takayuki Matsuoka
174 Fix : OS-X : library install name, thanks to Clemens Lang
177 Added : pkg-config, thanks to Zbigniew Jędrzejewski-Szmek (issue 135)
178 Makefile : lz4-test only test native binaries, as suggested by Michał Górny (issue 136)
182 Fix : Issue 134 : extended malicious address space overflow in 32-bits mode for some specific confi…
189 fix : Issue 52 (malicious address space overflow in 32-bits mode when using large custom format)
195 fix : block-dependency command line (issue 127)
203 OS-X compatible compilation of dynamic library (issue 115)
206 Makefile : library correctly compiled with -O3 switch (issue 114)
215 Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croizier !
229 fuzzer & fullbench : updated to test new functions
230 man : documented -l command (Legacy format, for Linux kernel compression) (issue 102)
240 lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-BD) for streams > 4 GB …
245 Makefile : removed -Wno-implicit-declaration compilation switch