platform/upstream/lz4.git
9 years agoMerge pull request #43 from Cyan4973/dev
Yann Collet [Thu, 11 Dec 2014 06:21:54 +0000 (07:21 +0100)]
Merge pull request #43 from Cyan4973/dev

Dev

9 years agominor memtest correction
Yann Collet [Wed, 10 Dec 2014 22:00:50 +0000 (23:00 +0100)]
minor memtest correction

9 years agoupdated NEWS
Yann Collet [Wed, 10 Dec 2014 17:02:40 +0000 (18:02 +0100)]
updated NEWS

9 years agoFixed : LZ4_compress_limitedOutput() bug, as reported by Christopher Speller
Yann Collet [Wed, 10 Dec 2014 16:58:15 +0000 (17:58 +0100)]
Fixed : LZ4_compress_limitedOutput() bug, as reported by Christopher Speller

9 years agostronger tests for LZ4_compress_limitedOutput()
Yann Collet [Wed, 10 Dec 2014 08:05:44 +0000 (09:05 +0100)]
stronger tests for LZ4_compress_limitedOutput()

9 years agoMerge pull request #41 from Cyan4973/dev
Yann Collet [Tue, 9 Dec 2014 12:45:21 +0000 (13:45 +0100)]
Merge pull request #41 from Cyan4973/dev

fixed : pkg version

9 years agofixed : pkg version
Yann Collet [Tue, 9 Dec 2014 08:47:54 +0000 (09:47 +0100)]
fixed : pkg version

9 years agoMerge pull request #40 from Cyan4973/dev
Yann Collet [Mon, 8 Dec 2014 12:41:11 +0000 (13:41 +0100)]
Merge pull request #40 from Cyan4973/dev

minor refactoring

9 years agominor refactoring
Yann Collet [Sat, 6 Dec 2014 16:10:54 +0000 (17:10 +0100)]
minor refactoring

9 years agoMerge pull request #39 from Cyan4973/dev
Yann Collet [Fri, 5 Dec 2014 21:52:25 +0000 (22:52 +0100)]
Merge pull request #39 from Cyan4973/dev

Dev

9 years agoClarified a few comments
Yann Collet [Wed, 3 Dec 2014 22:19:11 +0000 (23:19 +0100)]
Clarified a few comments

9 years agoMerge pull request #38 from Cyan4973/newDir
Yann Collet [Wed, 3 Dec 2014 18:40:23 +0000 (19:40 +0100)]
Merge pull request #38 from Cyan4973/newDir

New dir

9 years agoFixed : deprecated function LZ4_slideInputBufferHC()
Yann Collet [Wed, 3 Dec 2014 18:17:10 +0000 (19:17 +0100)]
Fixed : deprecated function LZ4_slideInputBufferHC()

9 years agovariable ref renamed
Yann Collet [Tue, 2 Dec 2014 22:57:15 +0000 (23:57 +0100)]
variable ref renamed

9 years agolz4frame.h : clarified a few comments
Yann Collet [Mon, 1 Dec 2014 21:00:07 +0000 (22:00 +0100)]
lz4frame.h : clarified a few comments

9 years agoMerge pull request #37 from Cyan4973/newDir
Yann Collet [Mon, 1 Dec 2014 13:06:30 +0000 (14:06 +0100)]
Merge pull request #37 from Cyan4973/newDir

New dir

9 years agolz4cli : legacy arguments are now disabled by default
Yann Collet [Mon, 1 Dec 2014 00:25:18 +0000 (01:25 +0100)]
lz4cli : legacy arguments are now disabled by default

9 years agoFixed : make dist
Yann Collet [Mon, 1 Dec 2014 00:20:42 +0000 (01:20 +0100)]
Fixed : make dist

9 years agoClarified some file names
Yann Collet [Sun, 30 Nov 2014 23:53:20 +0000 (00:53 +0100)]
Clarified some file names

9 years agofix : sudo for make install
Yann Collet [Sun, 30 Nov 2014 22:37:55 +0000 (23:37 +0100)]
fix : sudo for make install

9 years ago(no commit message)
Yann Collet [Sun, 30 Nov 2014 22:34:29 +0000 (23:34 +0100)]

9 years agoNew directory structure : library source files into /lib directory
Yann Collet [Sun, 30 Nov 2014 22:32:12 +0000 (23:32 +0100)]
New directory structure : library source files into /lib directory

