summaryrefslogtreecommitdiffstats
path: root/programs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* LZ4IO : modified to use lz4frame insteadYann Collet2014-11-301-9/+10
|
* Fixed : some minor Visual warningsYann Collet2014-11-301-1/+1
|
* Added : $(EXT) within install for cross-compilation supportYann Collet2014-11-231-7/+7
|
* Makefile : refactored Travis CI testsYann Collet2014-11-041-23/+4
|
* Fixed issue 44 : stopped concatenated stream on null size frame (thanks to ↵Yann Collet2014-11-041-1/+11
| | | | Brendan O'Connor)
* Makefile : added -Wcast-align compilation warningYann Collet2014-11-041-1/+1
|
* Added : valgrind test for fuzzerYann Collet2014-10-291-1/+2
|
* Fixed : frametest for Travis CI build matrixYann Collet2014-10-281-4/+4
|
* new Travis CI build matrixYann Collet2014-10-281-16/+33
|
* Added : frametest32Yann Collet2014-10-281-2/+9
|
* LZ4 HC streaming integrated within lz4frameYann Collet2014-10-271-4/+4
|
* HC streaming : support small ringbuffer scenariosYann Collet2014-10-251-1/+1
|
* modified : fuzzer automatically selects seedYann Collet2014-10-091-2/+2
|
* changed xxhash directoryYann Collet2014-09-131-8/+8
| | | changed makefile
* Improved lz4frame compression speedYann Collet2014-09-101-2/+2
| | | Added : fullbench test -c14 (LZ4F_compressFrame)
* 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
| | | Added : test program frametest
* 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
| | | | See also : http://docs.travis-ci.com/user/build-configuration/#The-Build-Matrix
* Introduce "External Dictionary" de/compression APIYann Collet2014-04-281-2/+2
|
* re-order travis testsYann Collet2014-04-221-7/+10
| | | fix : remove man pages on uninstall
* 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
| | | | git-svn-id: https://lz4.googlecode.com/svn/trunk@116 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Added : lz4cat utility for posx systemsyann.collet.73@gmail.com2014-03-231-0/+2
| | | | | | | OS-X compatible dynamic library, thanks to Jan Stepien corrected : relative symbolic link for versioned library git-svn-id: https://lz4.googlecode.com/svn/trunk@115 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Makefile : library correctly compiled with -O3 switch (issue 114)yann.collet.73@gmail.com2014-03-121-11/+10
| | | | | | | | | | | Makefile : library compilation compatible with clang Makefile : library is versioned and linked (issue 119) lz4.h : no more static inline prototypes (issue 116) man : improved header/footer (issue 111) Makefile : Use system default $(CC) & $(MAKE) variables (issue 112) xxhash : updated to r34 git-svn-id: https://lz4.googlecode.com/svn/trunk@114 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Large decompression speed improvement for GCC 32-bits. Thanks to Valery ↵yann.collet.73@gmail.com2014-02-041-4/+4
| | | | | | | | | | | Croizier ! LZ4HC : Compression Level is now a programmable parameter (CLI from 4 to 9) Separated IO routines from command line (lz4io.c) Version number into lz4.h (suggested by Francesc Alted) git-svn-id: https://lz4.googlecode.com/svn/trunk@113 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* quickfix (issue 107 & issue 103)yann.collet.73@gmail.com2014-01-081-2/+2
| | | | git-svn-id: https://lz4.googlecode.com/svn/trunk@112 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Makefile : added capability to install librariesyann.collet.73@gmail.com2014-01-071-0/+100
Modified Directory tree, to better separate libraries from programs. git-svn-id: https://lz4.googlecode.com/svn/trunk@111 650e7d94-2a16-8b24-b05c-7c0b3f6821cd