summaryrefslogtreecommitdiffstats
path: root/programs/fullbench.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed : using loadDict() with small dictionariesYann Collet2014-06-211-4/+4
* Obsolete "external allocation" functionsYann Collet2014-06-091-3/+3
* converge towards LZ4_compress_continue()Yann Collet2014-06-091-36/+2
* new test tool : datagenYann Collet2014-06-031-1/+1
* unified structure modelYann Collet2014-06-021-2/+2
* Continuous streaming mode (automatic)Yann Collet2014-05-211-1/+8
* Introduce : LZ4_compress_limitedOutput_usingDict()Yann Collet2014-05-201-5/+11
* Fixed : compilation errors using Visual 2012Yann Collet2014-05-201-17/+17
* First version of Block Streaming API : LZ4_compress_usingDict()Yann Collet2014-05-191-28/+40
* changed naming convention to *_usingDict()Yann Collet2014-05-041-8/+8
* Added : *_withDict to fullbenchYann Collet2014-05-031-14/+31
* Introduce "External Dictionary" de/compression APIYann Collet2014-04-281-13/+21
* Add command-line switch to support Travis-CITakayuki MATSUOKA2014-04-161-4/+12
* Fixed issue 127 & 128Yann Collet2014-04-151-4/+4
* Makefile : library correctly compiled with -O3 switch (issue 114)yann.collet.73@gmail.com2014-03-121-2/+2
* Makefile : added capability to install librariesyann.collet.73@gmail.com2014-01-071-0/+742