[PR #434] [MERGED] Update research #1050

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (1)

📊 Changes

7 files changed (+60 additions, -54 deletions)

View changed files

📝 Makefile (+5 -4)
📝 research/Makefile (+1 -1)
📝 research/draw_diff.cc (+8 -3)
📝 research/draw_histogram.cc (+19 -19)
📝 research/find_opt_references.cc (+7 -3)
📝 research/read_dist.h (+20 -10)
tools/version.h (+0 -14)

📄 Description

  • don't use assert when side-effect is desired
  • use gflags to pick options from args

Other changes:

  • teach stub Makefile to do partial rebuild
  • remove obsolete tools/version.h

🔄 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/434 **Author:** [@eustas](https://github.com/eustas) **Created:** 9/22/2016 **Status:** ✅ Merged **Merged:** 9/22/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`dd8fa3e`](https://github.com/google/brotli/commit/dd8fa3e8ddb970fd92550d6e833870a813e4b164) Update research ### 📊 Changes **7 files changed** (+60 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+5 -4) 📝 `research/Makefile` (+1 -1) 📝 `research/draw_diff.cc` (+8 -3) 📝 `research/draw_histogram.cc` (+19 -19) 📝 `research/find_opt_references.cc` (+7 -3) 📝 `research/read_dist.h` (+20 -10) ➖ `tools/version.h` (+0 -14) </details> ### 📄 Description - don't use `assert` when side-effect is desired - use `gflags` to pick options from args Other changes: - teach stub `Makefile` to do partial rebuild - remove obsolete `tools/version.h` --- <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:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1050