summaryrefslogtreecommitdiffstats
path: root/programs/fullbench.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated lz4io sparse file support (alignment properties)Yann Collet2015-03-171-2/+1
|
* scan-build testsYann Collet2015-03-151-8/+19
|
* g++ compatibilityYann Collet2015-03-101-1/+1
|
* restored lz4 hc compression ratioYann Collet2015-03-011-26/+146
|
* Fixed : LZ4_compress_limitedOutput() bug, as reported by Christopher SpellerYann Collet2014-12-101-3/+5
|
* Improved decoding speedYann Collet2014-11-271-2/+18
|
* fullbench : display Algorithm NbYann Collet2014-11-031-7/+7
|
* Optimized LZ4_saveDictHC()Yann Collet2014-11-021-23/+42
|
* updated LZ4HC APIYann Collet2014-10-181-2/+2
|
* Added : suooirt for s390x, thanks to Nobuhiro IwamatsuYann Collet2014-09-221-6/+6
| | | Multiple warning fixes for Visual Studio 2012
* lz4frame : support stableDst optionYann Collet2014-09-211-3/+3
| | | | | | Multiple bugfixes within lz4frame decompression Small decompression speed improvements Improved fuzzer test, with more thorough and complex tests
* Frame decompression speed optimizationYann Collet2014-09-131-2/+12
|
* fullbench : added benchmark for LZ4F_decompress()Yann Collet2014-09-131-35/+60
|
* lz4frame : autoflush mode : saves memory, and improves compression speedYann Collet2014-09-121-18/+21
| | | LZ4F_getFrameInfo() fix, thanks to Christopher Jackson
* slightly improved frame compression speedYann Collet2014-09-111-1/+1
|
* Improved lz4frame compression speedYann Collet2014-09-101-1/+7
| | | Added : fullbench test -c14 (LZ4F_compressFrame)
* Fix : streaming mode bug (re-using context & buffers)Yann Collet2014-09-101-3/+1
|
* fix : minor compilation warning under mingwYann Collet2014-08-051-1/+1
|
* Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle Yann Collet2014-07-141-3/+3
|
* 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