Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
647baabcef0effcfcb3cc0dadb2970db681c9d52
/
Makefile
b1e707f
- Corrected issue 31 : LZ4 correctly accepts compressing data when the output buffer has exactly the required size (it was a bit over-cautious in previous version).
by yann.collet.73@gmail.com
· 12 years ago
cfbace2
lz4.c : changed a tuning parameter name to MEMORY_USAGE, to better reflect its impact
by yann.collet.73@gmail.com
· 12 years ago
d9ef511
Changed Makefile default setting to generate only native binary.
by yann.collet.73@gmail.com
· 12 years ago
8dfb9d6
Added : LZ4 HC : Now integrated into main trunk. LZ4_HC license moved to BSD
by yann.collet.73@gmail.com
· 13 years ago
fd281f8
Added : lz4demo : software swap32 backend for compilers which do not support hardware ones. Thanks Dmitry Cherepanov for contribution
by yann.collet.73@gmail.com
· 13 years ago
ad59ba1
minor code refactoring, mostly around __builtin_expect
by yann.collet.73@gmail.com
· 13 years ago
4045a42
Added : LZ4_compressBound() function
by yann.collet.73@gmail.com
· 13 years ago
99b3294
Improved compression speed for big-endian CPU
by yann.collet.73@gmail.com
· 13 years ago
97abf01
Added : benchmark function within command-line utility
by yann.collet.73@gmail.com
· 13 years ago
3963071
Endianess correction
by yann.collet.73@gmail.com
· 13 years ago
62c39e2
Modified makefile to specify C99 support to compiler (GCC)
by yann.collet.73@gmail.com
· 13 years ago
c5493d8
renamed : main.c into lz4demo.c changed Makefile accordingly
by yann.collet.73@gmail.com
· 13 years ago
558c03a
Corrected a (rare) bug in compression function
by yann.collet.73@gmail.com
· 13 years ago
a201020
Improved compression and decompression speed under GCC compiler
by yann.collet.73@gmail.com
· 13 years ago
ca8d6c2
Improved : safe type, for linux x64 (amd64) compatibility (Thanks to Erik Andersen)
by yann.collet.73@gmail.com
· 14 years ago