mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #644] [CLOSED] Pickup v1.0.3 changes #1293
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/644
Author: @eustas
Created: 3/2/2018
Status: ❌ Closed
Base:
v1.0← Head:master📝 Commits (10+)
4f8cd4cFix fuzzer test script and add it to travis matrix (#606)42d7880Improve Bazel/JNI portability (#611)a0c7dafFix permissions of various files in project (#613)9c75a2aUse bazel in appveyor (#612)39ef4bbAdd new (fast) dictionary generator engine. (#616)3e58ea5Update (#617)bdda95eCreate shared-brotli-fetch-spec.txta755ba3Update shared-brotli-fetch-spec.txt273de5aUpdate shared-brotli-fetch-spec.txt0ad94eeUpdate (#620)📊 Changes
184 files changed (+5572 additions, -2872 deletions)
View changed files
📝
.gitmodules(+3 -0)📝
.travis.yml(+33 -27)📝
BUILD(+33 -16)📝
CMakeLists.txt(+50 -140)➕
Makefile.am(+38 -0)➕
README(+15 -0)📝
WORKSPACE(+49 -13)➕
bootstrap(+31 -0)📝
c/common/constants.h(+13 -6)📝
c/common/context.h(+182 -172)📝
c/common/dictionary.bin(+0 -0)➕
c/common/dictionary.bin.br(+0 -0)📝
c/common/dictionary.h(+4 -4)➕
c/common/platform.h(+436 -0)➕
c/common/transform.c(+236 -0)➕
c/common/transform.h(+80 -0)📝
c/common/version.h(+8 -1)📝
c/dec/bit_reader.c(+1 -1)📝
c/dec/bit_reader.h(+34 -85)📝
c/dec/decode.c(+295 -184)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.