mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #450] [MERGED] Build shared libraries by default #1071
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/450
Author: @eustas
Created: 10/18/2016
Status: ✅ Merged
Merged: 10/18/2016
Merged by: @eustas
Base:
master← Head:master📝 Commits (3)
69982c2Build shared libraries by defaultf5ba0b6(compress_fragment_two_pass)b93cb69* leave static compilation declaration intouch (e.g. Python build)📊 Changes
16 files changed (+123 additions, -88 deletions)
View changed files
📝
CMakeLists.txt(+7 -1)📝
README.md(+2 -2)📝
common/dictionary.h(+4 -3)📝
dec/decode.c(+16 -16)📝
enc/backward_references.c(+1 -1)📝
enc/brotli_bit_stream.c(+1 -1)📝
enc/compress_fragment.c(+8 -8)📝
enc/compress_fragment_two_pass.c(+6 -6)📝
enc/find_match_length.h(+3 -3)📝
enc/hash.h(+1 -1)📝
enc/hash_longest_match_inc.h(+2 -2)📝
enc/hash_longest_match_quickly_inc.h(+2 -2)📝
enc/ringbuffer.h(+2 -2)📝
include/brotli/decode.h(+13 -10)📝
include/brotli/encode.h(+17 -16)📝
include/brotli/port.h(+38 -14)📄 Description
BUILD_SHARED_LIBSoption for CMake${LIB}_SHARED_COMPILATIONwhen compiling shared libraryBROTLI_xxx_API🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.