summaryrefslogtreecommitdiffstats
path: root/programs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* 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