Yann Collet
|
19c0f21b00
|
updated Makefile : lz4 no longer recompiled when already up-to-date
|
2016-12-22 18:02:09 +01:00 |
|
Yann Collet
|
7eb16d97d2
|
updated NEWS
|
2016-12-22 11:50:21 +01:00 |
|
Yann Collet
|
bc0839c5df
|
minor fix for travis-install test
|
2016-12-21 15:00:43 +01:00 |
|
Yann Collet
|
913b98fd6f
|
fix make concurrency build (#277)
|
2016-12-15 22:13:36 +01:00 |
|
Yann Collet
|
626552671a
|
updated NEWS
|
2016-12-08 14:39:43 -08:00 |
|
Yann Collet
|
9a6f7dfc5b
|
updated NEWS
|
2016-11-28 04:05:37 -08:00 |
|
Yann Collet
|
a9a8dbf7c1
|
fixed minor display error when using -r
|
2016-11-28 04:01:02 -08:00 |
|
Yann Collet
|
018ddf7999
|
numbering
|
2016-11-22 12:34:17 -08:00 |
|
Yann Collet
|
605512a7b4
|
updated NEWS
|
2016-11-22 12:33:19 -08:00 |
|
Yann Collet
|
19df3029e2
|
fixed #272 (compilation fails on gcc 4.4), reported by @totaam
|
2016-11-18 17:56:56 -08:00 |
|
Yann Collet
|
519932afaf
|
attempt -mx32 tests on Travis CI
|
2016-11-18 17:16:51 -08:00 |
|
Yann Collet
|
1abecbc33c
|
fix 32-bits mode.
Large File support for Mac OS-X in 32-bits mode
Fixed potential undefined behavior
Changed makefile for 32-bits mode
|
2016-11-17 13:02:06 -08:00 |
|
Yann Collet
|
923cf4447f
|
bump version number
|
2016-11-14 18:09:31 -08:00 |
|
Yann Collet
|
f42130ee44
|
cli : add --help command
|
2016-11-12 17:21:29 -08:00 |
|
Yann Collet
|
bf6dda69e6
|
updated frametest
|
2016-11-11 15:11:56 -08:00 |
|
Yann Collet
|
5e13a6ec46
|
improved man on compression level
|
2016-11-10 12:22:37 -08:00 |
|
Yann Collet
|
acc48a3f85
|
fixed lz4cat
changed lz4-test order
|
2016-11-09 14:36:42 -08:00 |
|
Yann Collet
|
fafba39734
|
updated NEWS
|
2016-11-09 09:03:57 -08:00 |
|
Yann Collet
|
e9089bcbe4
|
small compression ratio and speed improvement on small files
|
2016-11-07 17:31:38 -08:00 |
|
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 |
|