summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* DLL dependencies moved to lib/dll/Przemyslaw Skibinski2016-11-151-3/+3
* clang and g++ tests restricted to native only on Travis CI Ubuntu v12 environ...Yann Collet2016-11-141-2/+2
* fixed make installPrzemyslaw Skibinski2016-11-091-3/+5
* DLL exports only functions defined in liblz4.defPrzemyslaw Skibinski2016-11-091-1/+2
* create DLL with MinGW/MSYSPrzemyslaw Skibinski2016-11-091-4/+10
* removed LZ4_DLL_EXPORT=1 (2)Przemyslaw Skibinski2016-11-091-1/+1
* test powerpc64Przemyslaw Skibinski2016-11-081-0/+1
* fixed strict warningsYann Collet2016-11-041-2/+2
* updated commentsYann Collet2016-11-041-1/+3
* Merge pull request #241 from vapier/devYann Collet2016-09-231-0/+5
|\
| * add a flag to disable static libsMike Frysinger2016-09-231-0/+5
* | Add LZ4LIB_APIKouhei Sutou2016-09-221-1/+1
|/
* updated uninstallYann Collet2016-09-171-9/+9
* lz4 version source from lz4.hYann Collet2016-09-031-9/+14
* use gnu c99 to get both c99 and POSIXGeorg Sauthoff2016-08-271-1/+1
* Add FreeBSD to install targetsMartin Waschbüsch2016-05-171-2/+3
* Remove whitespace from ends of linesJulius Werner2016-02-131-5/+5
* create link to dynamic library without using `cp -a` (#147)Yann Collet2015-09-011-5/+5
* Makefile : generates *.o for faster processingYann Collet2015-08-151-10/+8
* liblz4 : Moved XXH_NAMESPACE to CPPFLAGSYann Collet2015-07-021-4/+7
* Added namespace ability to xxhashYann Collet2015-06-271-1/+1
* Changed : static library is no longer compiled with -fPIC by default (this op...Yann Collet2015-06-271-1/+1
* Fixed typoYann Collet2015-05-061-1/+1
* Added : LZ4_compress_destSize()Yann Collet2015-05-061-2/+2
* changed "make install" default install directory to /usr/localYann Collet2015-03-151-3/+2
* Fixed : static library (x64 binary)Yann Collet2015-03-081-1/+1
* NetBSD compatibility (#48)Yann Collet2015-03-071-1/+1
* Fix : lz4frame.h within uninstallerYann Collet2015-01-211-0/+1
* Added : -pedantic compilation optionYann Collet2014-12-171-1/+1
* New : lz4frame integrated into liblz4 (v1.5.0)Yann Collet2014-12-131-7/+6
* fixed : pkg versionYann Collet2014-12-091-1/+2
* Fixed : deprecated function LZ4_slideInputBufferHC()Yann Collet2014-12-031-1/+0
* New directory structure : library source files into /lib directoryYann Collet2014-11-301-0/+118