mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #620] [MERGED] Add autotools build #1266
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/620
Author: @eustas
Created: 11/24/2017
Status: ✅ Merged
Merged: 11/28/2017
Merged by: @eustas
Base:
master← Head:upd11a📝 Commits (5)
a93c5f1Separate semantic and ABI version.104e964* Extract sources.lstdf55cb5Cleanup5c2fb63Fix version templateab9f7d3* Decoder: always settotal_out📊 Changes
17 files changed (+302 additions, -138 deletions)
View changed files
📝
CMakeLists.txt(+50 -130)➕
Makefile.am(+36 -0)➕
README(+15 -0)➕
bootstrap(+22 -0)📝
c/common/version.h(+8 -1)📝
c/dec/decode.c(+4 -0)📝
c/enc/port.h(+9 -1)📝
c/include/brotli/decode.h(+3 -2)📝
c/include/brotli/encode.h(+3 -2)📝
configure(+3 -1)➕
configure.ac(+14 -0)📝
js/decode_test.js(+4 -1)📝
research/sieve.h(+1 -0)➕
scripts/libbrotlicommon.pc.in(+11 -0)➕
scripts/libbrotlidec.pc.in(+12 -0)➕
scripts/libbrotlienc.pc.in(+12 -0)➕
scripts/sources.lst(+95 -0)📄 Description
Also separate semantic and ABI version.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.