[PR #187] [MERGED] Define the encoder dictionary in the .cc file and link only once. #786

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/187
Author: @szabadka
Created: 10/1/2015
Status: Merged
Merged: 10/1/2015
Merged by: @szabadka

Base: masterHead: master


📝 Commits (2)

  • d4cc4f8 Define the encoder dictionary in the .cc file and link only once.
  • 3b8bef7 Add extern "C" linkage to the encoder and decoder dictionary definitions.

📊 Changes

5 files changed (+9500 additions, -9451 deletions)

View changed files

📝 dec/dictionary.c (+8 -0)
📝 enc/Makefile (+4 -1)
enc/dictionary.cc (+9474 -0)
📝 enc/dictionary.h (+13 -9449)
📝 tools/Makefile (+1 -1)

📄 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/187 **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) - [`d4cc4f8`](https://github.com/google/brotli/commit/d4cc4f8f6f3eb6fe245c100fae26775638061f4f) Define the encoder dictionary in the .cc file and link only once. - [`3b8bef7`](https://github.com/google/brotli/commit/3b8bef70a5a7e74bfd5178ac9486ea1ccc2dc005) Add extern "C" linkage to the encoder and decoder dictionary definitions. ### 📊 Changes **5 files changed** (+9500 additions, -9451 deletions) <details> <summary>View changed files</summary> 📝 `dec/dictionary.c` (+8 -0) 📝 `enc/Makefile` (+4 -1) ➕ `enc/dictionary.cc` (+9474 -0) 📝 `enc/dictionary.h` (+13 -9449) 📝 `tools/Makefile` (+1 -1) </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#786