aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* lz4: Enable building with AndroidHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001stable/cm-13.0-ZNH5Ystable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2Kstable/cm-13.0-ZNH0Ecm-13.0Steve Kondik2016-01-011-0/+35
| | | | | Signed-off-by: Humberto Borba <humberos@gmail.com> Change-Id: Ibecdd663e550fe83d1def540c65c2b0c4970c3e2
* Revert "lz4: Add Android.mk file to build as a host static library"Humberto Borba2016-01-012-15/+0
| | | | | | | This reverts commit 49f9b96255588932ee6d0c33e4c546d7475e5898. Signed-off-by: Humberto Borba <humberos@gmail.com> Change-Id: I9e7e96e0ebc413d654fe421dfec009c0cd18fa1d
* lz4: Add Android.mk file to build as a host static libraryMohamad Ayyash2015-02-252-0/+15
| | | | | Change-Id: If9b3cbe3d20ba486aeb1529a07770ee82af66723 Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
* Move BSD LICENSE FILE from lib/LICENSE to root dir.Mohamad Ayyash2015-02-231-0/+0
| | | | | Change-Id: I3a065f156c806725286c0893fe414408e5590914 Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
* Added : -pedantic compilation optionYann Collet2015-02-235-5/+6
|
* C90 compatibilityYann Collet2015-02-233-16/+16
|
* Fixed : older compiler don't like nameless unions, reported by Cheyi LinYann Collet2015-02-238-351/+362
|
* Fixed : bug within LZ4 HC streaming mode, reported by James BoyleYann Collet2015-02-235-21/+27
|
* Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski Yann Collet2015-02-232-14/+13
|
* Updated commentsYann Collet2015-02-231-8/+0
|
* fixed travis testsYann Collet2015-02-232-2/+5
|
* Fixed : install test on travisYann Collet2015-02-231-1/+1
|
* New : lz4frame integrated into liblz4 (v1.5.0)Yann Collet2015-02-2311-57/+117
|
* Fixed : minor warnings under VisualYann Collet2015-02-231-7/+3
|
* minor memtest correctionYann Collet2015-02-231-1/+1
|
* updated NEWSYann Collet2015-02-231-0/+1
|
* Fixed : LZ4_compress_limitedOutput() bug, as reported by Christopher SpellerYann Collet2015-02-233-20/+21
|
* stronger tests for LZ4_compress_limitedOutput()Yann Collet2015-02-232-63/+80
|
* fixed : pkg versionYann Collet2015-02-233-2/+4
|
* minor refactoringYann Collet2015-02-236-62/+38
|
* Clarified a few commentsYann Collet2015-02-236-72/+28
|
* Fixed : deprecated function LZ4_slideInputBufferHC()Yann Collet2015-02-233-60/+43
|
* variable ref renamedYann Collet2015-02-231-18/+18
|
* lz4frame.h : clarified a few commentsYann Collet2015-02-231-19/+27
|
* lz4cli : legacy arguments are now disabled by defaultYann Collet2015-02-232-12/+12
|
* Fixed : make distYann Collet2015-02-231-3/+2
|
* Clarified some file namesYann Collet2015-02-233-14/+0
|
* fix : sudo for make installYann Collet2015-02-231-2/+2
|
* (no commit message)Yann Collet2015-02-236-16/+0
|
* New directory structure : library source files into /lib directoryYann Collet2015-02-2324-72/+173
|
* Update cmakelist to support new lz4io versionYann Collet2015-02-231-2/+2
|
* LZ4IO : modified to use lz4frame insteadYann Collet2015-02-235-456/+167
|
* Fixed : some minor Visual warningsYann Collet2015-02-233-2/+6
|
* Updated lz4hc : re-use most shared elements from lz4 (endianess / align / ↵Yann Collet2015-02-233-337/+108
| | | | bus detection routines)
* Improved compression speed on big endian CPUYann Collet2015-02-231-51/+73
|
* minor : fixed warning under clangYann Collet2015-02-231-7/+10
|
* Fixed : decompression issue on 32-bits CPU without unaligned memory accessYann Collet2015-02-234-45/+37
|
* Fixed decompression bugYann Collet2015-02-231-3/+6
|
* Improved decoding speedYann Collet2015-02-233-107/+98
|
* Added : $(EXT) within install for cross-compilation supportYann Collet2015-02-233-16/+12
|
* Corrected lz4ioYann Collet2015-02-234-5/+12
|
* New endian & alignment codeYann Collet2015-02-235-245/+275
|
* Makefile : refactored Travis CI testsYann Collet2015-02-233-46/+24
|
* lz4.h : updated library version number to 1.4.0Yann Collet2015-02-231-2/+2
|
* Fixed issue 44 : stopped concatenated stream on null size frame (thanks to ↵Yann Collet2015-02-232-16/+21
| | | | Brendan O'Connor)
* Fixed issue #31 : lz4.c warning under visualYann Collet2015-02-231-1/+1
|
* Added : cmake testYann Collet2015-02-233-4/+11
| | | cmake : corrected xxhash path (thanks to j.magnuson)
* Makefile : added -Wcast-align compilation warningYann Collet2015-02-232-2/+2
|
* Updated unsynchronized buffers testsYann Collet2015-02-233-9/+54
|
* Updated ring buffer examplesYann Collet2015-02-232-17/+30
|