zstd/lib/common
Yann Collet 51169575a8
Merge pull request #1036 from terrelln/thread-void
[threading] Cast unused arguments to void
2018-03-07 12:14:05 -08:00
..
bitstream.h no longer supported starting C++17 2017-12-04 18:00:53 -08:00
compiler.h DYNAMIC_BMI2 enabled for clang 2018-03-04 16:05:59 -08:00
cpu.h [decompress] Support BMI2 2018-02-13 17:00:15 -08:00
entropy_common.c minor code refactor in HUF module 2017-03-05 21:07:20 -08:00
error_private.c added error code workSpace_tooSmall 2018-02-26 15:11:50 -08:00
error_private.h updated license header 2017-09-08 00:09:23 -07:00
fse.h fix proper naming on FSE_createCTable() arguments in fse.h 2017-09-30 11:08:50 -07:00
fse_decompress.c minor : modified ZSTD_preserveUnsortedMark() to be more vectorization friendly 2018-02-05 11:46:02 -08:00
huf.h minor cleaning of huff0 2018-02-26 14:52:23 -08:00
mem.h fixed one UB pointer arithmetic 2017-11-17 11:40:08 -08:00
pool.c added POOL_tryAdd() 2018-01-18 14:39:51 -08:00
pool.h added POOL_tryAdd() 2018-01-18 14:39:51 -08:00
threading.c [libzstd] pthread function prefixed with ZSTD_ 2017-09-27 11:48:48 -07:00
threading.h [threading] Cast unused arguments to void 2018-03-06 18:36:40 -08:00
xxhash.c [libzstd] Fix FORCE_INLINE macro 2017-08-14 21:12:05 -07:00
xxhash.h xxhash can be included twice in any order 2017-03-01 13:29:29 -08:00
zstd_common.c merged repcode search into BT match search 2017-11-13 02:23:48 -08:00
zstd_errors.h added error code workSpace_tooSmall 2018-02-26 15:11:50 -08:00
zstd_internal.h Split block compresser out of long range matcher 2018-02-22 15:18:41 -08:00