mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #382] [MERGED] Update encoder and add xcode projects #989
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/382
Author: @eustas
Created: 6/20/2016
Status: ✅ Merged
Merged: 6/20/2016
Merged by: @eustas
Base:
master← Head:master📝 Commits (1)
6a078b1Update encoder📊 Changes
16 files changed (+1902 additions, -345 deletions)
View changed files
📝
Makefile(+1 -1)📝
buildfiles/gmake/Makefile(+25 -29)📝
buildfiles/gmake/bro.make(+9 -63)➕
buildfiles/gmake/brotli.make(+209 -0)📝
buildfiles/gmake/brotli_common.make(+5 -59)📝
buildfiles/gmake/brotli_dec.make(+5 -59)📝
buildfiles/gmake/brotli_enc.make(+5 -59)➕
buildfiles/xcode4/bro.xcodeproj/project.pbxproj(+261 -0)➕
buildfiles/xcode4/brotli.xcodeproj/project.pbxproj(+400 -0)➕
buildfiles/xcode4/brotli.xcworkspace/contents.xcworkspacedata(+19 -0)➕
buildfiles/xcode4/brotli_common.xcodeproj/project.pbxproj(+208 -0)➕
buildfiles/xcode4/brotli_dec.xcodeproj/project.pbxproj(+290 -0)➕
buildfiles/xcode4/brotli_enc.xcodeproj/project.pbxproj(+396 -0)📝
enc/encode.c(+53 -54)📝
enc/encode.h(+0 -13)📝
premake5.lua(+16 -8)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.