[PR #382] [MERGED] Update encoder and add xcode projects #989

Open
opened 2026-01-29 20:51:59 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

📊 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

  • add xcode4 projects
  • reorganize premake artifacts
  • remove deprecated methods/struct

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/382 **Author:** [@eustas](https://github.com/eustas) **Created:** 6/20/2016 **Status:** ✅ Merged **Merged:** 6/20/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`6a078b1`](https://github.com/google/brotli/commit/6a078b17d75d6445eb08c906032be2110adce87b) Update encoder ### 📊 Changes **16 files changed** (+1902 additions, -345 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description - add xcode4 projects - reorganize premake artifacts - remove deprecated methods/struct --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:51:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#989