Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos preventing installation of static lib. | Ido Rosen | 2017-08-01 | 1 | -1/+2 |
| | |||||
* | updated Makefile | Yann Collet | 2017-05-10 | 1 | -6/+7 |
| | | | | | to automatically build manual files with make all | ||||
* | Export only those symbols that are part of public API | Dmitry V. Levin | 2017-03-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specify -fvisibility=hidden parameter when linking the shared library using -fPIC, assuming that gcc >= 4 is used. This change results to unexporting of the following 42 functions: LZ4F_getErrorCode LZ4_XXH32 LZ4_XXH32_canonicalFromHash LZ4_XXH32_copyState LZ4_XXH32_createState LZ4_XXH32_digest LZ4_XXH32_freeState LZ4_XXH32_hashFromCanonical LZ4_XXH32_reset LZ4_XXH32_update LZ4_XXH64 LZ4_XXH64_canonicalFromHash LZ4_XXH64_copyState LZ4_XXH64_createState LZ4_XXH64_digest LZ4_XXH64_freeState LZ4_XXH64_hashFromCanonical LZ4_XXH64_reset LZ4_XXH64_update LZ4_XXH_versionNumber LZ4_compressHC LZ4_compressHC2 LZ4_compressHC2_continue LZ4_compressHC2_limitedOutput LZ4_compressHC2_limitedOutput_continue LZ4_compressHC2_limitedOutput_withStateHC LZ4_compressHC2_withStateHC LZ4_compressHC_continue LZ4_compressHC_limitedOutput LZ4_compressHC_limitedOutput_continue LZ4_compressHC_limitedOutput_withStateHC LZ4_compressHC_withStateHC LZ4_compress_fast_force LZ4_compress_forceExtDict LZ4_createHC LZ4_decompress_safe_forceExtDict LZ4_freeHC LZ4_resetStreamStateHC LZ4_sizeofStreamStateHC LZ4_slideInputBufferHC LZ4_uncompress LZ4_uncompress_unknownOutputSize | ||||
* | Explicitly create $(DESTDIR)$(LIBDIR)/ at install time | Eric Siegerman | 2017-02-15 | 1 | -1/+1 |
| | | | | | This is needed on systems where it isn't the parent of $(PKGCONFIGDIR), and so doesn't get created implicitly. | ||||
* | added "This Makefile is validated for" | Przemyslaw Skibinski | 2017-01-19 | 1 | -0/+2 |
| | |||||
* | changed default PREFIX and MANDIR | Przemyslaw Skibinski | 2016-12-28 | 1 | -6/+1 |
| | |||||
* | lib\Makefile: fixed INSTALL_DATA | Przemyslaw Skibinski | 2016-12-27 | 1 | -3/+3 |
| | |||||
* | Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev | Przemyslaw Skibinski | 2016-12-27 | 1 | -6/+11 |
|\ | | | | | | | | | # Conflicts: # lib/Makefile | ||||
| * | fixed lib/clean | Yann Collet | 2016-12-21 | 1 | -1/+2 |
| | | |||||
| * | minor update Makefile | Yann Collet | 2016-12-21 | 1 | -11/+15 |
| | | |||||
* | | BSD: improved "make install" | Przemyslaw Skibinski | 2016-12-23 | 1 | -6/+11 |
| | | |||||
* | | Solaris: working "make install" | Przemyslaw Skibinski | 2016-12-22 | 1 | -18/+35 |
|/ | |||||
* | 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 |