Eric Siegerman
|
eb51b2b8d9
|
Explicitly create $(DESTDIR)$(LIBDIR)/ at install time
This is needed on systems where it isn't the parent of
$(PKGCONFIGDIR), and so doesn't get created implicitly.
|
2017-02-14 22:12:26 -05:00 |
|
Yann Collet
|
04ec092696
|
updated comments on block sizes
|
2017-02-08 11:02:32 -08:00 |
|
Przemyslaw Skibinski
|
8e1fd97d16
|
lz4frame.h: added Introduction
|
2017-01-23 17:46:32 +01:00 |
|
Przemyslaw Skibinski
|
9071df0fa5
|
lz4frame.h: prepared to generate manual
|
2017-01-23 16:22:00 +01:00 |
|
Przemyslaw Skibinski
|
f9f48f8ed9
|
lz4.h: improved manual generation
|
2017-01-23 16:02:51 +01:00 |
|
Przemyslaw Skibinski
|
489d1618c9
|
added "This Makefile is validated for"
|
2017-01-19 16:28:08 +01:00 |
|
Yann Collet
|
9683a1ae87
|
LZ4_MEMORY_USAGE can be modified from compilation command line
|
2017-01-05 16:50:37 +01:00 |
|
Przemyslaw Skibinski
|
312d88249f
|
removed nextToUpdateBT
|
2016-12-28 15:38:59 +01:00 |
|
Przemyslaw Skibinski
|
3d5bb38977
|
clean logging
|
2016-12-28 15:37:12 +01:00 |
|
Przemyslaw Skibinski
|
1c80b9af4e
|
LZ4HC_getSearchNum
|
2016-12-28 15:18:19 +01:00 |
|
Przemyslaw Skibinski
|
98f9d6c726
|
improved logging
|
2016-12-28 14:04:38 +01:00 |
|
Przemyslaw Skibinski
|
12aae846b3
|
fixed table update in LZ4_loadDictHC
|
2016-12-28 13:19:11 +01:00 |
|
Przemyslaw Skibinski
|
c8b31263cc
|
added FUZ_CLEVEL_DEFAULT
|
2016-12-28 13:08:38 +01:00 |
|
Przemyslaw Skibinski
|
d57ff6456d
|
changed default PREFIX and MANDIR
|
2016-12-28 11:27:17 +01:00 |
|
Przemyslaw Skibinski
|
20381a2fce
|
fixed -BD compression
|
2016-12-27 15:31:35 +01:00 |
|
Przemyslaw Skibinski
|
e6536faf33
|
lib\Makefile: fixed INSTALL_DATA
|
2016-12-27 11:17:35 +01:00 |
|
Przemyslaw Skibinski
|
efaa9b7bc7
|
Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev
# Conflicts:
# lib/Makefile
|
2016-12-27 10:43:07 +01:00 |
|
Przemyslaw Skibinski
|
b22e2bed5e
|
BSD: improved "make install"
|
2016-12-23 10:05:41 +01:00 |
|
Przemyslaw Skibinski
|
ea51ad0cee
|
Solaris: working "make install"
|
2016-12-23 00:02:01 +01:00 |
|
Yann Collet
|
19c0f21b00
|
updated Makefile : lz4 no longer recompiled when already up-to-date
|
2016-12-22 18:02:09 +01:00 |
|
Yann Collet
|
52cac9a973
|
updated a few macros names
|
2016-12-22 11:41:05 +01:00 |
|
Yann Collet
|
70526a11e0
|
fixed lib/clean
|
2016-12-21 15:33:53 +01:00 |
|
Yann Collet
|
7cf0bb97b2
|
LZ4F_compressBound(0) provides upper bound for LZ4F_flush() and LZ4F_compressEnd() [#290, suggested by @vtermanis]
|
2016-12-21 14:18:01 +01:00 |
|
Yann Collet
|
385cb4f539
|
minor update Makefile
|
2016-12-21 13:18:02 +01:00 |
|
Przemyslaw Skibinski
|
4f050b68d8
|
tree update dependent from compression level
|
2016-12-09 18:17:46 +01:00 |
|
Przemyslaw Skibinski
|
838ed341f9
|
fullUpdate as a parameter
|
2016-12-09 17:16:35 +01:00 |
|
Przemyslaw Skibinski
|
b3ecc3e3ec
|
last match starts at least 12 bytes before end of block
|
2016-12-09 16:09:38 +01:00 |
|
Przemyslaw Skibinski
|
d694bf9111
|
faster opt compression
|
2016-12-09 15:20:32 +01:00 |
|
Przemyslaw Skibinski
|
a22e71d4a9
|
full binary tree update
|
2016-12-09 12:37:17 +01:00 |
|
Przemyslaw Skibinski
|
fb6c98c856
|
slightly improved lz4opt.h
|
2016-12-08 15:50:45 +01:00 |
|
Przemyslaw Skibinski
|
8c2f23c130
|
fixed LZ4_STREAMHCSIZE
|
2016-12-07 16:24:35 +01:00 |
|
Przemyslaw Skibinski
|
76228f064a
|
LZ4HC_DICTIONARY_LOGSIZE 17
|
2016-12-07 16:19:10 +01:00 |
|
Przemyslaw Skibinski
|
8bfa42e61e
|
improved ratio
|
2016-12-07 15:49:45 +01:00 |
|
Przemyslaw Skibinski
|
1289038240
|
15-bit LZ4HC_HASH_LOG
|
2016-12-07 14:31:46 +01:00 |
|
Przemyslaw Skibinski
|
410ba53dbc
|
improved LZ4HC_BinTree_GetAllMatches
|
2016-12-07 13:07:39 +01:00 |
|
Przemyslaw Skibinski
|
1833be1cf0
|
fixed gcc warnings
|
2016-12-07 12:59:05 +01:00 |
|
Przemyslaw Skibinski
|
f2ebf37bfe
|
slightly improved ratio
|
2016-12-07 12:49:38 +01:00 |
|
Przemyslaw Skibinski
|
77b051ed7b
|
improve code formatting
|
2016-12-07 12:17:24 +01:00 |
|
Przemyslaw Skibinski
|
e3fee94742
|
LZ4HC_MAX_CLEVEL = 12
|
2016-12-07 12:16:33 +01:00 |
|
Przemyslaw Skibinski
|
757ef1d5fc
|
removed LZ4HC_GetAllMatches
|
2016-12-07 11:44:17 +01:00 |
|
Przemyslaw Skibinski
|
cfe6a24b08
|
updated LZ4HC_get_price
|
2016-12-06 19:42:47 +01:00 |
|
Przemyslaw Skibinski
|
2113ead176
|
17-bit LZ4HC_MAXD
|
2016-12-06 19:11:53 +01:00 |
|
Przemyslaw Skibinski
|
c1ef7a177f
|
introduced LZ4HC_compress_hashChain
|
2016-12-06 15:21:28 +01:00 |
|
Przemyslaw Skibinski
|
3f430daf7a
|
added lz4opt.h
|
2016-12-06 15:20:59 +01:00 |
|
Przemyslaw Skibinski
|
5ae0e789fc
|
Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev
|
2016-12-06 13:44:42 +01:00 |
|
Yann Collet
|
5eb547a608
|
fix #283 : implement LZ4_versionString().
|
2016-12-04 20:05:36 +01:00 |
|
Yann Collet
|
a9a8dbf7c1
|
fixed minor display error when using -r
|
2016-11-28 04:01:02 -08:00 |
|
Yann Collet
|
f4c74e6fac
|
library release build compatible with environment variable
|
2016-11-22 11:52:43 -08:00 |
|
Yann Collet
|
7819d58787
|
new test case with fPIE
|
2016-11-22 11:18:07 -08:00 |
|
Przemyslaw Skibinski
|
65a542579b
|
updated README.md
|
2016-11-22 11:14:11 +01:00 |
|