mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #852] [MERGED] Update #1449
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/852
Author: @eustas
Created: 10/9/2020
Status: ✅ Merged
Merged: 1/18/2021
Merged by: @eustas
Base:
master← Head:upd10a📝 Commits (4)
65c853cUpdate60e1726Fix C89 compilation15d58cdFix JS build, take 18983600Disable JS build📊 Changes
21 files changed (+791 additions, -412 deletions)
View changed files
📝
c/enc/block_splitter.c(+11 -2)📝
c/enc/block_splitter_inc.h(+55 -21)📝
c/enc/hash.h(+42 -17)📝
c/enc/hash_composite_inc.h(+25 -10)📝
c/enc/hash_forgetful_chain_inc.h(+20 -18)📝
c/enc/hash_longest_match64_inc.h(+6 -6)📝
c/enc/hash_longest_match_inc.h(+6 -10)📝
c/enc/hash_longest_match_quickly_inc.h(+4 -4)📝
c/enc/hash_rolling_inc.h(+4 -4)📝
c/enc/hash_to_binary_tree_inc.h(+6 -5)📝
java/org/brotli/dec/BitReader.java(+1 -1)📝
java/org/brotli/dec/Decode.java(+1 -1)📝
java/org/brotli/dec/Dictionary.java(+14 -14)📝
java/org/brotli/dec/DictionaryData.java(+6 -5)📝
java/org/brotli/dec/Utils.java(+13 -0)📝
js/BUILD(+1 -0)📝
js/WORKSPACE(+11 -6)📝
js/decode.js(+543 -285)📝
js/decode.min.js(+2 -2)📝
js/decode_test.js(+18 -0)...and 1 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.