[PR #660] [MERGED] Update #1308

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/660
Author: @eustas
Created: 4/13/2018
Status: Merged
Merged: 4/13/2018
Merged by: @eustas

Base: masterHead: upd4a


📝 Commits (3)

📊 Changes

5 files changed (+98 additions, -61 deletions)

View changed files

📝 .travis.yml (+4 -2)
📝 c/enc/compress_fragment_two_pass.c (+90 -56)
📝 c/enc/encode.c (+2 -1)
📝 c/tools/brotli.c (+1 -1)
📝 scripts/.travis.sh (+1 -1)

📄 Description

  • improve q=1 compression on small files
  • fix "left shift before promotion"
  • fix osx Travis build

🔄 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/660 **Author:** [@eustas](https://github.com/eustas) **Created:** 4/13/2018 **Status:** ✅ Merged **Merged:** 4/13/2018 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `upd4a` --- ### 📝 Commits (3) - [`18803cf`](https://github.com/google/brotli/commit/18803cfd8c1d83031e9189b5d05025cb39baac03) Update - [`f37dc22`](https://github.com/google/brotli/commit/f37dc22f77518226555a5994846a195a93480669) Force homwbrew gcc installation - [`da6f654`](https://github.com/google/brotli/commit/da6f654d06a482f2b54c74214306294d24708d53) add latest xcode build ### 📊 Changes **5 files changed** (+98 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+4 -2) 📝 `c/enc/compress_fragment_two_pass.c` (+90 -56) 📝 `c/enc/encode.c` (+2 -1) 📝 `c/tools/brotli.c` (+1 -1) 📝 `scripts/.travis.sh` (+1 -1) </details> ### 📄 Description * improve q=1 compression on small files * fix "left shift before promotion" * fix osx Travis build --- <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:53:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1308