summaryrefslogtreecommitdiffstats
path: root/programs/lz4.1
Commit message (Collapse)AuthorAgeFilesLines
* Updated man page : "--[no-]X"Yann Collet2015-03-231-8/+8
|
* Updated long commands, with reverse "--no-" variantsYann Collet2015-03-231-4/+14
|
* Updates tests & Man pagesYann Collet2015-03-221-37/+160
|
* First version of Block Streaming API : LZ4_compress_usingDict()Yann Collet2014-05-191-1/+2
|
* Makefile : library correctly compiled with -O3 switch (issue 114)yann.collet.73@gmail.com2014-03-121-1/+1
| | | | | | | | | | | Makefile : library compilation compatible with clang Makefile : library is versioned and linked (issue 119) lz4.h : no more static inline prototypes (issue 116) man : improved header/footer (issue 111) Makefile : Use system default $(CC) & $(MAKE) variables (issue 112) xxhash : updated to r34 git-svn-id: https://lz4.googlecode.com/svn/trunk@114 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Makefile : added capability to install librariesyann.collet.73@gmail.com2014-01-071-0/+87
Modified Directory tree, to better separate libraries from programs. git-svn-id: https://lz4.googlecode.com/svn/trunk@111 650e7d94-2a16-8b24-b05c-7c0b3f6821cd