Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed lib/clean | Yann Collet | 2016-12-21 | 1 | -1/+2 |
| | |||||
* | minor update Makefile | Yann Collet | 2016-12-21 | 1 | -11/+15 |
| | |||||
* | library release build compatible with environment variable | Yann Collet | 2016-11-22 | 1 | -20/+21 |
| | |||||
* | new test case with fPIE | Yann Collet | 2016-11-22 | 1 | -1/+1 |
| | |||||
* | added a few dates | Yann Collet | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | fixed #272 (compilation fails on gcc 4.4), reported by @totaam | Yann Collet | 2016-11-19 | 1 | -2/+2 |
| | |||||
* | fix 32-bits mode. | Yann Collet | 2016-11-17 | 1 | -2/+8 |
| | | | | | | Large File support for Mac OS-X in 32-bits mode Fixed potential undefined behavior Changed makefile for 32-bits mode | ||||
* | DLL dependencies moved to lib/dll/ | Przemyslaw Skibinski | 2016-11-15 | 1 | -3/+3 |
| | |||||
* | clang and g++ tests restricted to native only on Travis CI Ubuntu v12 ↵ | Yann Collet | 2016-11-14 | 1 | -2/+2 |
| | | | | environment | ||||
* | fixed make install | Przemyslaw Skibinski | 2016-11-09 | 1 | -3/+5 |
| | |||||
* | DLL exports only functions defined in liblz4.def | Przemyslaw Skibinski | 2016-11-09 | 1 | -1/+2 |
| | |||||
* | create DLL with MinGW/MSYS | Przemyslaw Skibinski | 2016-11-09 | 1 | -4/+10 |
| | |||||
* | removed LZ4_DLL_EXPORT=1 (2) | Przemyslaw Skibinski | 2016-11-09 | 1 | -1/+1 |
| | |||||
* | test powerpc64 | Przemyslaw Skibinski | 2016-11-08 | 1 | -0/+1 |
| | |||||
* | fixed strict warnings | Yann Collet | 2016-11-04 | 1 | -2/+2 |
| | |||||
* | updated comments | Yann Collet | 2016-11-04 | 1 | -1/+3 |
| | |||||
* | Merge pull request #241 from vapier/dev | Yann Collet | 2016-09-23 | 1 | -0/+5 |
|\ | | | | | add a flag to disable static libs | ||||
| * | add a flag to disable static libs | Mike Frysinger | 2016-09-23 | 1 | -0/+5 |
| | | |||||
* | | Add LZ4LIB_API | Kouhei Sutou | 2016-09-22 | 1 | -1/+1 |
|/ | | | | | | | | | | | | 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 uninstall | Yann Collet | 2016-09-17 | 1 | -9/+9 |
| | |||||
* | lz4 version source from lz4.h | Yann Collet | 2016-09-03 | 1 | -9/+14 |
| | |||||
* | use gnu c99 to get both c99 and POSIX | Georg Sauthoff | 2016-08-27 | 1 | -1/+1 |
| | | | | | | when compiling with gcc fixes fileno() implicitly defined on Linx and compile error on Solaris 10 | ||||
* | Add FreeBSD to install targets | Martin Waschbüsch | 2016-05-17 | 1 | -2/+3 |
| | | | | Add FreeBSD to install targets | ||||
* | Remove whitespace from ends of lines | Julius Werner | 2016-02-13 | 1 | -5/+5 |
| | | | | | | | I'm trying to import LZ4 code into a project with strict linting requirements. This will make that easier. Signed-off-by: Julius Werner <jwerner@chromium.org> | ||||
* | create link to dynamic library without using `cp -a` (#147) | Yann Collet | 2015-09-01 | 1 | -5/+5 |
| | |||||
* | Makefile : generates *.o for faster processing | Yann Collet | 2015-08-15 | 1 | -10/+8 |
| | |||||
* | liblz4 : Moved XXH_NAMESPACE to CPPFLAGS | Yann Collet | 2015-07-02 | 1 | -4/+7 |
| | |||||
* | Added namespace ability to xxhash | Yann Collet | 2015-06-27 | 1 | -1/+1 |
| | |||||
* | Changed : static library is no longer compiled with -fPIC by default (this ↵ | Yann Collet | 2015-06-27 | 1 | -1/+1 |
| | | | | option can still be added on the command line) See #53 | ||||
* | Fixed typo | Yann Collet | 2015-05-06 | 1 | -1/+1 |
| | |||||
* | Added : LZ4_compress_destSize() | Yann Collet | 2015-05-06 | 1 | -2/+2 |
| | |||||
* | changed "make install" default install directory to /usr/local | Yann Collet | 2015-03-15 | 1 | -3/+2 |
| | |||||
* | Fixed : static library (x64 binary) | Yann Collet | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | NetBSD compatibility (#48) | Yann Collet | 2015-03-07 | 1 | -1/+1 |
| | |||||
* | Fix : lz4frame.h within uninstaller | Yann Collet | 2015-01-21 | 1 | -0/+1 |
| | |||||
* | Added : -pedantic compilation option | Yann Collet | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | New : lz4frame integrated into liblz4 (v1.5.0) | Yann Collet | 2014-12-13 | 1 | -7/+6 |
| | |||||
* | fixed : pkg version | Yann Collet | 2014-12-09 | 1 | -1/+2 |
| | |||||
* | Fixed : deprecated function LZ4_slideInputBufferHC() | Yann Collet | 2014-12-03 | 1 | -1/+0 |
| | |||||
* | New directory structure : library source files into /lib directory | Yann Collet | 2014-11-30 | 1 | -0/+118 |