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
Yann Collet
1870d48fc8
Restored : lz4 compression function using externally allocated memory for state
2014-07-20 13:34:14 +01:00
Yann Collet
2f93f3afd5
Updated xxHash to r35
2014-07-19 10:03:53 +01:00
Yann Collet
a154628e70
Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle
2014-07-14 23:29:40 +01:00
Yann Collet
fbe14d128e
Modified : lz4 streaming API, strong types
2014-07-14 23:04:10 +01:00
Yann Collet
d3c43d3251
Modified : streaming API (fast compression)
2014-07-05 16:48:49 +01:00
Yann Collet
e002818cf6
Modified : Makefile : added -Wshadow option, suggest by Boris Faure
2014-07-05 13:33:57 +01:00
Yann Collet
070b33518a
Fix : OS-X : library install name, thanks to Clemens Lang
2014-07-05 13:05:55 +01:00
Yann Collet
fd51d0567b
updated fuzzer, faster and cleaner overflow tests
2014-07-05 12:50:05 +01:00
Cyan4973
28fd251bc7
Merge pull request #11 from Cyan4973/dev
...
Dev
2014-07-02 23:32:23 +02:00
Yann Collet
bdb5bcefff
update to r119
2014-07-02 22:03:58 +01:00
Yann Collet
3a9427237d
Stronger fuzzer tests
...
Stronger fix 134
2014-07-02 18:02:29 +01:00
Yann Collet
a3089e5b29
stronger fuzzer tests
2014-07-02 14:38:16 +01:00
Yann Collet
402c5874af
New fuzzer test (issue 134)
2014-07-02 09:38:34 +01:00
Yann Collet
1411c2b674
Quickfix of issue 134 (untested)
2014-07-02 04:36:56 +01:00