summaryrefslogtreecommitdiffstats
path: root/lib/lz4.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace GCC_VERSION with LZ4_GCC_VERSIONTakayuki MATSUOKA2015-04-141-3/+3
|
* Add LZ4 prefix to deprecation macrosTakayuki MATSUOKA2015-04-121-15/+15
| | | | | | | Replace the following macros: - "_DEPRECATE_WARNING_DEFBLOCK" to "LZ4_DEPRECATE_WARNING_DEFBLOCK" - "DEPRECATED" to "LZ4_DEPRECATED"
* Extended obsolete warning messages to lz4hcYann Collet2015-04-111-4/+9
|
* Implemented obsolete warning messageYann Collet2015-04-111-24/+39
|
* New LZ4_compress_safe() APIYann Collet2015-04-091-48/+37
|
* fullbench : tests of _limitedOutput variants intentionnally provides less ↵Yann Collet2015-04-011-0/+1
| | | | memory space than safe (LZ4_compressBound())
* simplified LZ4_compress_limitedOutput()Yann Collet2015-04-011-1/+1
|
* simplified LZ4_compress()Yann Collet2015-04-011-3/+3
|
* Added LZ4_compress_fast()Yann Collet2015-03-301-0/+10
|
* Fixed cast-align warnings on 32-bitsYann Collet2015-03-251-2/+2
|
* Updates tests & Man pagesYann Collet2015-03-221-2/+2
|
* Some more tests related to frame content sizeYann Collet2015-03-191-2/+2
|
* minor lz4frame refactoringYann Collet2015-03-161-7/+7
|
* skippable frames supportYann Collet2015-03-161-1/+1
|
* Improved sparse file supportYann Collet2015-03-131-2/+3
|
* New : lz4frame integrated into liblz4 (v1.5.0)Yann Collet2014-12-131-3/+3
|
* Clarified a few commentsYann Collet2014-12-031-2/+7
|
* New directory structure : library source files into /lib directoryYann Collet2014-11-301-0/+310