Yann Collet
|
00c6370ad2
|
Fix #243 : detect and report fread() errors, by @iyokan
|
2016-11-07 12:34:10 -08:00 |
|
Yann Collet
|
207f478bab
|
minor refactor
|
2016-11-04 19:04:32 -07:00 |
|
Yann Collet
|
f878c08b76
|
better correctness on big-endian 64-bits platforms
|
2016-11-04 07:24:21 -07:00 |
|
Yann Collet
|
26dec498cf
|
small compression speed improvement on 64-bits systems
|
2016-11-04 07:18:03 -07:00 |
|
Yann Collet
|
f173027690
|
moved cmake and debian directories to contrib (#245)
|
2016-11-01 17:29:15 -07:00 |
|
Yann Collet
|
fb6fece770
|
Updated Makefile and .travis
|
2015-09-01 15:59:24 +01:00 |
|
Yann Collet
|
d15ac1f1a7
|
Slightly improved compression speed on ARMv6
|
2015-08-16 02:33:57 +01:00 |
|
Yann Collet
|
60119e2585
|
Makefile : generates *.o for faster processing
|
2015-08-15 17:21:45 +01:00 |
|
Yann Collet
|
a60d11e468
|
update on decompression speed
|
2015-07-16 10:27:46 +01:00 |
|
Yann Collet
|
14064beafb
|
Updated NEWS
|
2015-06-28 11:31:51 -08:00 |
|
Yann Collet
|
caba2cc0f5
|
staticAnalyze use same compilation flags as normal build
|
2015-06-27 13:21:33 -08:00 |
|
Yann Collet
|
c04df7e1b5
|
Changed : static library is no longer compiled with -fPIC by default (this option can still be added on the command line) See #53
|
2015-06-27 01:30:31 -08:00 |
|
Yann Collet
|
6f50184a4f
|
Updated NEWS
|
2015-05-26 00:23:05 +01:00 |
|
Yann Collet
|
91c1b9a682
|
Performance fix : big compression speed boost for clang (+30%)
|
2015-05-21 01:17:56 +01:00 |
|
Yann Collet
|
26065c3f47
|
Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwoon Cho (#106)
|
2015-05-20 08:58:59 +01:00 |
|
Yann Collet
|
f02c4671cd
|
Added a few more interoperability tests (32bits vs 64 bits)
|
2015-05-13 15:22:33 +01:00 |
|
Yann Collet
|
05b0aa62a7
|
Updated readme
|
2015-05-04 14:43:37 +01:00 |
|
Yann Collet
|
197982ec6c
|
Fixed unfinished frame (issue #75)
|
2015-04-20 09:24:25 +01:00 |
|
Yann Collet
|
973e385fa3
|
Implemented obsolete warning message
|
2015-04-11 18:59:22 +01:00 |
|
Yann Collet
|
be9d248851
|
Update lz4hc API : LZ4_compressHC_safe()
|
2015-04-11 12:28:09 +01:00 |
|
Yann Collet
|
886b19951c
|
Modified files rights
|
2015-03-31 20:29:24 +01:00 |
|
Yann Collet
|
7db667820f
|
Restored proper credit
|
2015-03-31 16:14:54 +01:00 |
|
Yann Collet
|
f17496423c
|
Added : Frame documentation in MarkDown format
|
2015-03-31 09:44:56 +01:00 |
|
Yann Collet
|
4783cb8c57
|
Updated readme
|
2015-03-30 21:38:37 +01:00 |
|
Yann Collet
|
b4755c7902
|
Added : arm cross-compilation test
|
2015-03-25 23:59:38 +01:00 |
|
Yann Collet
|
7f436a1215
|
lz4 cli supports frame content size
|
2015-03-23 02:20:42 +01:00 |
|
Yann Collet
|
7cf4e5c941
|
Updates tests & Man pages
|
2015-03-22 13:42:00 +01:00 |
|
Yann Collet
|
7ee725645b
|
frame content size support
|
2015-03-18 21:38:27 +01:00 |
|
Yann Collet
|
859fe3bb1d
|
Updated LZ4 frame format documentation
|
2015-03-16 21:57:14 +01:00 |
|
Yann Collet
|
e7fb4d151d
|
lz4 utility supports "pass-through" mode
|
2015-03-16 20:38:25 +01:00 |
|
Yann Collet
|
3a6832497b
|
skippable frames support
|
2015-03-16 17:52:14 +01:00 |
|
Yann Collet
|
45b0642bf5
|
scan-build tests
|
2015-03-15 01:42:27 +01:00 |
|
Yann Collet
|
e38c268b5a
|
Fixed minor g++ warnings
|
2015-03-11 20:11:14 +01:00 |
|
Yann Collet
|
ceec6fa849
|
g++ compatibility
|
2015-03-10 16:57:42 +01:00 |
|
Yann Collet
|
32a85fc76d
|
NetBSD compatibility (#48)
|
2015-03-07 19:30:45 +01:00 |
|
Yann Collet
|
488029ec3b
|
Updated : compress multiple files
|
2015-03-07 13:23:00 +01:00 |
|
Yann Collet
|
f68eead36c
|
Added : -pedantic compilation option
|
2014-12-17 12:32:49 +01:00 |
|
Yann Collet
|
0569a68edd
|
C90 compatibility
|
2014-12-17 12:20:17 +01:00 |
|
Yann Collet
|
8a9fb8cf32
|
Fixed : older compiler don't like nameless unions, reported by Cheyi Lin
|
2014-12-16 22:03:16 +01:00 |
|
Yann Collet
|
95cc6cef64
|
Fixed : bug within LZ4 HC streaming mode, reported by James Boyle
|
2014-12-16 02:13:19 +01:00 |
|
Yann Collet
|
7a8cd69960
|
Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski
|
2014-12-14 14:29:15 +01:00 |
|
Yann Collet
|
daa320f3f7
|
New : lz4frame integrated into liblz4 (v1.5.0)
|
2014-12-13 15:05:46 +01:00 |
|
Yann Collet
|
3060277a4a
|
updated NEWS
|
2014-12-10 18:02:40 +01:00 |
|
Yann Collet
|
fc4a6153b0
|
fixed : pkg version
|
2014-12-09 09:47:54 +01:00 |
|
Yann Collet
|
b827ecf728
|
Clarified a few comments
|
2014-12-03 23:19:11 +01:00 |
|
Yann Collet
|
d008c87151
|
New directory structure : library source files into /lib directory
|
2014-11-30 23:32:12 +01:00 |
|
Yann Collet
|
b3b207c4db
|
New endian & alignment code
|
2014-11-23 00:46:15 +01:00 |
|
Yann Collet
|
2ab6f9a387
|
Updated : xxHash to r37
|
2014-10-06 11:13:56 +01:00 |
|
Yann Collet
|
abb6f7806a
|
Added : suooirt for s390x, thanks to Nobuhiro Iwamatsu
Multiple warning fixes for Visual Studio 2012
|
2014-09-22 17:38:17 +01:00 |
|
Yann Collet
|
d71b9e25b7
|
small improvements to lz4frame compression
|
2014-09-15 00:59:30 +01:00 |
|