summaryrefslogtreecommitdiffstats
path: root/programs/Makefile
Commit message (Expand)AuthorAgeFilesLines
* modified : fuzzer automatically selects seedYann Collet2014-10-091-2/+2
* changed xxhash directoryYann Collet2014-09-131-8/+8
* Improved lz4frame compression speedYann Collet2014-09-101-2/+2
* Added : valgrind verification for frametestYann Collet2014-09-071-1/+2
* Added : preliminary frame decompression functionYann Collet2014-09-011-1/+4
* upgraded lz4frame compression testsYann Collet2014-08-311-1/+1
* lz4frame compression API v1 completedYann Collet2014-08-301-4/+8
* Simplified travis test flowYann Collet2014-08-261-5/+4
* updated release numberYann Collet2014-08-131-7/+8
* Added : HC streaming testYann Collet2014-08-011-6/+11
* Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)Yann Collet2014-07-261-2/+4
* Makefile : some corrections suggested by Michał Górny (issue 136)Yann Collet2014-07-211-10/+13
* Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle Yann Collet2014-07-141-1/+1
* Modified : Makefile : added -Wshadow option, suggest by Boris FaureYann Collet2014-07-051-4/+4
* updated fuzzer, faster and cleaner overflow testsYann Collet2014-07-051-1/+1
* update to r119Yann Collet2014-07-021-1/+1
* New fuzzer test (issue 134)Yann Collet2014-07-021-1/+1
* LZ4 Streaming : check overlapping input/dictionaryYann Collet2014-06-141-1/+1
* CLI : can select compression level > 9Yann Collet2014-06-111-1/+1
* restored LZ4 HC streaming modeYann Collet2014-06-111-1/+3
* lz4io : reduced memory usage in streaming modeYann Collet2014-06-101-5/+7
* New : valgrind memtestYann Collet2014-06-091-4/+11
* new test tool : datagenYann Collet2014-06-031-8/+21
* restored Travis Build MatrixYann Collet2014-05-201-3/+19
* First version of Block Streaming API : LZ4_compress_usingDict()Yann Collet2014-05-191-16/+3
* Add Travis CI's Build MatrixTakayuki MATSUOKA2014-04-301-1/+14
* Introduce "External Dictionary" de/compression APIYann Collet2014-04-281-2/+2
* re-order travis testsYann Collet2014-04-221-7/+10
* Add build target 'test'Takayuki MATSUOKA2014-04-161-0/+21
* Added lz4c & lz4cat man pagesYann Collet2014-04-151-0/+4
* quickfix (issue 124 & 125)yann.collet.73@gmail.com2014-03-241-10/+11
* Added : lz4cat utility for posx systemsyann.collet.73@gmail.com2014-03-231-0/+2
* Makefile : library correctly compiled with -O3 switch (issue 114)yann.collet.73@gmail.com2014-03-121-11/+10
* Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croiz...yann.collet.73@gmail.com2014-02-041-4/+4
* quickfix (issue 107 & issue 103)yann.collet.73@gmail.com2014-01-081-2/+2
* Makefile : added capability to install librariesyann.collet.73@gmail.com2014-01-071-0/+100