mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #659] [CLOSED] Shared brotli #1306
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/659
Author: @eustas
Created: 4/12/2018
Status: ❌ Closed
Base:
master← Head:shared-brotli📝 Commits (8)
2724390"Shared Brotli" initial commit.227bb81API combing2216a0dUpdate (#706)6eba239Fix auto detect of bundled mode (#704)c015355"Shared Brotli" initial commit.d43e2d5API combing50e71c2Update shared-brotli branch44887aeMerge branch 'shared-brotli' of https://github.com/google/brotli into shared-brotli📊 Changes
67 files changed (+5563 additions, -1321 deletions)
View changed files
📝
.travis.yml(+5 -3)📝
BUILD(+3 -5)📝
CMakeLists.txt(+3 -3)📝
c/common/platform.h(+32 -4)➕
c/common/shared_dictionary.c(+506 -0)➕
c/common/shared_dictionary_internal.h(+66 -0)📝
c/common/transform.c(+56 -0)📝
c/common/transform.h(+5 -0)📝
c/common/version.h(+2 -2)📝
c/dec/decode.c(+211 -10)📝
c/dec/state.c(+8 -2)📝
c/dec/state.h(+17 -2)📝
c/enc/backward_references.c(+66 -6)📝
c/enc/backward_references.h(+4 -3)📝
c/enc/backward_references_hq.c(+103 -23)📝
c/enc/backward_references_hq.h(+11 -7)📝
c/enc/backward_references_inc.h(+37 -9)➕
c/enc/compound_dictionary.c(+200 -0)➕
c/enc/compound_dictionary.h(+60 -0)📝
c/enc/dictionary_hash.c(+1826 -1100)...and 47 more files
📄 Description
Merge shared-brotli to master
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.