[PR #186] [MERGED] C++98 compatible encoder plus bug fixes. #784

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/186
Author: @szabadka
Created: 10/1/2015
Status: Merged
Merged: 10/1/2015
Merged by: @szabadka

Base: masterHead: master


📝 Commits (2)

  • dfdf2dd Encoder bug fixes.
  • 4a7024d Make the brotli encoder C++98 compatible.

📊 Changes

33 files changed (+175 additions, -126 deletions)

View changed files

📝 enc/backward_references.cc (+10 -10)
📝 enc/backward_references.h (+1 -1)
📝 enc/bit_cost.h (+4 -4)
📝 enc/block_splitter.h (+1 -2)
📝 enc/brotli_bit_stream.cc (+1 -1)
📝 enc/brotli_bit_stream.h (+1 -2)
📝 enc/cluster.h (+3 -1)
📝 enc/command.h (+1 -1)
📝 enc/context.h (+1 -1)
📝 enc/dictionary.h (+1 -1)
📝 enc/dictionary_hash.h (+1 -1)
📝 enc/encode.cc (+29 -19)
📝 enc/encode.h (+6 -7)
📝 enc/encode_parallel.cc (+3 -2)
📝 enc/encode_parallel.h (+1 -2)
📝 enc/entropy_encode.cc (+1 -1)
📝 enc/entropy_encode.h (+1 -1)
📝 enc/fast_log.h (+2 -1)
📝 enc/find_match_length.h (+1 -3)
📝 enc/hash.h (+52 -47)

...and 13 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/186 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 10/1/2015 **Status:** ✅ Merged **Merged:** 10/1/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`dfdf2dd`](https://github.com/google/brotli/commit/dfdf2dd4c4ee420596e912b2d74d7da73cbc6854) Encoder bug fixes. - [`4a7024d`](https://github.com/google/brotli/commit/4a7024dcde1aaf30d824ade299e70711a30f4399) Make the brotli encoder C++98 compatible. ### 📊 Changes **33 files changed** (+175 additions, -126 deletions) <details> <summary>View changed files</summary> 📝 `enc/backward_references.cc` (+10 -10) 📝 `enc/backward_references.h` (+1 -1) 📝 `enc/bit_cost.h` (+4 -4) 📝 `enc/block_splitter.h` (+1 -2) 📝 `enc/brotli_bit_stream.cc` (+1 -1) 📝 `enc/brotli_bit_stream.h` (+1 -2) 📝 `enc/cluster.h` (+3 -1) 📝 `enc/command.h` (+1 -1) 📝 `enc/context.h` (+1 -1) 📝 `enc/dictionary.h` (+1 -1) 📝 `enc/dictionary_hash.h` (+1 -1) 📝 `enc/encode.cc` (+29 -19) 📝 `enc/encode.h` (+6 -7) 📝 `enc/encode_parallel.cc` (+3 -2) 📝 `enc/encode_parallel.h` (+1 -2) 📝 `enc/entropy_encode.cc` (+1 -1) 📝 `enc/entropy_encode.h` (+1 -1) 📝 `enc/fast_log.h` (+2 -1) 📝 `enc/find_match_length.h` (+1 -3) 📝 `enc/hash.h` (+52 -47) _...and 13 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:50:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#784