Yann Collet
|
1b17bf2ab8
|
New lz4 API, using LZ4_compress_fast()
|
2015-05-03 17:57:46 +01:00 |
|
Yann Collet
|
2c7988761d
|
Shortened tests durations
|
2015-04-12 16:40:58 +01:00 |
|
Yann Collet
|
8f49666cbc
|
Fixed : minor coverity warning
|
2015-04-12 11:37:55 +01:00 |
|
Yann Collet
|
8a610004f6
|
Fixed a few coverity warnings
|
2015-04-12 09:42:58 +01:00 |
|
Yann Collet
|
81fdd9df23
|
Fixed a few Valgrind warnings
|
2015-04-12 09:29:52 +01:00 |
|
Yann Collet
|
66b8a4a8af
|
Fixed : minor Visual warnings
|
2015-04-12 08:58:00 +01:00 |
|
Yann Collet
|
62ed153195
|
Fixed : a few minor coverity warnings
|
2015-04-12 08:21:35 +01:00 |
|
Yann Collet
|
973e385fa3
|
Implemented obsolete warning message
|
2015-04-11 18:59:22 +01:00 |
|
Yann Collet
|
43e053513b
|
fix g++ typecast
|
2015-04-07 07:14:32 +01:00 |
|
Yann Collet
|
17f86149c5
|
added : memtest on fullbench
|
2015-04-06 01:02:24 +01:00 |
|
Yann Collet
|
78d2dfd427
|
fullbench : tests of _limitedOutput variants intentionnally provides less memory space than safe (LZ4_compressBound())
|
2015-04-01 18:21:03 +01:00 |
|
Yann Collet
|
4c227a487e
|
Added LZ4_compress_fast()
|
2015-03-30 21:32:25 +01:00 |
|
Yann Collet
|
2a82619311
|
fixed fullbench memory allocation error
|
2015-03-30 18:39:29 +01:00 |
|
Yann Collet
|
7d87d43e61
|
Updated lz4io sparse file support (alignment properties)
|
2015-03-17 18:02:01 +01:00 |
|
Yann Collet
|
45b0642bf5
|
scan-build tests
|
2015-03-15 01:42:27 +01:00 |
|
Yann Collet
|
ceec6fa849
|
g++ compatibility
|
2015-03-10 16:57:42 +01:00 |
|
Yann Collet
|
e68d1c98c1
|
restored lz4 hc compression ratio
|
2015-03-02 00:11:34 +01:00 |
|
Yann Collet
|
e68d7dcf22
|
Fixed : LZ4_compress_limitedOutput() bug, as reported by Christopher Speller
|
2014-12-10 17:58:15 +01:00 |
|
Yann Collet
|
2d98faf238
|
Improved decoding speed
|
2014-11-27 22:44:36 +01:00 |
|
Yann Collet
|
b005e1b42e
|
fullbench : display Algorithm Nb
|
2014-11-03 09:18:15 +01:00 |
|
Yann Collet
|
61289dea1d
|
Optimized LZ4_saveDictHC()
|
2014-11-02 22:32:12 +01:00 |
|
Yann Collet
|
d239a23337
|
updated LZ4HC API
|
2014-10-18 11:18:14 +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
|
eeb9011467
|
lz4frame : support stableDst option
Multiple bugfixes within lz4frame decompression
Small decompression speed improvements
Improved fuzzer test, with more thorough and complex tests
|
2014-09-21 09:56:21 +01:00 |
|
Yann Collet
|
56c2b79ed0
|
Frame decompression speed optimization
|
2014-09-13 19:49:01 +01:00 |
|
Yann Collet
|
38912f55e3
|
fullbench : added benchmark for LZ4F_decompress()
|
2014-09-13 15:24:16 +01:00 |
|
Yann Collet
|
a586208597
|
lz4frame : autoflush mode : saves memory, and improves compression speed
LZ4F_getFrameInfo() fix, thanks to Christopher Jackson
|
2014-09-12 19:28:44 +01:00 |
|
Yann Collet
|
b1d022fa72
|
slightly improved frame compression speed
|
2014-09-11 22:27:14 +01:00 |
|
Yann Collet
|
c71de79688
|
Improved lz4frame compression speed
Added : fullbench test -c14 (LZ4F_compressFrame)
|
2014-09-10 22:17:03 +01:00 |
|
Yann Collet
|
0400451ac2
|
Fix : streaming mode bug (re-using context & buffers)
|
2014-09-10 13:00:39 +01:00 |
|
Yann Collet
|
a0755949b6
|
fix : minor compilation warning under mingw
|
2014-08-05 06:42:40 +01:00 |
|
Yann Collet
|
a154628e70
|
Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle
|
2014-07-14 23:29:40 +01:00 |
|
Yann Collet
|
da5373197e
|
Fixed : issue 52 (reported by Ludwig Strigeus)
|
2014-06-22 11:25:04 +01:00 |
|
Yann Collet
|
8d66dd7cd5
|
Fixed : using loadDict() with small dictionaries
|
2014-06-21 17:01:15 +01:00 |
|
Yann Collet
|
135f11b54e
|
Obsolete "external allocation" functions
(convergence towards LZ4_compress_continue() )
|
2014-06-09 16:46:03 +01:00 |
|
Yann Collet
|
598bde9a69
|
converge towards LZ4_compress_continue()
|
2014-06-09 02:42:39 +01:00 |
|
Yann Collet
|
1e053a290a
|
new test tool : datagen
|
2014-06-03 23:44:49 +01:00 |
|
Yann Collet
|
b636779b0e
|
unified structure model
|
2014-06-02 07:07:19 +01:00 |
|
Yann Collet
|
4b43c2bd98
|
Continuous streaming mode (automatic)
|
2014-05-21 19:46:36 +01:00 |
|
Yann Collet
|
8c38ddd7e6
|
Introduce : LZ4_compress_limitedOutput_usingDict()
|
2014-05-20 23:26:03 +01:00 |
|
Yann Collet
|
7f92b09174
|
Fixed : compilation errors using Visual 2012
|
2014-05-20 01:53:48 +01:00 |
|
Yann Collet
|
4db6b03fce
|
First version of Block Streaming API : LZ4_compress_usingDict()
|
2014-05-20 00:40:29 +01:00 |
|
Yann Collet
|
7bcb3b2e9f
|
changed naming convention to *_usingDict()
|
2014-05-04 13:26:05 +01:00 |
|
Yann Collet
|
200d87c684
|
Added : *_withDict to fullbench
|
2014-05-03 19:56:08 +01:00 |
|
Yann Collet
|
03b9c5fcae
|
Introduce "External Dictionary" de/compression API
|
2014-04-28 21:45:35 +01:00 |
|
Takayuki MATSUOKA
|
0390c7dd9d
|
Add command-line switch to support Travis-CI
Add command-line switch '--no-prompt' to fullbench and fuzzer.
'--no-prompt' enables :
- Throtting stdout to satisfy Travis-CI's stdout limit (10MB).
- Prevent Travis-CI's build timeouts and ignore pause by getchar().
http://docs.travis-ci.com/user/build-configuration/#Build-Timeouts
|
2014-04-16 23:25:56 +09:00 |
|
Yann Collet
|
374d6ac35c
|
Fixed issue 127 & 128
|
2014-04-15 15:03:17 +02:00 |
|
yann.collet.73@gmail.com
|
a9d8640c1f
|
Makefile : library correctly compiled with -O3 switch (issue 114)
Makefile : library compilation compatible with clang
Makefile : library is versioned and linked (issue 119)
lz4.h : no more static inline prototypes (issue 116)
man : improved header/footer (issue 111)
Makefile : Use system default $(CC) & $(MAKE) variables (issue 112)
xxhash : updated to r34
git-svn-id: https://lz4.googlecode.com/svn/trunk@114 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
|
2014-03-12 14:51:59 +00:00 |
|
yann.collet.73@gmail.com
|
648678788c
|
Makefile : added capability to install libraries
Modified Directory tree, to better separate libraries from programs.
git-svn-id: https://lz4.googlecode.com/svn/trunk@111 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
|
2014-01-07 18:47:50 +00:00 |
|