summaryrefslogtreecommitdiffstats
path: root/lib/lz4.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace GCC_VERSION with LZ4_GCC_VERSIONTakayuki MATSUOKA2015-04-141-3/+3
* Add LZ4 prefix to deprecation macrosTakayuki MATSUOKA2015-04-121-15/+15
* 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 mem...Yann Collet2015-04-011-0/+1
* 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