9 years agoUpdate cmakelist to support new lz4io version
Yann Collet [Sun, 30 Nov 2014 17:04:32 +0000 (18:04 +0100)]
Update cmakelist to support new lz4io version

9 years agoLZ4IO : modified to use lz4frame instead
Yann Collet [Sun, 30 Nov 2014 16:59:31 +0000 (17:59 +0100)]
LZ4IO : modified to use lz4frame instead

9 years agoMerge pull request #36 from Cyan4973/AlignEndian
Yann Collet [Sun, 30 Nov 2014 12:54:04 +0000 (13:54 +0100)]
Merge pull request #36 from Cyan4973/AlignEndian

Align endian

9 years agoFixed : some minor Visual warnings
Yann Collet [Sun, 30 Nov 2014 11:58:00 +0000 (12:58 +0100)]
Fixed : some minor Visual warnings

9 years agoUpdated lz4hc : re-use most shared elements from lz4 (endianess / align / bus detecti...
Yann Collet [Sat, 29 Nov 2014 19:19:39 +0000 (20:19 +0100)]
Updated lz4hc : re-use most shared elements from lz4 (endianess / align / bus detection routines)

9 years agoImproved compression speed on big endian CPU
Yann Collet [Sat, 29 Nov 2014 16:44:33 +0000 (17:44 +0100)]
Improved compression speed on big endian CPU

9 years agominor : fixed warning under clang
Yann Collet [Sat, 29 Nov 2014 16:12:26 +0000 (17:12 +0100)]
minor : fixed warning under clang

9 years agoFixed : decompression issue on 32-bits CPU without unaligned memory access
Yann Collet [Sat, 29 Nov 2014 15:41:28 +0000 (16:41 +0100)]
Fixed : decompression issue on 32-bits CPU without unaligned memory access

9 years agoFixed decompression bug
Yann Collet [Fri, 28 Nov 2014 01:48:21 +0000 (02:48 +0100)]
Fixed decompression bug

9 years agoImproved decoding speed
Yann Collet [Thu, 27 Nov 2014 21:44:36 +0000 (22:44 +0100)]
Improved decoding speed

9 years agoAdded : $(EXT) within install for cross-compilation support
Yann Collet [Sun, 23 Nov 2014 17:36:04 +0000 (18:36 +0100)]
Added : $(EXT) within install for cross-compilation support

9 years agoCorrected lz4io
Yann Collet [Sun, 23 Nov 2014 00:14:04 +0000 (01:14 +0100)]
Corrected lz4io

9 years agoNew endian & alignment code
Yann Collet [Sat, 22 Nov 2014 23:46:15 +0000 (00:46 +0100)]
New endian & alignment code

9 years agoMerge pull request #34 from Cyan4973/dev
Yann Collet [Thu, 6 Nov 2014 18:39:42 +0000 (19:39 +0100)]
Merge pull request #34 from Cyan4973/dev

LZ4 HC Streaming

9 years agoMakefile : refactored Travis CI tests
Yann Collet [Tue, 4 Nov 2014 19:56:38 +0000 (20:56 +0100)]
Makefile : refactored Travis CI tests

9 years agolz4.h : updated library version number to 1.4.0
Yann Collet [Tue, 4 Nov 2014 19:04:43 +0000 (20:04 +0100)]
lz4.h : updated library version number to 1.4.0

9 years agoFixed issue 44 : stopped concatenated stream on null size frame (thanks to Brendan...
Yann Collet [Tue, 4 Nov 2014 11:11:14 +0000 (12:11 +0100)]
Fixed issue 44 : stopped concatenated stream on null size frame (thanks to Brendan O'Connor)

9 years agoFixed issue #31 : lz4.c warning under visual
Yann Collet [Tue, 4 Nov 2014 10:07:04 +0000 (11:07 +0100)]
Fixed issue #31 : lz4.c warning under visual

9 years agoAdded : cmake test
Yann Collet [Tue, 4 Nov 2014 09:50:17 +0000 (10:50 +0100)]
Added : cmake test
cmake : corrected xxhash path (thanks to j.magnuson)

9 years agoMakefile : added -Wcast-align compilation warning
Yann Collet [Tue, 4 Nov 2014 09:32:50 +0000 (10:32 +0100)]
Makefile : added -Wcast-align compilation warning

9 years agoUpdated unsynchronized buffers tests
Yann Collet [Tue, 4 Nov 2014 09:04:37 +0000 (10:04 +0100)]
Updated unsynchronized buffers tests

9 years agoUpdated ring buffer examples
Yann Collet [Mon, 3 Nov 2014 08:29:45 +0000 (09:29 +0100)]
Updated ring buffer examples

9 years agofullbench : display Algorithm Nb
Yann Collet [Mon, 3 Nov 2014 08:18:15 +0000 (09:18 +0100)]
fullbench : display Algorithm Nb

9 years agoOptimized LZ4_saveDictHC()
Yann Collet [Sun, 2 Nov 2014 21:32:12 +0000 (22:32 +0100)]
Optimized LZ4_saveDictHC()

9 years agoUpdated xxHash to r38
Yann Collet [Sat, 1 Nov 2014 20:58:31 +0000 (21:58 +0100)]
Updated xxHash to r38

9 years agoAdded : valgrind test for fuzzer
Yann Collet [Wed, 29 Oct 2014 00:47:43 +0000 (01:47 +0100)]
Added : valgrind test for fuzzer

9 years agominor fuzzer test correction
Yann Collet [Wed, 29 Oct 2014 00:39:47 +0000 (01:39 +0100)]
minor fuzzer test correction

9 years agoMerge pull request #33 from Cyan4973/streamHC
Yann Collet [Tue, 28 Oct 2014 22:12:04 +0000 (23:12 +0100)]
Merge pull request #33 from Cyan4973/streamHC

Stream hc

9 years agoFixed : frametest for Travis CI build matrix
Yann Collet [Tue, 28 Oct 2014 14:58:25 +0000 (15:58 +0100)]
Fixed : frametest for Travis CI build matrix

9 years agonew Travis CI build matrix
Yann Collet [Tue, 28 Oct 2014 14:35:43 +0000 (15:35 +0100)]
new Travis CI build matrix

9 years agoAdded : frametest32
Yann Collet [Tue, 28 Oct 2014 10:32:42 +0000 (11:32 +0100)]
Added : frametest32

9 years agoLZ4 HC streaming integrated within lz4frame
Yann Collet [Mon, 27 Oct 2014 23:39:06 +0000 (00:39 +0100)]
LZ4 HC streaming integrated within lz4frame

9 years agoHC streaming : support for very long streaming (> 4 GB) scenarios
Yann Collet [Sun, 26 Oct 2014 10:22:15 +0000 (11:22 +0100)]
HC streaming : support for very long streaming (> 4 GB) scenarios

9 years agoHC streaming : support small ringbuffer scenarios
Yann Collet [Sat, 25 Oct 2014 19:52:10 +0000 (20:52 +0100)]
HC streaming : support small ringbuffer scenarios

9 years agoAdded : HC streaming ring buffer example
Yann Collet [Wed, 22 Oct 2014 07:07:56 +0000 (08:07 +0100)]
Added : HC streaming ring buffer example

9 years agofixed LZ4F_compressFrameBound (dynamic block resize)
Yann Collet [Tue, 21 Oct 2014 23:36:32 +0000 (00:36 +0100)]
fixed LZ4F_compressFrameBound (dynamic block resize)

9 years agoLZ4 HC : fixed small dictionary streaming compression
Yann Collet [Mon, 20 Oct 2014 23:12:55 +0000 (00:12 +0100)]
LZ4 HC : fixed small dictionary streaming compression

9 years agoLZ4 HC : External Dictionary compression : First implementation
Yann Collet [Mon, 20 Oct 2014 00:08:21 +0000 (01:08 +0100)]
LZ4 HC : External Dictionary compression : First implementation

9 years agominor refactoring of LZ4 HC, to prepare for external dictionaries
Yann Collet [Sun, 19 Oct 2014 16:41:42 +0000 (17:41 +0100)]
minor refactoring of LZ4 HC, to prepare for external dictionaries

9 years agofuzzer : easier random replay
Yann Collet [Sun, 19 Oct 2014 15:06:33 +0000 (16:06 +0100)]
fuzzer : easier random replay

9 years agofuzzer : fixed test 21
Yann Collet [Sun, 19 Oct 2014 14:25:35 +0000 (15:25 +0100)]
fuzzer : fixed test 21

9 years agofuzzer : faster jump to testNb
Yann Collet [Sun, 19 Oct 2014 12:47:22 +0000 (13:47 +0100)]
fuzzer : faster jump to testNb

9 years agofuzzer : fixed minor command lines issues
Yann Collet [Sat, 18 Oct 2014 12:27:32 +0000 (13:27 +0100)]
fuzzer : fixed minor command lines issues

9 years agoupdated LZ4HC API
Yann Collet [Sat, 18 Oct 2014 10:18:14 +0000 (11:18 +0100)]
updated LZ4HC API

9 years agoMerge branch 'dev' of https://github.com/Cyan4973/lz4 into dev
Yann Collet [Fri, 17 Oct 2014 08:00:55 +0000 (10:00 +0200)]
Merge branch 'dev' of https://github.com/Cyan4973/lz4 into dev

9 years agofuzzer : pause at the end is disabled by default
Yann Collet [Fri, 10 Oct 2014 19:58:42 +0000 (20:58 +0100)]
fuzzer : pause at the end is disabled by default

9 years agomodified : fuzzer automatically selects seed
Yann Collet [Thu, 9 Oct 2014 21:15:57 +0000 (22:15 +0100)]
modified : fuzzer automatically selects seed

9 years agoUpdated : xxHash to r37
Yann Collet [Mon, 6 Oct 2014 10:13:56 +0000 (11:13 +0100)]
Updated : xxHash to r37

9 years agoupdate distribution builder "make dist"
Yann Collet [Mon, 6 Oct 2014 00:10:29 +0000 (01:10 +0100)]
update distribution builder "make dist"
update test, to also verify "make dist"

9 years agoFixed : LZ4F_compressBound() using null preferencesPtr
Yann Collet [Sun, 5 Oct 2014 23:48:45 +0000 (00:48 +0100)]
Fixed : LZ4F_compressBound() using null preferencesPtr
Updated : frametest, to check LZ4F_compressBound() using null preferencesPtr

9 years agoMerge pull request #28 from Cyan4973/dev
Yann Collet [Thu, 25 Sep 2014 12:03:36 +0000 (14:03 +0200)]
Merge pull request #28 from Cyan4973/dev

updated comment on compressionLevel field

9 years agoupdated comment on compressionLevel field
Yann Collet [Wed, 24 Sep 2014 12:48:03 +0000 (13:48 +0100)]
updated comment on compressionLevel field

9 years agoMerge pull request #27 from Cyan4973/dev
Yann Collet [Tue, 23 Sep 2014 09:00:55 +0000 (11:00 +0200)]
Merge pull request #27 from Cyan4973/dev

lz4frame

9 years agofixed : clang warnings
Yann Collet [Mon, 22 Sep 2014 17:42:00 +0000 (18:42 +0100)]
fixed : clang warnings

9 years agoAdded : suooirt for s390x, thanks to Nobuhiro Iwamatsu
Yann Collet [Mon, 22 Sep 2014 16:38:17 +0000 (17:38 +0100)]
Added : suooirt for s390x, thanks to Nobuhiro Iwamatsu
Multiple warning fixes for Visual Studio 2012

9 years agoLZ4F_compressFrame : fix potential crash on selecting custom preferences
Yann Collet [Mon, 22 Sep 2014 01:59:42 +0000 (02:59 +0100)]
LZ4F_compressFrame : fix potential crash on selecting custom preferences
frame fuzzer tests : new random tests using LZ4F_compressFrame

9 years agoLZ4F_compressFrame() : auto-resize block size when unnecessarily large
Yann Collet [Mon, 22 Sep 2014 01:36:20 +0000 (02:36 +0100)]
LZ4F_compressFrame() : auto-resize block size when unnecessarily large

9 years agoSlightly improved decompression speed (linkedBlockMode, small frames primarily)
Yann Collet [Mon, 22 Sep 2014 01:02:40 +0000 (02:02 +0100)]
Slightly improved decompression speed (linkedBlockMode, small frames primarily)

9 years agoLZ4F_getFrameInfo() No longer requires to continue decoding at address after header
Yann Collet [Mon, 22 Sep 2014 00:32:55 +0000 (01:32 +0100)]
LZ4F_getFrameInfo() No longer requires to continue decoding at address after header
Slightly improved LZ4F_decompress() speed (less dictionary copy)

9 years agolz4frame : support stableDst option
Yann Collet [Sun, 21 Sep 2014 08:56:21 +0000 (09:56 +0100)]
lz4frame : support stableDst option
Multiple bugfixes within lz4frame decompression
Small decompression speed improvements
Improved fuzzer test, with more thorough and complex tests

9 years agosmall improvements to lz4frame compression
Yann Collet [Sun, 14 Sep 2014 23:59:30 +0000 (00:59 +0100)]
small improvements to lz4frame compression

9 years agochanged : lz4 test mode (-t) to no longer ask for confirmation, as suggested by Nguye...
Yann Collet [Sat, 13 Sep 2014 22:49:45 +0000 (23:49 +0100)]
changed : lz4 test mode (-t) to no longer ask for confirmation, as suggested by Nguyen Thary

9 years agochanged xxhash directory
Yann Collet [Sat, 13 Sep 2014 22:44:07 +0000 (23:44 +0100)]
changed xxhash directory
changed makefile

9 years agoMerge pull request #26 from Cyan4973/frame
Yann Collet [Sat, 13 Sep 2014 22:30:01 +0000 (00:30 +0200)]
Merge pull request #26 from Cyan4973/frame

Frame

9 years agoRestored variable output size fuzzer test
Yann Collet [Sat, 13 Sep 2014 20:21:41 +0000 (21:21 +0100)]
Restored variable output size fuzzer test
Quickfix frame decompression
Small speed optimization frame decompression

9 years agoFrame decompression speed optimization
Yann Collet [Sat, 13 Sep 2014 18:49:01 +0000 (19:49 +0100)]
Frame decompression speed optimization

9 years agofullbench : added benchmark for LZ4F_decompress()
Yann Collet [Sat, 13 Sep 2014 14:24:16 +0000 (15:24 +0100)]
fullbench : added benchmark for LZ4F_decompress()

9 years agoLZ4F_getFrameInfo() : provides srcSize hint like LZ4F_decompress()
Yann Collet [Sat, 13 Sep 2014 13:40:35 +0000 (14:40 +0100)]
LZ4F_getFrameInfo() : provides srcSize hint like LZ4F_decompress()

9 years agoLZ4F_decompressFrame : implemented srcSizeHint as function result
Yann Collet [Sat, 13 Sep 2014 11:15:54 +0000 (12:15 +0100)]
LZ4F_decompressFrame : implemented srcSizeHint as function result

9 years agolz4frame : implemented option stableSrc
Yann Collet [Sat, 13 Sep 2014 09:08:55 +0000 (10:08 +0100)]
lz4frame : implemented option stableSrc
Improved LZ4_compressFrame() speed

9 years agolz4frame : autoflush mode : saves memory, and improves compression speed
Yann Collet [Fri, 12 Sep 2014 18:28:44 +0000 (19:28 +0100)]
lz4frame : autoflush mode : saves memory, and improves compression speed
LZ4F_getFrameInfo() fix, thanks to Christopher Jackson

9 years agoslightly improved frame compression speed
Yann Collet [Thu, 11 Sep 2014 21:27:14 +0000 (22:27 +0100)]
slightly improved frame compression speed

9 years agoImproved lz4frame compression speed
Yann Collet [Wed, 10 Sep 2014 21:17:03 +0000 (22:17 +0100)]
Improved lz4frame compression speed
Added : fullbench test -c14 (LZ4F_compressFrame)

9 years agoMore tests : random flushes
Yann Collet [Wed, 10 Sep 2014 12:53:42 +0000 (13:53 +0100)]
More tests : random flushes

9 years agoFix : streaming mode bug (re-using context & buffers)
Yann Collet [Wed, 10 Sep 2014 12:00:39 +0000 (13:00 +0100)]
Fix : streaming mode bug (re-using context & buffers)

9 years agoAdded : streaming mode
Yann Collet [Tue, 9 Sep 2014 22:54:22 +0000 (23:54 +0100)]
Added : streaming mode

9 years agoAdded : valgrind verification for frametest
Yann Collet [Sun, 7 Sep 2014 13:15:33 +0000 (14:15 +0100)]
Added : valgrind verification for frametest

9 years agominor allocation correction (compressBegin)
Yann Collet [Sun, 7 Sep 2014 12:29:04 +0000 (13:29 +0100)]
minor allocation correction (compressBegin)