Cyan4973
607a87cf09
Merge pull request #22 from Cyan4973/dev
...
Dev
2014-08-28 13:59:11 +02:00
Yann Collet
3108eef810
lz4frame API update : introducing LZ4F_getHeaderInfo()
2014-08-28 10:14:33 +01:00
Yann Collet
1174bec25b
clarified comments within lz4frame API
2014-08-27 09:14:17 +01:00
Yann Collet
1019cd1e38
modified permission
2014-08-27 00:03:12 +01:00
Yann Collet
4652471251
updated lz4hc 64-bits detection
2014-08-26 23:47:32 +01:00
Yann Collet
557ff22334
Fixed crlf issue
2014-08-26 15:53:39 +02:00
Yann Collet
da07465b64
Simplified travis test flow
2014-08-26 14:39:09 +01:00
Yann Collet
43465ae8ff
Added : examples from Takayuki Matsuoka
2014-08-26 14:27:22 +01:00
Yann Collet
18392cd5e1
minor comment clarification about LZ4_compressBound()
2014-08-26 13:48:13 +01:00
Yann Collet
d2d3c4f10d
early LZ4F decompression API
2014-08-26 10:27:45 +01:00
Yann Collet
686d6327b3
LZ4F API update. Creating "simple function" (compression only)
2014-08-26 00:56:54 +01:00
Yann Collet
ef7cbfd762
Added : mips 64 bits detection macro, as suggested by lew van
2014-08-25 18:27:50 +01:00
Yann Collet
35946be118
Updated LZ4F API : differentiate resource/compression functions
2014-08-23 14:06:56 +01:00
Yann Collet
769984407a
add new directory 'examples'
2014-08-22 11:23:28 +01:00
Yann Collet
c380474232
minor API comment clarifications
2014-08-21 17:23:51 +01:00
Yann Collet
93f74935e2
Fix : 64-bits macro detection for AIX system (thanks to SamG)
2014-08-21 17:08:22 +01:00
Yann Collet
2ac1ee0a45
minor cmake refresh
2014-08-21 01:43:33 +01:00
Yann Collet
ff94eec374
Added macro, for large file support on 32-bits AIX
2014-08-20 16:37:34 +01:00
Yann Collet
536a1236c2
minor lz4frame API update
2014-08-19 21:19:29 +01:00
Yann Collet
59b2c9df9d
Added : lz4frame comments (doc)
2014-08-19 17:24:37 +01:00
Yann Collet
c88999ad0d
updated lz4frame API, following suggestions from Takayuki Matsuoka
2014-08-19 16:09:07 +01:00
Yann Collet
a55cde02b0
Added : lz4Framing.h, first example of Framing compression API
2014-08-18 17:32:19 +01:00
Yann Collet
f8dd8f8606
Added : LZ4 Framing Format, new version (v1.4.1)
...
Changed to HTML format
Modified .gitattributes to protect png files from crlf modifications
2014-08-18 16:00:00 +01:00
Yann Collet
d5f949be8f
Removed : old version of framing format
2014-08-18 15:55:47 +01:00
Yann Collet
a74f7ee811
Update xxHash to r36
2014-08-15 10:24:24 +01:00
Yann Collet
4dc1eca5a9
updated release number
2014-08-13 16:44:44 +01:00
Yann Collet
19d3c36f1c
Revert "Introduced "Continuous Block Mode" (CBM) naming"
...
This reverts commit 53f1fbe062
.
2014-08-09 23:14:26 +02:00
Yann Collet
53f1fbe062
Introduced "Continuous Block Mode" (CBM) naming
...
to better differentiate with future lz4s.c library
2014-08-08 13:08:11 +01:00
Yann Collet
0be64b41c9
clarified "dev" branch policy
2014-08-08 12:48:45 +01:00
Cyan4973
5ba9d1d520
Merge pull request #19 from ignatenkobrain/dev
...
Makefile: fix DESTDIR
2014-08-08 13:35:34 +02:00
Igor Gnatenko
0cca754ea1
Makefile: fix DESTDIR
...
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-08-08 13:33:08 +02:00
Cyan4973
8dc446dd46
Merge pull request #17 from Cyan4973/dev
...
Dev
2014-08-07 13:03:41 +02:00
Yann Collet
3c7309edab
Added : .gitattributes
2014-08-06 18:52:48 +01:00
Yann Collet
205735a9f2
Fixed crlf issue
2014-08-06 13:50:38 +02:00
Yann Collet
3897eb6e9b
Makefile : restored Takayuki's fix for OS-X and BSD
...
minor display change for make install
2014-08-06 09:06:00 +01:00
Yann Collet
4ea832b8ff
Updated Makefile : make dist
...
Minor formatting changes for xxhash
2014-08-06 08:55:08 +01:00
Yann Collet
a0755949b6
fix : minor compilation warning under mingw
2014-08-05 06:42:40 +01:00
Yann Collet
ea74cc4676
Added : HC streaming test
2014-08-01 19:21:26 +01:00
Yann Collet
7ac18ad9dc
fix : HC streaming mode
2014-08-01 19:10:21 +01:00
Cyan4973
17fdc54813
Merge pull request #15 from t-mat/fix-bsd-sed
...
Fix BSD sed error reported by Yue Du
2014-07-30 13:11:12 +02:00
Takayuki MATSUOKA
525cb11c22
Fix BSD sed error reported by Yue Du
...
This change is related to LZ4 issue #14 .
- Add more unique pattern to line recognition
- Change Extended Regular Expression to Basic Regular Expression
2014-07-30 18:41:45 +09:00
Yann Collet
e4aaa681ca
fix : minor compilation warning under mingw
2014-07-29 21:57:09 +01:00
Yann Collet
a50c102f5a
Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)
2014-07-26 15:15:00 +01:00
Cyan4973
3f607b55ed
Merge pull request #13 from Cyan4973/dev
...
Dev
2014-07-24 13:54:05 +02:00
Yann Collet
f9e16d2ffb
updated NEWS
2014-07-23 10:26:16 +01:00
Yann Collet
9f42b0925d
Makefile : synchronize library version number with lz4.h - Thanks to Takayuki Matsuoka
2014-07-22 17:25:35 +01:00
Yann Collet
2c15ec421a
Makefile : some corrections suggested by Michał Górny (issue 136)
2014-07-21 21:01:59 +01:00
Yann Collet
64547df2de
Added : LZ4_versionNumber(), thanks to Takayuki Matsuoka
2014-07-21 19:42:12 +01:00
Yann Collet
0d1e43acb1
Merge branch 'dev' of https://github.com/Cyan4973/lz4 into dev
2014-07-21 20:41:08 +02:00
Yann Collet
dc107107f7
Added : pkg-config (issue 135)
2014-07-20 17:18:48 +02:00