zstd/lib/common
Yann Collet 4bcc69b761 solves warnings when compiling with global XXH_STATIC_LINKING_ONLY
XXH_STATIC_LINKING_ONLY protection macro is intended to be triggered just before the include.
The main idea is to keep this setting local :
user module shall explicitly understand and accept the static linking restriction
which becomes transparent when triggering the macro at project level.
Global definition also triggers redefinition warnings for user modules which do locally define the macro.

This new version compiles lib and cli without warning when the macro is set globally.
That's not a scenario to be recommended, since it trades a local effect for a global one,
but it was easy enough to provide from zstd side.
2017-03-01 11:33:25 -08:00
..
bitstream.h minor BMI version check 2016-12-13 15:21:06 +01:00
entropy_common.c updated fse version 2017-02-15 12:00:03 -08:00
error_private.c added ZSTD_error_frameParameter_windowTooLarge (#403) 2016-10-12 17:29:24 -07:00
error_private.h created error_private.c, so that a single list of error strings get included 2016-10-11 17:24:50 -07:00
fse_decompress.c reduced ZSTD_DDict memory usage 2017-02-27 00:27:30 -08:00
fse.h updated fse version 2017-02-15 12:00:03 -08:00
huf.h fixed Doxygen trailing comment 2016-12-02 16:13:41 +01:00
mem.h spelling fixes in comments 2017-02-20 12:08:59 -08:00
pool.c Fix pool.c threading.h import 2017-01-26 15:29:10 -08:00
pool.h Add include guards and extern C 2017-01-27 16:00:19 -08:00
threading.c avoid empty translation unit warning without #pragma 2017-02-14 00:46:47 +01:00
threading.h spelling fixes in comments 2017-02-20 12:08:59 -08:00
xxhash.c solves warnings when compiling with global XXH_STATIC_LINKING_ONLY 2017-03-01 11:33:25 -08:00
xxhash.h added : xxhash namespace enforced from xxhash.h. 2016-08-10 08:16:51 +02:00
zstd_common.c Fix ZSTD_getErrorString and add tests 2017-02-08 17:28:49 -08:00
zstd_errors.h Export all API functions 2016-12-16 13:27:30 -08:00
zstd_internal.h solves warnings when compiling with global XXH_STATIC_LINKING_ONLY 2017-03-01 11:33:25 -08:00