Lines Matching full:added
6 build : added Haiku target, by @fbrosson, and MidnightBSD, by @laffer1
36 cli : added GNU separator -- specifying that all following arguments are files
37 API : added LZ4_compress_HC_destSize(), by Oleg (@remittor)
38 API : added LZ4F_resetDecompressionContext()
83 Added : doc/lz4_manual.html, by Przemyslaw Skibinski
84 Added : dictionary compression and frame decompression examples, by Nick Terrell
85 Added : Debianization, by Evgeniy Polyakov
89 Added : Example using lz4frame library, by Zbigniew Jędrzejewski-Szmek (#118)
100 Added : LZ4_compress_fast(), LZ4_compress_fast_continue()
101 Added : LZ4_compress_destSize()
107 Added : AppVeyor CI environment, for Visual tests - Suggested by Takayuki Matsuoka
126 Added : Visual project directory
130 N/A : added a file on SVN
138 Changed : added -pedantic option, fixed a few mminor warnings
156 Added : experimental lz4frame API, thanks to Takayuki Matsuoka and Christopher Jackson for testings
163 Added : Examples directory, using code examples from Takayuki Matsuoka
168 Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)
173 Added : LZ4_versionNumber(), thanks to Takayuki Matsuoka
177 Added : pkg-config, thanks to Zbigniew Jędrzejewski-Szmek (issue 135)
193 Added : man pages for lz4c and lz4cat
194 Added : automated tests on Travis, thanks to Takayuki Matsuoka !
202 Added : lz4cat utility, installed on POSX systems (issue 118)
224 Makefile : added capability to install libraries
228 lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99)
262 COPYING : added license file
264 Makefile : .exe suffix now properly added only for Windows target