mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #360] [MERGED] Step 1: extract common #954
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/360
Author: @eustas
Created: 6/3/2016
Status: ✅ Merged
Merged: 6/3/2016
Merged by: @eustas
Base:
to-v0.4← Head:master📝 Commits (1)
0282918Extract common parts: constants, dictionary, etc.📊 Changes
62 files changed (+336 additions, -9784 deletions)
View changed files
➕
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(+1 -92)📝
dec/prefix.h(+5 -3)📝
dec/state.c(+1 -1)📝
dec/state.h(+4 -3)📝
dec/transform.h(+1 -1)...and 42 more files
📄 Description
Extract common parts: constants, dictionary, etc.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.