summaryrefslogtreecommitdiffstats
path: root/lib/lz4.h
Commit message (Expand)AuthorAgeFilesLines
* complementary information for #394Yann Collet2017-08-301-8/+14
* clarified documentation of streaming decompression functionsYann Collet2017-08-301-9/+13
* Don't use C++11 deprecation attribute with clangNick Terrell2017-08-241-2/+4
* dictionary compression correctly uses compression levelYann Collet2017-08-101-18/+18
* implemented dictionary compression in lz4frameYann Collet2017-08-091-1/+1
* bumped version number to 1.8.0Yann Collet2017-05-101-2/+2
* lz4frame : Added negative compression levelsYann Collet2017-04-091-7/+7
* added `extern C` for lz4.h static sectionYann Collet2017-03-171-5/+4
* LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet2017-03-161-1/+1
* updated lz4 version numberYann Collet2017-03-161-1/+1
* fix #333 : expose obsolete decoding functionsYann Collet2017-03-151-8/+2
* Export deprecated symbolsDmitry V. Levin2017-03-101-12/+12
* Explicitly set visibility of public API functions when gcc is usedDmitry V. Levin2017-03-101-0/+4
* lz4.h: improved manual generationPrzemyslaw Skibinski2017-01-231-7/+9
* LZ4_MEMORY_USAGE can be modified from compilation command lineYann Collet2017-01-051-2/+3
* fixed minor display error when using -rYann Collet2016-11-281-1/+1
* Add C++14 standard [[deprecated]] attributeTakayuki MATSUOKA2016-11-191-1/+3
* fixed #272 (compilation fails on gcc 4.4), reported by @totaamYann Collet2016-11-191-2/+3
* fix 32-bits mode.Yann Collet2016-11-171-1/+1
* bump version numberYann Collet2016-11-151-1/+1
* fixed nameless union warningsYann Collet2016-11-141-8/+4
* fixed conversion warningsYann Collet2016-11-141-4/+4
* fixed __GNUC__ macroYann Collet2016-11-121-2/+2
* enabled deprecation warnings on remaining obsolete functionsYann Collet2016-11-121-110/+115
* update code commentsYann Collet2016-11-121-16/+16
* Expose internal types to remove strict aliasingNick Terrell2016-11-111-2/+68
* lz4.h: added Introduction sectionPrzemyslaw Skibinski2016-11-101-29/+38
* updated appveyor.ymlPrzemyslaw Skibinski2016-11-091-1/+1
* removed LZ4_DLL_EXPORT=1 (2)Przemyslaw Skibinski2016-11-091-1/+4
* updated links to LZ4 repositoryPrzemyslaw Skibinski2016-11-031-1/+1
* documentation moved to doc/Przemyslaw Skibinski2016-11-031-1/+1
* fixes static compilation under Windows (#246)Yann Collet2016-10-211-6/+2
* Add LZ4LIB_APIKouhei Sutou2016-09-221-30/+47
* lz4cli version number from lz4.hYann Collet2016-09-031-4/+4
* minor comments clarificationsYann Collet2016-08-201-13/+16
* modified : some more deprecated functions from lz4hc.h generate warningsYann Collet2016-06-291-1/+4
* changed : default benchmark LZ4_decompress_safe()Yann Collet2016-06-291-47/+42
* lz4cli: print library versionJohn Zhuge2016-04-011-0/+7
* Fix : compiler-independent macro to remove deprecation warningsYann Collet2015-10-211-8/+8
* minor refactorYann Collet2015-07-161-1/+1
* Added namespace ability to xxhashYann Collet2015-06-271-1/+1
* Updated a few commentsYann Collet2015-05-121-2/+1
* Updated commentsYann Collet2015-05-061-4/+4
* Added : LZ4_compress_destSize()Yann Collet2015-05-061-0/+15
* Added compilation flag -Wcast-qualYann Collet2015-05-061-2/+2
* New lz4 API, using LZ4_compress_fast()Yann Collet2015-05-031-39/+38
* streaming API : Improved ring buffer managementYann Collet2015-04-241-15/+24
* Added LZ4_compress_fast_extState()Yann Collet2015-04-231-10/+12
* Removed LZ4_compress() (obsolete) from lz4Yann Collet2015-04-211-1/+1
* Fix LZ4_DEPRECATED() for older/non-gcc/clang/MSVC compilersTakayuki MATSUOKA2015-04-141-1/+1