summaryrefslogtreecommitdiffstats
path: root/bench.c
Commit message (Expand)AuthorAgeFilesLines
* Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio.yann.collet.73@gmail.com2013-10-211-2/+2
* Makefile : New install script and man page, contributed by Prasad Pandityann.collet.73@gmail.com2013-09-251-16/+13
* New command line utility, lz4 (notice the missing final 'c'), with gzip-style...yann.collet.73@gmail.com2013-09-091-5/+1
* Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h"yann.collet.73@gmail.com2013-08-121-51/+55
* lz4c : made display and arguments more compatible with gzip, for easier integ...yann.collet.73@gmail.com2013-07-271-10/+20
* lz4.c no longer depends on lz4_decoder.h (removed)yann.collet.73@gmail.com2013-06-101-8/+8
* New experimental mode : compress blocks using data from previous blocks (opti...yann.collet.73@gmail.com2013-05-271-5/+5
* lz4c : automatic output name when decoding a *.lz4 file, as requested by Pete...yann.collet.73@gmail.com2013-05-171-193/+193
* - New naming : LZ4_decompress_safe() and LZ4_decompress_fast()yann.collet.73@gmail.com2013-04-261-101/+58
* Added : LZ4 Streaming Format specification (v1.3)yann.collet.73@gmail.com2013-04-131-3/+3
* - New cmake file, by Nobuhiro Iwamatsu, which can also produce shared and sta...yann.collet.73@gmail.com2013-03-021-1/+2
* LZ4HC : compression speed improved under Visualyann.collet.73@gmail.com2013-01-081-0/+7
* LZ4 HC : extended detection window. Thanks to Adrien Grand.yann.collet.73@gmail.com2012-11-301-1/+1
* Corrected issue 38 : bench.c compilation for Sun Solaris 32 bitsyann.collet.73@gmail.com2012-11-031-4/+9
* Corrected issue 39 : bench.c for NetBSD. Thanks to Thomas Klausner.yann.collet.73@gmail.com2012-10-271-8/+32
* Fixed Visual 2005 issues (warning/linking)yann.collet.73@gmail.com2012-08-131-6/+7
* Fixed : small compression speed hit on GCC v4.5 introduced by r71yann.collet.73@gmail.com2012-08-011-4/+4
* Added : LZ4 HC : Now integrated into main trunk.yann.collet.73@gmail.com2012-05-131-0/+7
* Added : LZ4Demo : can handle appended compressed streams.yann.collet.73@gmail.com2012-05-121-0/+2
* Added : cmake configuration file, from Dmitry Cherepanovyann.collet.73@gmail.com2012-04-081-7/+7
* minor code refactoring, mostly around __builtin_expectyann.collet.73@gmail.com2012-03-091-12/+37
* Small speed improvement (compression & decompression), Thanks Maciej Adamczyk...yann.collet.73@gmail.com2012-03-011-3/+4
* Corrected : default to Software Bit Count for GCC earlier than 3.4. Thanks to...yann.collet.73@gmail.com2012-02-201-30/+73
* Added : LZ4_compressBound() functionyann.collet.73@gmail.com2012-02-161-25/+33
* minor interface modification : source pointers are now (const char*)yann.collet.73@gmail.com2012-02-011-2/+2
* Better detection of Big-Endian and PowerPC CPUyann.collet.73@gmail.com2012-02-011-8/+8
* Improved compression speed for 64-bit CPUyann.collet.73@gmail.com2012-01-131-0/+1
* Added : benchmark function within command-line utilityyann.collet.73@gmail.com2012-01-081-0/+352