added HUF_PUBLIC_API macro to huf.h

to make it possible to control symbol visibility.
Also : better separation and comments between "public" and "static" sections
This commit is contained in:
Yann Collet
2017-04-28 12:46:48 -07:00
parent a51cab6e68
commit 68a7d3d49a
2 changed files with 41 additions and 20 deletions
+2 -2
View File
@@ -7,11 +7,11 @@ cli : new : experimental target `zstd4`, with support for lz4 format, by Sean Pu
cli : fix : does not output compressed data on console
cli : fix : ignore symbolic links unless --force specified,
API : breaking change : ZSTD_createCDict_advanced(), only use compressionParameters as argument
API : changed : added prototypes ZSTD_*_usingCDict_advanced(), for direct control over frameParameters.
API : changed : enforced consistent rules for pledgedSrcSize==0
API : added : prototypes ZSTD_*_usingCDict_advanced(), for direct control over frameParameters.
API : improved: ZSTDMT_compressCCtx() reduced memory usage
API : fix : ZSTDMT_compressCCtx() now provides srcSize in header (#634)
API : fix : src size stored in frame header is controlled at end of frame
API : fix : enforced consistent rules for pledgedSrcSize==0
API : fix : ensure error code "dstSizeTooSmall" is generated when dst size is too small
build: improved cmake script, by @Majlen
build: enabled Multi-threading support for *BSD, by Baptiste Daroussin