Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed : issue 52 (reported by Ludwig Strigeus) | Yann Collet | 2014-06-22 | 1 | -3/+0 |
| | |||||
* | Fixed : using loadDict() with small dictionaries | Yann Collet | 2014-06-21 | 1 | -4/+4 |
| | |||||
* | Obsolete "external allocation" functions | Yann Collet | 2014-06-09 | 1 | -3/+3 |
| | | | (convergence towards LZ4_compress_continue() ) | ||||
* | converge towards LZ4_compress_continue() | Yann Collet | 2014-06-09 | 1 | -36/+2 |
| | |||||
* | new test tool : datagen | Yann Collet | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | unified structure model | Yann Collet | 2014-06-02 | 1 | -2/+2 |
| | |||||
* | Continuous streaming mode (automatic) | Yann Collet | 2014-05-21 | 1 | -1/+8 |
| | |||||
* | Introduce : LZ4_compress_limitedOutput_usingDict() | Yann Collet | 2014-05-20 | 1 | -5/+11 |
| | |||||
* | Fixed : compilation errors using Visual 2012 | Yann Collet | 2014-05-20 | 1 | -17/+17 |
| | |||||
* | First version of Block Streaming API : LZ4_compress_usingDict() | Yann Collet | 2014-05-19 | 1 | -28/+40 |
| | |||||
* | changed naming convention to *_usingDict() | Yann Collet | 2014-05-04 | 1 | -8/+8 |
| | |||||
* | Added : *_withDict to fullbench | Yann Collet | 2014-05-03 | 1 | -14/+31 |
| | |||||
* | Introduce "External Dictionary" de/compression API | Yann Collet | 2014-04-28 | 1 | -13/+21 |
| | |||||
* | Add command-line switch to support Travis-CI | Takayuki MATSUOKA | 2014-04-16 | 1 | -4/+12 |
| | | | | | | | | | Add command-line switch '--no-prompt' to fullbench and fuzzer. '--no-prompt' enables : - Throtting stdout to satisfy Travis-CI's stdout limit (10MB). - Prevent Travis-CI's build timeouts and ignore pause by getchar(). http://docs.travis-ci.com/user/build-configuration/#Build-Timeouts | ||||
* | Fixed issue 127 & 128 | Yann Collet | 2014-04-15 | 1 | -4/+4 |
| | |||||
* | Makefile : library correctly compiled with -O3 switch (issue 114) | yann.collet.73@gmail.com | 2014-03-12 | 1 | -2/+2 |
| | | | | | | | | | | | 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 | ||||
* | Makefile : added capability to install libraries | yann.collet.73@gmail.com | 2014-01-07 | 1 | -0/+742 |
Modified Directory tree, to better separate libraries from programs. git-svn-id: https://lz4.googlecode.com/svn/trunk@111 650e7d94-2a16-8b24-b05c-7c0b3f6821cd |