[PR #541] [MERGED] Move files & update paths #1190

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/541
Author: @eustas
Created: 4/21/2017
Status: Merged
Merged: 4/23/2017
Merged by: @eustas

Base: masterHead: move-to-c


📝 Commits (4)

📊 Changes

98 files changed (+150 additions, -152 deletions)

View changed files

📝 .gitmodules (+1 -1)
📝 .travis.yml (+6 -6)
📝 BUILD (+9 -9)
📝 CMakeLists.txt (+28 -28)
📝 MANIFEST.in (+8 -8)
📝 Makefile (+5 -5)
📝 c/common/constants.h (+0 -0)
📝 c/common/dictionary.c (+0 -0)
📝 c/common/dictionary.h (+0 -0)
📝 c/common/version.h (+0 -0)
📝 c/dec/bit_reader.c (+0 -0)
📝 c/dec/bit_reader.h (+0 -0)
📝 c/dec/context.h (+0 -0)
📝 c/dec/decode.c (+0 -0)
📝 c/dec/huffman.c (+0 -0)
📝 c/dec/huffman.h (+0 -0)
📝 c/dec/port.h (+0 -0)
📝 c/dec/prefix.h (+0 -0)
📝 c/dec/state.c (+0 -0)
📝 c/dec/state.h (+0 -0)

...and 78 more files

📄 Description

Cleanup root directory:

  • move CI files into scripts/
  • move common, dec, enc, include, tools, fuzz into c/

🔄 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/541 **Author:** [@eustas](https://github.com/eustas) **Created:** 4/21/2017 **Status:** ✅ Merged **Merged:** 4/23/2017 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `move-to-c` --- ### 📝 Commits (4) - [`5fa9635`](https://github.com/google/brotli/commit/5fa963526bc71a493e9a18555b91dd3ee2b65e36) Move files & update paths - [`3ce0127`](https://github.com/google/brotli/commit/3ce01279d01da663a474035fb19194753a171ec6) Rename build to scripts. - [`9dde1e2`](https://github.com/google/brotli/commit/9dde1e2815b6eb54aa7810ca4bb78bdd1f14fcd0) Fix paths - [`fd907bc`](https://github.com/google/brotli/commit/fd907bcb7de2a24215efd4fb80ed4767ad89fad4) Fix script. ### 📊 Changes **98 files changed** (+150 additions, -152 deletions) <details> <summary>View changed files</summary> 📝 `.gitmodules` (+1 -1) 📝 `.travis.yml` (+6 -6) 📝 `BUILD` (+9 -9) 📝 `CMakeLists.txt` (+28 -28) 📝 `MANIFEST.in` (+8 -8) 📝 `Makefile` (+5 -5) 📝 `c/common/constants.h` (+0 -0) 📝 `c/common/dictionary.c` (+0 -0) 📝 `c/common/dictionary.h` (+0 -0) 📝 `c/common/version.h` (+0 -0) 📝 `c/dec/bit_reader.c` (+0 -0) 📝 `c/dec/bit_reader.h` (+0 -0) 📝 `c/dec/context.h` (+0 -0) 📝 `c/dec/decode.c` (+0 -0) 📝 `c/dec/huffman.c` (+0 -0) 📝 `c/dec/huffman.h` (+0 -0) 📝 `c/dec/port.h` (+0 -0) 📝 `c/dec/prefix.h` (+0 -0) 📝 `c/dec/state.c` (+0 -0) 📝 `c/dec/state.h` (+0 -0) _...and 78 more files_ </details> ### 📄 Description Cleanup root directory: * move CI files into `scripts/` * move `common`, `dec`, `enc`, `include`, `tools`, `fuzz` into `c/` --- <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:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1190