summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Simplified travis test flowYann Collet2014-08-261-3/+2
* updated release numberYann Collet2014-08-131-1/+1
* Makefile: fix DESTDIRIgor Gnatenko2014-08-081-5/+5
* Makefile : restored Takayuki's fix for OS-X and BSDYann Collet2014-08-061-4/+5
* Updated Makefile : make distYann Collet2014-08-061-5/+7
* Fix BSD sed error reported by Yue DuTakayuki MATSUOKA2014-07-301-3/+3
* Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)Yann Collet2014-07-261-4/+3
* Makefile : synchronize library version number with lz4.h - Thanks to Takayuki...Yann Collet2014-07-221-3/+3
* Makefile : some corrections suggested by Michał Górny (issue 136)Yann Collet2014-07-211-4/+8
* Added : pkg-config (issue 135)Yann Collet2014-07-201-4/+16
* Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle Yann Collet2014-07-141-1/+1
* Modified : lz4 streaming API, strong typesYann Collet2014-07-141-1/+1
* Modified : Makefile : added -Wshadow option, suggest by Boris FaureYann Collet2014-07-051-1/+1
* Fix : OS-X : library install name, thanks to Clemens LangYann Collet2014-07-051-1/+1
* updated fuzzer, faster and cleaner overflow testsYann Collet2014-07-051-1/+1
* update to r119Yann Collet2014-07-021-1/+1
* Quickfix of issue 134 (untested)Yann Collet2014-07-021-1/+1
* updated lz4cat man pageYann Collet2014-06-241-4/+4
* LZ4 Streaming : check overlapping input/dictionaryYann Collet2014-06-141-2/+3
* New : valgrind memtestYann Collet2014-06-091-5/+5
* Continuous streaming mode (automatic)Yann Collet2014-05-211-1/+1
* re-order travis testsYann Collet2014-04-221-1/+1
* Add build target 'test'Takayuki MATSUOKA2014-04-161-0/+3
* Added README.md to the list of packaged filesYann Collet2014-04-151-1/+1
* Added lz4c & lz4cat man pagesYann Collet2014-04-151-1/+2
* Fixed issue 127 & 128Yann Collet2014-04-151-1/+1
* quickfix (issue 124 & 125)yann.collet.73@gmail.com2014-03-241-15/+18
* Added : lz4cat utility for posx systemsyann.collet.73@gmail.com2014-03-231-14/+25
* Makefile : library correctly compiled with -O3 switch (issue 114)yann.collet.73@gmail.com2014-03-121-9/+20
* Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croiz...yann.collet.73@gmail.com2014-02-041-1/+2
* quickfix (issue 107 & issue 103)yann.collet.73@gmail.com2014-01-081-5/+6
* Makefile : added capability to install librariesyann.collet.73@gmail.com2014-01-071-72/+72
* lz4 & lz4hc : added capability to allocate state & stream state with custom a...yann.collet.73@gmail.com2013-12-301-3/+4
* lz4.c : corrected issue 98 within LZ4_compress_limitedOutput()yann.collet.73@gmail.com2013-12-031-2/+2
* lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-B...yann.collet.73@gmail.com2013-11-021-1/+1
* Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio.yann.collet.73@gmail.com2013-10-211-4/+7
* git-svn-id: https://lz4.googlecode.com/svn/trunk@106 650e7d94-2a16-8b24-b05c-...yann.collet.73@gmail.com2013-10-011-7/+14
* Makefile : New install script and man page, contributed by Prasad Pandityann.collet.73@gmail.com2013-09-251-11/+50
* New command line utility, lz4 (notice the missing final 'c'), with gzip-style...yann.collet.73@gmail.com2013-09-091-8/+41
* Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h"yann.collet.73@gmail.com2013-08-121-2/+8
* Corrected issue 70, 'pack' instruction on IBM AIXyann.collet.73@gmail.com2013-07-011-3/+6
* lz4.c no longer depends on lz4_decoder.h (removed)yann.collet.73@gmail.com2013-06-101-2/+5
* Added : function LZ4_compressHC_limitedOutput()yann.collet.73@gmail.com2013-04-181-1/+1
* Added : LZ4 Streaming Format specification (v1.3)yann.collet.73@gmail.com2013-04-131-5/+5
* - Corrected issue 31 : LZ4 correctly accepts compressing data when the output...yann.collet.73@gmail.com2012-10-241-11/+14
* lz4.c : changed a tuning parameter name to MEMORY_USAGE, to better reflect it...yann.collet.73@gmail.com2012-07-241-1/+3
* Changed Makefile default setting to generate only native binary.yann.collet.73@gmail.com2012-07-181-6/+6
* Added : LZ4 HC : Now integrated into main trunk.yann.collet.73@gmail.com2012-05-131-4/+4
* Added : lz4demo : software swap32 backend for compilers which do not support ...yann.collet.73@gmail.com2012-03-161-1/+1
* minor code refactoring, mostly around __builtin_expectyann.collet.73@gmail.com2012-03-091-3/+13