mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #621] [MERGED] Pick-up 1.0.2 changes #1270
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/621
Author: @eustas
Created: 11/28/2017
Status: ✅ Merged
Merged: 11/29/2017
Merged by: @eustas
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
109 files changed (+1171 additions, -350 deletions)
View changed files
📝
.travis.yml(+13 -0)📝
BUILD(+33 -16)📝
CMakeLists.txt(+50 -130)➕
Makefile.am(+36 -0)➕
README(+15 -0)📝
WORKSPACE(+40 -11)➕
bootstrap(+22 -0)📝
c/common/dictionary.bin(+0 -0)📝
c/common/dictionary.h(+3 -3)📝
c/common/version.h(+8 -1)📝
c/dec/decode.c(+4 -0)📝
c/enc/backward_references_hq.c(+9 -8)📝
c/enc/backward_references_hq.h(+3 -3)📝
c/enc/dictionary_hash.c(+0 -0)📝
c/enc/hash_forgetful_chain_inc.h(+0 -0)📝
c/enc/hash_longest_match64_inc.h(+0 -0)📝
c/enc/hash_to_binary_tree_inc.h(+0 -0)📝
c/enc/port.h(+9 -1)📝
c/enc/quality.h(+1 -0)📝
c/fuzz/test_fuzzer.sh(+13 -8)...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.