[PR #939] [MERGED] Prepare for copybara #1504

Open
opened 2026-01-29 20:54:27 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/939
Author: @eustas
Created: 11/9/2021
Status: Merged
Merged: 11/10/2021
Merged by: @eustas

Base: masterHead: upd11a


📝 Commits (1)

📊 Changes

39 files changed (+343 additions, -92 deletions)

View changed files

📝 c/common/dictionary.c (+2 -0)
📝 c/common/platform.h (+2 -20)
📝 c/common/shared_dictionary.c (+2 -2)
📝 c/dec/decode.c (+24 -7)
📝 c/enc/block_splitter.c (+15 -1)
📝 c/enc/block_splitter_inc.h (+2 -2)
📝 c/enc/brotli_bit_stream.c (+11 -4)
📝 c/enc/brotli_bit_stream.h (+4 -0)
📝 c/enc/cluster_inc.h (+2 -2)
📝 c/enc/compound_dictionary.c (+1 -1)
📝 c/enc/compress_fragment.c (+16 -2)
📝 c/enc/compress_fragment_two_pass.c (+17 -3)
📝 c/enc/compress_fragment_two_pass.h (+1 -1)
📝 c/enc/dictionary_hash.c (+2 -0)
📝 c/enc/encode.c (+154 -7)
📝 c/enc/encoder_dict.c (+11 -3)
📝 c/enc/entropy_encode_static.h (+2 -0)
📝 c/enc/hash_composite_inc.h (+1 -1)
📝 c/enc/histogram.c (+1 -1)
📝 c/enc/params.h (+1 -1)

...and 19 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/939 **Author:** [@eustas](https://github.com/eustas) **Created:** 11/9/2021 **Status:** ✅ Merged **Merged:** 11/10/2021 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `upd11a` --- ### 📝 Commits (1) - [`3e90642`](https://github.com/google/brotli/commit/3e90642489d6217bf741b0c0951886a02a565907) Prepare for copybara ### 📊 Changes **39 files changed** (+343 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `c/common/dictionary.c` (+2 -0) 📝 `c/common/platform.h` (+2 -20) 📝 `c/common/shared_dictionary.c` (+2 -2) 📝 `c/dec/decode.c` (+24 -7) 📝 `c/enc/block_splitter.c` (+15 -1) 📝 `c/enc/block_splitter_inc.h` (+2 -2) 📝 `c/enc/brotli_bit_stream.c` (+11 -4) 📝 `c/enc/brotli_bit_stream.h` (+4 -0) 📝 `c/enc/cluster_inc.h` (+2 -2) 📝 `c/enc/compound_dictionary.c` (+1 -1) 📝 `c/enc/compress_fragment.c` (+16 -2) 📝 `c/enc/compress_fragment_two_pass.c` (+17 -3) 📝 `c/enc/compress_fragment_two_pass.h` (+1 -1) 📝 `c/enc/dictionary_hash.c` (+2 -0) 📝 `c/enc/encode.c` (+154 -7) 📝 `c/enc/encoder_dict.c` (+11 -3) 📝 `c/enc/entropy_encode_static.h` (+2 -0) 📝 `c/enc/hash_composite_inc.h` (+1 -1) 📝 `c/enc/histogram.c` (+1 -1) 📝 `c/enc/params.h` (+1 -1) _...and 19 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:54:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1504