1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-01 09:47:01 +03:00
Commit Graph

69 Commits

Author SHA1 Message Date
36d6165a2d Makefile: added variable SCANBUILD
so that a different version of scan-build can be selected
2018-08-16 16:44:13 -07:00
42a02ab745 fixed minor warnings issued by scan-build 2018-08-15 14:36:02 -07:00
b567ce9d68 Fix name of macOS 2018-06-09 14:31:17 -05:00
97c60cdf36 fixed seekable_format type mismatch
and some minor "unused variable" warnings.
Also : zstd_seekable.h is actually depending on zstd.h for ZSTDLIB_API
2018-06-06 13:10:29 -07:00
30ee23e905 ensure seekable_format/examples generated libzstd.a
when it's not already present in the expected directory
2018-06-06 12:09:58 -07:00
355cb645bf fixed seekable format example 2018-03-15 16:29:28 -07:00
0d58aaf6f0 /contrib: fixed license header
removed last reference to PATENTS file
2017-10-02 02:07:17 -07:00
b0cb081dc8 last batch of header files changed to reflect new license (#825)
only remains to update contrib/linux-kernel (@terrelln)
2017-08-31 12:20:50 -07:00
e9dc204f42 fixed a bunch of headers after license change (#825) 2017-08-31 11:24:54 -07:00
394bdd7db9 changed license for examples
intentionnally this time
2017-08-29 09:24:11 -07:00
470993c9b1 Add raw seek table construction API and parallel compression example 2017-04-28 12:17:09 -07:00
11dc940e72 Add parallel processing example for seekable API 2017-04-21 12:23:06 -07:00
35186e65b0 Address comments and make sure all prototypes are rendered by gen_html 2017-04-20 16:48:54 -07:00
0f7bd772e6 Update seekable API to simplify IO 2017-04-18 16:48:30 -07:00
9626cf1ac6 Address @terrelln's comments 2017-04-13 17:48:35 -07:00
2785b28e05 Reduce the limit on frame decompressed size to 2 GB 2017-04-12 14:09:13 -07:00
5ee1135f30 s/chunk/frame/ 2017-04-12 11:15:50 -07:00
e80f1d74b3 Address PR comments and minor fixes 2017-04-12 11:15:46 -07:00
d048fefef7 Move seekable format content to /contrib 2017-04-11 14:38:56 -07:00