aboutsummaryrefslogtreecommitdiff
path: root/lib/lz4hc.h
AgeCommit message (Expand)Author
2017-03-16LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet
2017-03-16created LZ4_HC_STATIC_LINKING_ONLY sectionYann Collet
2017-03-08lz4hc: Add LZ4_compressHC_destSize and LZ4_compress_HC_continue_destSizeremittor
2016-12-28removed nextToUpdateBTPrzemyslaw Skibinski
2016-12-22updated a few macros namesYann Collet
2016-12-09tree update dependent from compression levelPrzemyslaw Skibinski
2016-12-09fullUpdate as a parameterPrzemyslaw Skibinski
2016-12-08slightly improved lz4opt.hPrzemyslaw Skibinski
2016-12-07fixed LZ4_STREAMHCSIZEPrzemyslaw Skibinski
2016-12-07LZ4HC_DICTIONARY_LOGSIZE 17Przemyslaw Skibinski
2016-12-07improved ratioPrzemyslaw Skibinski
2016-12-0715-bit LZ4HC_HASH_LOGPrzemyslaw Skibinski
2016-12-07LZ4HC_MAX_CLEVEL = 12Przemyslaw Skibinski
2016-12-0617-bit LZ4HC_MAXDPrzemyslaw Skibinski
2016-12-06introduced LZ4HC_compress_hashChainPrzemyslaw Skibinski
2016-11-14fixed nameless union warningsYann Collet
2016-11-12made lz4hc explicitly dependent on lz4Yann Collet
2016-11-12fixed __GNUC__ macroYann Collet
2016-11-12enabled deprecation warnings on remaining obsolete functionsYann Collet
2016-11-12update code commentsYann Collet
2016-11-11Expose internal types to remove strict aliasingNick Terrell
2016-11-09removed LZ4_DLL_EXPORT=1 (2)Przemyslaw Skibinski
2016-11-03updated links to LZ4 repositoryPrzemyslaw Skibinski
2016-09-23Use different prefix for each file to avoid conflictKouhei Sutou
2016-09-23Add LZ4LIB_APIKouhei Sutou
2016-09-02-b# and -e# options from zstdinikep
2016-06-29stronger compilation flagsYann Collet
2016-06-29modified : some more deprecated functions from lz4hc.h generate warningsYann Collet
2015-05-06Added compilation flag -Wcast-qualYann Collet
2015-05-03Updated lz4hc APIYann Collet
2015-04-15Fix LZ4_DEPRECATED() in lz4hc.hTakayuki MATSUOKA
2015-04-15Replace GCC_VERSION with LZ4_GCC_VERSIONTakayuki MATSUOKA
2015-04-12Add LZ4 prefix to deprecation macrosTakayuki MATSUOKA
2015-04-11Extended obsolete warning messages to lz4hcYann Collet
2015-04-11Update lz4hc API : LZ4_compressHC_safe()Yann Collet
2015-03-25Fixed cast-align warnings on 32-bitsYann Collet
2015-03-13Improved sparse file supportYann Collet
2014-12-03Clarified a few commentsYann Collet
2014-11-30New directory structure : library source files into /lib directoryYann Collet