[PR #417] [MERGED] Move "public" -> "include/brotli" #1023

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/417
Author: @eustas
Created: 8/23/2016
Status: Merged
Merged: 8/23/2016
Merged by: @eustas

Base: masterHead: master


📝 Commits (4)

📊 Changes

61 files changed (+85 additions, -87 deletions)

View changed files

📝 BUILD (+13 -19)
📝 CMakeLists.txt (+4 -1)
📝 MANIFEST.in (+1 -1)
📝 Makefile (+1 -1)
📝 common/dictionary.h (+1 -1)
📝 dec/bit_reader.c (+1 -1)
📝 dec/bit_reader.h (+1 -1)
📝 dec/context.h (+1 -1)
📝 dec/decode.c (+1 -1)
📝 dec/huffman.c (+1 -1)
📝 dec/huffman.h (+1 -1)
📝 dec/prefix.h (+1 -1)
📝 dec/state.c (+1 -1)
📝 dec/state.h (+1 -1)
📝 dec/transform.h (+1 -1)
📝 enc/backward_references.c (+1 -1)
📝 enc/backward_references.h (+1 -1)
📝 enc/bit_cost.c (+1 -1)
📝 enc/bit_cost.h (+1 -1)
📝 enc/block_splitter.h (+1 -1)

...and 41 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/417 **Author:** [@eustas](https://github.com/eustas) **Created:** 8/23/2016 **Status:** ✅ Merged **Merged:** 8/23/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`8148001`](https://github.com/google/brotli/commit/81480011581d1bb40e2ed26566a95d060f2767b3) Move "public" to "include/brotli" - [`6e2207f`](https://github.com/google/brotli/commit/6e2207f486cc70e73e78dbfead9a877ba6c5c199) Add includedir to setup.py - [`3dcc3c0`](https://github.com/google/brotli/commit/3dcc3c02d0c4b89395788c1608497404d09df695) Fix CMake includedirs - [`532921b`](https://github.com/google/brotli/commit/532921b8c8516912b928beb690404dafb032f904) Fix CMake includes. ### 📊 Changes **61 files changed** (+85 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `BUILD` (+13 -19) 📝 `CMakeLists.txt` (+4 -1) 📝 `MANIFEST.in` (+1 -1) 📝 `Makefile` (+1 -1) 📝 `common/dictionary.h` (+1 -1) 📝 `dec/bit_reader.c` (+1 -1) 📝 `dec/bit_reader.h` (+1 -1) 📝 `dec/context.h` (+1 -1) 📝 `dec/decode.c` (+1 -1) 📝 `dec/huffman.c` (+1 -1) 📝 `dec/huffman.h` (+1 -1) 📝 `dec/prefix.h` (+1 -1) 📝 `dec/state.c` (+1 -1) 📝 `dec/state.h` (+1 -1) 📝 `dec/transform.h` (+1 -1) 📝 `enc/backward_references.c` (+1 -1) 📝 `enc/backward_references.h` (+1 -1) 📝 `enc/bit_cost.c` (+1 -1) 📝 `enc/bit_cost.h` (+1 -1) 📝 `enc/block_splitter.h` (+1 -1) _...and 41 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:52:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1023