[PR #457] [MERGED] Update API #1079

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/457
Author: @eustas
Created: 10/25/2016
Status: Merged
Merged: 10/25/2016
Merged by: @eustas

Base: masterHead: master


📝 Commits (1)

📊 Changes

5 files changed (+57 additions, -51 deletions)

View changed files

📝 enc/entropy_encode_static.h (+2 -2)
📝 include/brotli/decode.h (+6 -6)
📝 include/brotli/encode.h (+20 -9)
📝 include/brotli/port.h (+19 -19)
📝 include/brotli/types.h (+10 -15)

📄 Description

  • explicitly define BROTLI_BOOL to be int
  • add BROTLI_ prefix to MAKE_UINT64_T macros
  • replace true/false/1/0 mentions with BROTLI_TRUE/FALSE
  • add BrotliEncoderSetParameter documentation
  • add explicit caution to BrotliEncoderMaxCompressedSize
  • fix formatting in port.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/457 **Author:** [@eustas](https://github.com/eustas) **Created:** 10/25/2016 **Status:** ✅ Merged **Merged:** 10/25/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`86981a2`](https://github.com/google/brotli/commit/86981a271a6471b52fd214601bdb585cc7d5b3aa) Update API ### 📊 Changes **5 files changed** (+57 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `enc/entropy_encode_static.h` (+2 -2) 📝 `include/brotli/decode.h` (+6 -6) 📝 `include/brotli/encode.h` (+20 -9) 📝 `include/brotli/port.h` (+19 -19) 📝 `include/brotli/types.h` (+10 -15) </details> ### 📄 Description - explicitly define `BROTLI_BOOL` to be `int` - add `BROTLI_` prefix to `MAKE_UINT64_T` macros - replace `true`/`false`/`1`/`0` mentions with `BROTLI_TRUE`/`FALSE` - add `BrotliEncoderSetParameter` documentation - add explicit caution to `BrotliEncoderMaxCompressedSize` - fix formatting in `port.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:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1079