forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[zstd] Roll zstd to cdceb0fce59785c841bf697e00067163106064e1
Bug: 1483560 Change-Id: Iaa9519581094e60d3f458bcf9de3be3e3322c62b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4891612 Commit-Queue: Nidhi Jaju <[email protected]> Reviewed-by: Nidhi Jaju <[email protected]> Auto-Submit: Greg Thompson <[email protected]> Cr-Commit-Position: refs/heads/main@{#1201199}
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 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
Submodule src
updated
28 files
+26 −26 | .github/workflows/dev-long-tests.yml | |
+37 −37 | .github/workflows/dev-short-tests.yml | |
+1 −1 | .github/workflows/publish-release-artifacts.yml | |
+3 −3 | .github/workflows/scorecards.yml | |
+2 −2 | .github/workflows/windows-artifacts.yml | |
+3 −3 | CONTRIBUTING.md | |
+1 −1 | Makefile | |
+2 −2 | README.md | |
+4 −2 | build/cmake/lib/CMakeLists.txt | |
+14 −2 | build/cmake/programs/CMakeLists.txt | |
+1 −1 | lib/Makefile | |
+1 −1 | lib/common/bitstream.h | |
+14 −1 | lib/common/huf.h | |
+44 −17 | lib/compress/huf_compress.c | |
+4 −4 | lib/compress/zstd_compress.c | |
+14 −9 | lib/compress/zstd_cwksp.h | |
+6 −0 | lib/decompress/zstd_decompress.c | |
+77 −88 | lib/decompress/zstd_decompress_block.c | |
+2 −2 | lib/dictBuilder/cover.c | |
+2 −2 | lib/dictBuilder/fastcover.c | |
+23 −17 | lib/zstd.h | |
+1 −1 | programs/Makefile | |
+1 −0 | programs/fileio.c | |
+1 −0 | programs/fileio_asyncio.c | |
+1 −1 | programs/platform.h | |
+1 −1 | tests/Makefile | |
+14 −1 | tests/fullbench.c | |
+4 −4 | tests/playTests.sh |