Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added : cmake configuration file, from Dmitry Cherepanov | yann.collet.73@gmail.com | 2012-04-08 | 1 | -7/+7 |
* | minor code refactoring, mostly around __builtin_expect | yann.collet.73@gmail.com | 2012-03-09 | 1 | -12/+37 |
* | Small speed improvement (compression & decompression), Thanks Maciej Adamczyk... | yann.collet.73@gmail.com | 2012-03-01 | 1 | -3/+4 |
* | Corrected : default to Software Bit Count for GCC earlier than 3.4. Thanks to... | yann.collet.73@gmail.com | 2012-02-20 | 1 | -30/+73 |
* | Added : LZ4_compressBound() function | yann.collet.73@gmail.com | 2012-02-16 | 1 | -25/+33 |
* | minor interface modification : source pointers are now (const char*) | yann.collet.73@gmail.com | 2012-02-01 | 1 | -2/+2 |
* | Better detection of Big-Endian and PowerPC CPU | yann.collet.73@gmail.com | 2012-02-01 | 1 | -8/+8 |
* | Improved compression speed for 64-bit CPU | yann.collet.73@gmail.com | 2012-01-13 | 1 | -0/+1 |
* | Added : benchmark function within command-line utility | yann.collet.73@gmail.com | 2012-01-08 | 1 | -0/+352 |