[PR #432] [MERGED] Pick up travis config fix #1045

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/432
Author: @eustas
Created: 9/21/2016
Status: Merged
Merged: 9/21/2016
Merged by: @eustas

Base: large-windowHead: master


📝 Commits (9)

  • 58cecf1 Add distance encoding research tools.
  • 9589396 Add description of research tools.
  • 0e52c59 Update variable naming.
  • 4291932 Update research tools description.
  • 9294022 Replace sais.hxx by submodule hillbig/esaxx.
  • 887f6fd Fix integration build
  • ea9c51e Update .travis.yml
  • 56c890d Merge pull request #429 from google/fix-homebrew-gcc-6
  • 20e36ef Merge pull request #427 from Zip753/master

📊 Changes

12 files changed (+579 additions, -3 deletions)

View changed files

📝 .gitmodules (+3 -0)
📝 .travis.yml (+3 -3)
research/Makefile (+17 -0)
research/README.md (+67 -0)
research/draw_diff.cc (+104 -0)
research/draw_histogram.cc (+197 -0)
research/esaxx (+1 -0)
research/find_opt_references.cc (+147 -0)
research/img/enwik9_brotli.png (+0 -0)
research/img/enwik9_diff.png (+0 -0)
research/img/enwik9_opt.png (+0 -0)
research/read_dist.h (+40 -0)

📄 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/432 **Author:** [@eustas](https://github.com/eustas) **Created:** 9/21/2016 **Status:** ✅ Merged **Merged:** 9/21/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `large-window` ← **Head:** `master` --- ### 📝 Commits (9) - [`58cecf1`](https://github.com/google/brotli/commit/58cecf1783c1a814f282f859609721fefebf74aa) Add distance encoding research tools. - [`9589396`](https://github.com/google/brotli/commit/9589396e5dcca3fd16f568ff93d99124fd0eed2e) Add description of research tools. - [`0e52c59`](https://github.com/google/brotli/commit/0e52c59a07c62c537183a7848244037fe8172930) Update variable naming. - [`4291932`](https://github.com/google/brotli/commit/4291932022e67a4d0b9a2b8cedd011ef574f9861) Update research tools description. - [`9294022`](https://github.com/google/brotli/commit/9294022929b6207072b6fd8cda89a6f8a31b561b) Replace sais.hxx by submodule hillbig/esaxx. - [`887f6fd`](https://github.com/google/brotli/commit/887f6fd48f57343dee5c37ba2bd56e1709956efb) Fix integration build - [`ea9c51e`](https://github.com/google/brotli/commit/ea9c51e4ca4628fd2022b622caf90ff7df233cbd) Update .travis.yml - [`56c890d`](https://github.com/google/brotli/commit/56c890d5f9b220236684622aae3d65d72ccd9d67) Merge pull request #429 from google/fix-homebrew-gcc-6 - [`20e36ef`](https://github.com/google/brotli/commit/20e36ef2f715a10de1dcc1e5d4520ca534560780) Merge pull request #427 from Zip753/master ### 📊 Changes **12 files changed** (+579 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.gitmodules` (+3 -0) 📝 `.travis.yml` (+3 -3) ➕ `research/Makefile` (+17 -0) ➕ `research/README.md` (+67 -0) ➕ `research/draw_diff.cc` (+104 -0) ➕ `research/draw_histogram.cc` (+197 -0) ➕ `research/esaxx` (+1 -0) ➕ `research/find_opt_references.cc` (+147 -0) ➕ `research/img/enwik9_brotli.png` (+0 -0) ➕ `research/img/enwik9_diff.png` (+0 -0) ➕ `research/img/enwik9_opt.png` (+0 -0) ➕ `research/read_dist.h` (+40 -0) </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:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1045