zstd/lib/common
Nick Terrell 20821a46f4 [lib] Make lib compatible with -Wfall-through excepting legacy
Switch to a macro `ZSTD_FALLTHROUGH;` instead of a comment. On supported
compilers this uses an attribute, otherwise it becomes a comment.

This is necessary to be compatible with clang's `-Wfall-through`, and
gcc's `-Wfall-through=2` which don't support comments. Without this the
linux build emits a bunch of warnings.
2021-09-23 11:54:14 -07:00
..
bitstream.h [lib] Make lib compatible with -Wfall-through excepting legacy 2021-09-23 11:54:14 -07:00
compiler.h [lib] Make lib compatible with -Wfall-through excepting legacy 2021-09-23 11:54:14 -07:00
cpu.h [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
debug.c [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
debug.h [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
entropy_common.c [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
error_private.c [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
error_private.h [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
fse.h [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
fse_decompress.c [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
huf.h [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
mem.h [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
pool.c [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
pool.h [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
threading.c ZSTD_ prefix mem{cpy,move,set},malloc,calloc,free 2020-08-26 12:26:03 -07:00
threading.h Fix copyright and license lines 2020-03-26 17:02:06 -07:00
xxhash.c [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
xxhash.h [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
zstd_common.c [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
zstd_deps.h [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
zstd_errors.h [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
zstd_internal.h [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
zstd_trace.c [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
zstd_trace.h [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00