mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
[PR #186] [MERGED] C++98 compatible encoder plus bug fixes. #784
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/186
Author: @szabadka
Created: 10/1/2015
Status: ✅ Merged
Merged: 10/1/2015
Merged by: @szabadka
Base:
master← Head:master📝 Commits (2)
dfdf2ddEncoder bug fixes.4a7024dMake the brotli encoder C++98 compatible.📊 Changes
33 files changed (+175 additions, -126 deletions)
View changed files
📝
enc/backward_references.cc(+10 -10)📝
enc/backward_references.h(+1 -1)📝
enc/bit_cost.h(+4 -4)📝
enc/block_splitter.h(+1 -2)📝
enc/brotli_bit_stream.cc(+1 -1)📝
enc/brotli_bit_stream.h(+1 -2)📝
enc/cluster.h(+3 -1)📝
enc/command.h(+1 -1)📝
enc/context.h(+1 -1)📝
enc/dictionary.h(+1 -1)📝
enc/dictionary_hash.h(+1 -1)📝
enc/encode.cc(+29 -19)📝
enc/encode.h(+6 -7)📝
enc/encode_parallel.cc(+3 -2)📝
enc/encode_parallel.h(+1 -2)📝
enc/entropy_encode.cc(+1 -1)📝
enc/entropy_encode.h(+1 -1)📝
enc/fast_log.h(+2 -1)📝
enc/find_match_length.h(+1 -3)📝
enc/hash.h(+52 -47)...and 13 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.