[PR #361] [MERGED] Step 2: update comments #957

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/361
Author: @eustas
Created: 6/3/2016
Status: Merged
Merged: 6/3/2016
Merged by: @eustas

Base: to-v0.4Head: to-v0.4


📝 Commits (1)

  • 352b0b2 Transform most of C++ comments to C-style.

📊 Changes

42 files changed (+1047 additions, -1034 deletions)

View changed files

📝 enc/backward_references.cc (+47 -46)
📝 enc/backward_references.h (+26 -25)
📝 enc/bit_cost.h (+3 -3)
📝 enc/block_splitter.cc (+9 -9)
📝 enc/block_splitter.h (+2 -2)
📝 enc/brotli_bit_stream.cc (+95 -82)
📝 enc/brotli_bit_stream.h (+26 -26)
📝 enc/cluster.h (+2 -2)
📝 enc/command.h (+4 -4)
📝 enc/compress_fragment.cc (+100 -99)
📝 enc/compress_fragment.h (+24 -24)
📝 enc/compress_fragment_two_pass.cc (+71 -70)
📝 enc/compress_fragment_two_pass.h (+16 -16)
📝 enc/context.h (+86 -85)
📝 enc/dictionary_hash.h (+2 -2)
📝 enc/encode.cc (+104 -103)
📝 enc/encode.h (+11 -11)
📝 enc/encode_parallel.cc (+26 -26)
📝 enc/encode_parallel.h (+5 -5)
📝 enc/entropy_encode.cc (+59 -60)

...and 22 more files

📄 Description

Transform most of C++ comments to C-style.


🔄 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/361 **Author:** [@eustas](https://github.com/eustas) **Created:** 6/3/2016 **Status:** ✅ Merged **Merged:** 6/3/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `to-v0.4` ← **Head:** `to-v0.4` --- ### 📝 Commits (1) - [`352b0b2`](https://github.com/google/brotli/commit/352b0b2836504f59c4915b20eee11a770b415a47) Transform most of C++ comments to C-style. ### 📊 Changes **42 files changed** (+1047 additions, -1034 deletions) <details> <summary>View changed files</summary> 📝 `enc/backward_references.cc` (+47 -46) 📝 `enc/backward_references.h` (+26 -25) 📝 `enc/bit_cost.h` (+3 -3) 📝 `enc/block_splitter.cc` (+9 -9) 📝 `enc/block_splitter.h` (+2 -2) 📝 `enc/brotli_bit_stream.cc` (+95 -82) 📝 `enc/brotli_bit_stream.h` (+26 -26) 📝 `enc/cluster.h` (+2 -2) 📝 `enc/command.h` (+4 -4) 📝 `enc/compress_fragment.cc` (+100 -99) 📝 `enc/compress_fragment.h` (+24 -24) 📝 `enc/compress_fragment_two_pass.cc` (+71 -70) 📝 `enc/compress_fragment_two_pass.h` (+16 -16) 📝 `enc/context.h` (+86 -85) 📝 `enc/dictionary_hash.h` (+2 -2) 📝 `enc/encode.cc` (+104 -103) 📝 `enc/encode.h` (+11 -11) 📝 `enc/encode_parallel.cc` (+26 -26) 📝 `enc/encode_parallel.h` (+5 -5) 📝 `enc/entropy_encode.cc` (+59 -60) _...and 22 more files_ </details> ### 📄 Description Transform most of C++ comments to C-style. --- <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:51:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#957