mirror of
https://github.com/google/brotli.git
synced 2026-09-22 14:45:51 +00:00
[PR #361] [MERGED] Step 2: update comments #957
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.4← Head:to-v0.4📝 Commits (1)
352b0b2Transform 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.