summaryrefslogtreecommitdiffstats
path: root/programs/bench.c
Commit message (Expand)AuthorAgeFilesLines
...
* minor compression speed improvementYann Collet2016-06-291-71/+52
* Updated lz4hc APIYann Collet2015-05-031-1/+1
* New lz4 API, using LZ4_compress_fast()Yann Collet2015-05-031-1/+1
* Removed LZ4_compress() (obsolete) from lz4Yann Collet2015-04-211-5/+5
* Fixed a few coverity warningsYann Collet2015-04-121-1/+2
* Fixed : a few minor coverity warningsYann Collet2015-04-121-8/+4
* Fixed a few warnings from -fsanitize=undefinedYann Collet2015-04-091-3/+3
* lz4 cli supports frame content sizeYann Collet2015-03-231-8/+5
* scan-build testsYann Collet2015-03-151-5/+12
* Improved sparse file supportYann Collet2015-03-131-2/+2
* g++ compatibilityYann Collet2015-03-101-5/+6
* Updated : compress multiple filesYann Collet2015-03-071-4/+4
* C90 compatibilityYann Collet2014-12-171-2/+2
* Fixed : older compiler don't like nameless unions, reported by Cheyi LinYann Collet2014-12-161-66/+65
* minor refactoringYann Collet2014-12-061-5/+0
* fix : minor compilation warning under mingwYann Collet2014-07-291-1/+1
* Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle Yann Collet2014-07-141-3/+3
* Fixed issue 127 & 128Yann Collet2014-04-151-1/+1
* Makefile : library correctly compiled with -O3 switch (issue 114)yann.collet.73@gmail.com2014-03-121-2/+2
* Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croiz...yann.collet.73@gmail.com2014-02-041-6/+6
* Makefile : added capability to install librariesyann.collet.73@gmail.com2014-01-071-0/+441