mirror of
https://github.com/google/brotli.git
synced 2026-02-04 05:35:09 +00:00
[PR #375] [MERGED] Update to v0.5 #975
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/375
Author: @eustas
Created: 6/15/2016
Status: ✅ Merged
Merged: 6/15/2016
Merged by: @eustas
Base:
master← Head:v0.5📝 Commits (10+)
0282918Extract common parts: constants, dictionary, etc.7cdcbd7Merge pull request #360 from eustas/master352b0b2Transform most of C++ comments to C-style.6e35610Merge pull request #361 from eustas/to-v0.45a206ddMerge pull request #362 from google/master11d1337Update setup.py9dd7e38Fix test file path66606e7Fix test file pathb73ebe3Fix test file path2f87a5aMerge pull request #363 from eustas/to-v0.4📊 Changes
101 files changed (+11891 additions, -19316 deletions)
View changed files
📝
MANIFEST.in(+3 -1)➕
common/Makefile(+12 -0)➕
common/constants.h(+47 -0)📝
common/dictionary.c(+11 -3)➕
common/dictionary.h(+29 -0)➕
common/port.h(+107 -0)📝
common/types.h(+8 -3)📝
dec/Makefile(+1 -1)📝
dec/bit_reader.c(+1 -1)📝
dec/bit_reader.h(+1 -1)📝
dec/context.h(+1 -1)📝
dec/decode.c(+34 -37)📝
dec/decode.h(+1 -1)➖
dec/dictionary.h(+0 -38)📝
dec/huffman.c(+5 -4)📝
dec/huffman.h(+4 -4)📝
dec/port.h(+2 -95)📝
dec/prefix.h(+5 -3)📝
dec/state.c(+1 -1)📝
dec/state.h(+4 -3)...and 80 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.