[PR #5] [CLOSED] visual studio support #573

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/5
Author: @r-lyeh-archived
Created: 10/22/2014
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 51d092b deprecated rand_r() calls removed();

📊 Changes

4 files changed (+137 additions, -8 deletions)

View changed files

📝 enc/block_splitter.cc (+4 -2)
enc/endian.h (+130 -0)
📝 enc/fast_log.h (+2 -1)
📝 enc/write_bits.h (+1 -5)

📄 Description

deprecated rand_r() calls removed();
log() disambiguation;
missing assert() header added;
portable endian.h header added (public domain license);


🔄 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/5 **Author:** [@r-lyeh-archived](https://github.com/r-lyeh-archived) **Created:** 10/22/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`51d092b`](https://github.com/google/brotli/commit/51d092b7b2267e67fcaaedeb71e17d54630d67d1) deprecated rand_r() calls removed(); ### 📊 Changes **4 files changed** (+137 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `enc/block_splitter.cc` (+4 -2) ➕ `enc/endian.h` (+130 -0) 📝 `enc/fast_log.h` (+2 -1) 📝 `enc/write_bits.h` (+1 -5) </details> ### 📄 Description deprecated rand_r() calls removed(); log() disambiguation; missing assert() header added; portable endian.h header added (public domain license); --- <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:46:13 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#573