-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zstd: upgrade vendored zstd to 1.5.4
Files are based on upstream commit 945f27758c0fd67b636103a38dbf050266c6b90a / tag v1.5.4. The unified library has been regenerated and headers and license files have been synchronized. The autogenerated unified library source file was renamed from `zstdlib.c` to `zstd.c`. The name doesn't really matter, but we preserve the upstream default. This temporarily breaks the build. The command I used to produce the unified library was `python3 combine.py -r ../../lib -o zstd.c zstd-in.c`. This is slightly different than what the README recommends, as I'm including legacy support and inlining zstd.h.
- Loading branch information
Showing
5 changed files
with
5,099 additions
and
3,125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.