[PR #386] [MERGED] Update build systems #988

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/386
Author: @eustas
Created: 6/24/2016
Status: Merged
Merged: 6/24/2016
Merged by: @eustas

Base: masterHead: master


📝 Commits (1)

📊 Changes

23 files changed (+192 additions, -2660 deletions)

View changed files

📝 .gitignore (+1 -1)
📝 BUILD (+31 -86)
📝 Makefile (+31 -8)
buildfiles/gmake/Makefile (+0 -87)
buildfiles/gmake/bro.make (+0 -133)
buildfiles/gmake/brotli.make (+0 -209)
buildfiles/gmake/brotli_common.make (+0 -133)
buildfiles/gmake/brotli_dec.make (+0 -145)
buildfiles/gmake/brotli_enc.make (+0 -189)
buildfiles/xcode4/bro.xcodeproj/project.pbxproj (+0 -261)
buildfiles/xcode4/brotli.xcodeproj/project.pbxproj (+0 -400)
buildfiles/xcode4/brotli.xcworkspace/contents.xcworkspacedata (+0 -19)
buildfiles/xcode4/brotli_common.xcodeproj/project.pbxproj (+0 -208)
buildfiles/xcode4/brotli_dec.xcodeproj/project.pbxproj (+0 -290)
buildfiles/xcode4/brotli_enc.xcodeproj/project.pbxproj (+0 -396)
📝 configure (+5 -18)
📝 dec/decode.c (+27 -18)
📝 dec/decode.h (+2 -3)
📝 enc/backward_references.c (+54 -31)
📝 enc/backward_references.h (+5 -3)

...and 3 more files

📄 Description

Additional changes:

  • fix slow encoding for files with long same-distance streaks
  • make BrotliDecompressedSize more robust

🔄 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/386 **Author:** [@eustas](https://github.com/eustas) **Created:** 6/24/2016 **Status:** ✅ Merged **Merged:** 6/24/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`52ff817`](https://github.com/google/brotli/commit/52ff81717bb98f13f3ef0b0b415c917cfb75237f) Update build systems ### 📊 Changes **23 files changed** (+192 additions, -2660 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -1) 📝 `BUILD` (+31 -86) 📝 `Makefile` (+31 -8) ➖ `buildfiles/gmake/Makefile` (+0 -87) ➖ `buildfiles/gmake/bro.make` (+0 -133) ➖ `buildfiles/gmake/brotli.make` (+0 -209) ➖ `buildfiles/gmake/brotli_common.make` (+0 -133) ➖ `buildfiles/gmake/brotli_dec.make` (+0 -145) ➖ `buildfiles/gmake/brotli_enc.make` (+0 -189) ➖ `buildfiles/xcode4/bro.xcodeproj/project.pbxproj` (+0 -261) ➖ `buildfiles/xcode4/brotli.xcodeproj/project.pbxproj` (+0 -400) ➖ `buildfiles/xcode4/brotli.xcworkspace/contents.xcworkspacedata` (+0 -19) ➖ `buildfiles/xcode4/brotli_common.xcodeproj/project.pbxproj` (+0 -208) ➖ `buildfiles/xcode4/brotli_dec.xcodeproj/project.pbxproj` (+0 -290) ➖ `buildfiles/xcode4/brotli_enc.xcodeproj/project.pbxproj` (+0 -396) 📝 `configure` (+5 -18) 📝 `dec/decode.c` (+27 -18) 📝 `dec/decode.h` (+2 -3) 📝 `enc/backward_references.c` (+54 -31) 📝 `enc/backward_references.h` (+5 -3) _...and 3 more files_ </details> ### 📄 Description Additional changes: - fix slow encoding for files with long same-distance streaks - make BrotliDecompressedSize more robust --- <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:51:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#988