summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* fixed conversion warningsYann Collet2016-11-141-4/+4
|
* fuzzer code refactoringYann Collet2016-11-131-1/+1
| | | | fix g++ conversion warning
* made lz4hc explicitly dependent on lz4Yann Collet2016-11-122-69/+33
|
* fixed __GNUC__ macroYann Collet2016-11-123-9/+9
|
* enabled deprecation warnings on remaining obsolete functionsYann Collet2016-11-124-131/+137
|
* update code commentsYann Collet2016-11-123-140/+130
|
* Merge pull request #267 from terrelln/strict-aliasingYann Collet2016-11-124-125/+204
|\ | | | | Expose internal types to remove strict aliasing
| * Expose internal types to remove strict aliasingNick Terrell2016-11-114-125/+204
| |
* | fixed conversion warningsYann Collet2016-11-111-2/+2
| |
* | updated frametestYann Collet2016-11-113-48/+59
|/
* updated xxhash libYann Collet2016-11-112-342/+359
|
* Fix license and remove references to zstdNick Terrell2016-11-111-1/+1
|
* Fixed #178 fullbench on small inputYann Collet2016-11-101-2/+9
|
* Using MinGW+MSYS to create DLLPrzemyslaw Skibinski2016-11-101-1/+13
|
* udated README.mdPrzemyslaw Skibinski2016-11-101-4/+21
|
* lz4.h: added Introduction sectionPrzemyslaw Skibinski2016-11-101-29/+38
|
* fixed make installPrzemyslaw Skibinski2016-11-091-3/+5
|
* DLL exports only functions defined in liblz4.defPrzemyslaw Skibinski2016-11-093-3/+69
|
* create DLL with MinGW/MSYSPrzemyslaw Skibinski2016-11-091-4/+10
|
* updated appveyor.ymlPrzemyslaw Skibinski2016-11-091-1/+1
|
* removed LZ4_DLL_EXPORT=1 (2)Przemyslaw Skibinski2016-11-094-14/+13
|
* introduced LZ4_COMPILED_AS_DLLPrzemyslaw Skibinski2016-11-091-0/+7
|
* err0r(LZ4F_errorCodes code) uses ptrdiff_tPrzemyslaw Skibinski2016-11-081-1/+1
|
* test powerpc64Przemyslaw Skibinski2016-11-081-0/+1
|
* slightly improved HC compression ratioYann Collet2016-11-081-6/+6
|
* small compression ratio and speed improvement on small filesYann Collet2016-11-081-17/+12
|
* Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2016-11-072-3/+3
|\
| * updated declaration of LZ4F_freeDecompressionContextPrzemyslaw Skibinski2016-11-071-1/+1
| |
| * fixed appveyor.ymlPrzemyslaw Skibinski2016-11-071-1/+1
| |
| * Fix LZ4_decompress_fast_continue() bugNick Terrell2016-11-051-1/+1
| | | | | | | | | | It specified the external dictionary location incorrectly. Add tests that expose this bug with both normal compilation and ASAN.
* | minor refactorYann Collet2016-11-051-1/+1
|/
* restricted deprecation warning to fairly recent gcc versions (>=6.0)Yann Collet2016-11-051-1/+1
|
* lz4frame obsolete enum should trigger deprecation warnings (on supported ↵Yann Collet2016-11-041-14/+21
| | | | compilers)
* removed support for old error code enums from lz4frame_static.h, to free up ↵Yann Collet2016-11-041-1/+1
| | | | | | | namespace. note : lz4frame_static.h does not guaranteed API stability. note 2 : the macro to enable old error code enums is still present. Just needs to comment one line to re-enable them.
* Quiet gcc-4.6.3 narrowing warningNick Terrell2016-11-041-2/+2
|
* better correctness on big-endian 64-bits platformsYann Collet2016-11-041-2/+6
|
* small compression speed improvement on 64-bits systemsYann Collet2016-11-041-8/+9
|
* minor code refactoringYann Collet2016-11-042-48/+53
|
* fix #198 : no longer requires to restart streaming decompression from where ↵Yann Collet2016-11-042-134/+101
| | | | | | | it stopped. It permits relocating remaining data into another memory space. Still, the same content must be presented.
* fixed strict warningsYann Collet2016-11-043-19/+19
|
* updated commentsYann Collet2016-11-045-66/+76
|
* updated links to LZ4 repositoryPrzemyslaw Skibinski2016-11-037-7/+7
|
* documentation moved to doc/Przemyslaw Skibinski2016-11-032-2/+2
|
* Clarified license (#115, #244)Yann Collet2016-11-021-7/+26
|
* fixes static compilation under Windows (#246)Yann Collet2016-10-211-6/+2
|
* Merge pull request #241 from vapier/devYann Collet2016-09-231-0/+5
|\ | | | | add a flag to disable static libs
| * add a flag to disable static libsMike Frysinger2016-09-231-0/+5
| |
* | Use different prefix for each file to avoid conflictKouhei Sutou2016-09-232-41/+41
| |
* | Add LZ4LIB_APIKouhei Sutou2016-09-224-66/+116
|/ | | | | | | | | | | | It's based on Zstandard's ZSTDLIB_API. See also: https://github.com/Cyan4973/lz4/issues/216#issuecomment-226245432 Deprecated functions aren't LZ4LIB_API targets. Because we don't need to export deprecated functions from now. There are same LZ4LIB_API definitions in each header files instead of including a common header file because LZ4_DEPRECATED is defined so.
* updated uninstallYann Collet2016-09-171-9/+9
|