summaryrefslogtreecommitdiffstats
path: root/programs/fullbench.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed : issue 52 (reported by Ludwig Strigeus)Yann Collet2014-06-221-3/+0
|
* Fixed : using loadDict() with small dictionariesYann Collet2014-06-211-4/+4
|
* Obsolete "external allocation" functionsYann Collet2014-06-091-3/+3
| | | (convergence towards LZ4_compress_continue() )
* 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
| | | | | | | | | Add command-line switch '--no-prompt' to fullbench and fuzzer. '--no-prompt' enables : - Throtting stdout to satisfy Travis-CI's stdout limit (10MB). - Prevent Travis-CI's build timeouts and ignore pause by getchar(). http://docs.travis-ci.com/user/build-configuration/#Build-Timeouts
* 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 : 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/+742
Modified Directory tree, to better separate libraries from programs. git-svn-id: https://lz4.googlecode.com/svn/trunk@111 650e7d94-2a16-8b24-b05c-7c0b3f6821cd