Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
4db6b03fceac50961a8f127aa2eda73d3373a1fe
/
Makefile
f6beaa7
re-order travis tests fix : remove man pages on uninstall
by Yann Collet
· 11 years ago
a41790a
Add build target 'test'
by Takayuki MATSUOKA
· 11 years ago
e63b147
Added README.md to the list of packaged files
by Yann Collet
· 11 years ago
5b91330
Added lz4c & lz4cat man pages
by Yann Collet
· 11 years ago
374d6ac
Fixed issue 127 & 128
by Yann Collet
· 11 years ago
37be467
quickfix (issue 124 & 125)
by yann.collet.73@gmail.com
· 11 years ago
848fdf3
Added : lz4cat utility for posx systems
by yann.collet.73@gmail.com
· 11 years ago
a9d8640
Makefile : library correctly compiled with -O3 switch (issue 114)
by yann.collet.73@gmail.com
· 11 years ago
69dc85b
Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croizier !
by yann.collet.73@gmail.com
· 11 years ago
96a60a5
quickfix (issue 107 & issue 103)
by yann.collet.73@gmail.com
· 11 years ago
6486787
Makefile : added capability to install libraries
by yann.collet.73@gmail.com
· 11 years ago
fb38dda
lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99)
by yann.collet.73@gmail.com
· 11 years ago
8ac549f
lz4.c : corrected issue 98 within LZ4_compress_limitedOutput()
by yann.collet.73@gmail.com
· 11 years ago
7a863ab
lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-BD) for streams > 4 GB (thanks Roman Strashkin for reporting)
by yann.collet.73@gmail.com
· 11 years ago
a78db58
Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio.
by yann.collet.73@gmail.com
· 11 years ago
82bf5be
by yann.collet.73@gmail.com
· 11 years ago
c63f81c
Makefile : New install script and man page, contributed by Prasad Pandit
by yann.collet.73@gmail.com
· 11 years ago
3e65c1e
New command line utility, lz4 (notice the missing final 'c'), with gzip-style arguments (issue 83)
by yann.collet.73@gmail.com
· 11 years ago
27efcd4
Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h"
by yann.collet.73@gmail.com
· 11 years ago
002a934
Corrected issue 70, 'pack' instruction on IBM AIX
by yann.collet.73@gmail.com
· 11 years ago
16c0942
lz4.c no longer depends on lz4_decoder.h (removed)
by yann.collet.73@gmail.com
· 11 years ago
a2e93db
Added : function LZ4_compressHC_limitedOutput()
by yann.collet.73@gmail.com
· 12 years ago
cbfd031
Added : LZ4 Streaming Format specification (v1.3)
by yann.collet.73@gmail.com
· 12 years ago
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