[PR #399] [MERGED] Add mingw support. #1006

Closed
opened 2026-01-29 20:52:04 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/399
Author: @nemequ
Created: 7/29/2016
Status: Merged
Merged: 7/29/2016
Merged by: @eustas

Base: masterHead: master


📝 Commits (2)

  • 03657e8 Add mingw support.
  • 01f9cf9 travis: use container-based infrastructure

📊 Changes

7 files changed (+60 additions, -12 deletions)

View changed files

📝 .travis.sh (+5 -1)
📝 .travis.yml (+21 -1)
📝 CMakeLists.txt (+23 -1)
📝 common/types.h (+1 -1)
📝 tests/run-compatibility-test.cmake (+1 -1)
📝 tests/run-roundtrip-test.cmake (+6 -7)
📝 tools/bro.c (+3 -0)

📄 Description

See https://travis-ci.org/quixdb/squash/jobs/148073219 for the failures with the current code. Figured I may as well add a Travis build (including running the tests in wine) while I was at it.


🔄 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/399 **Author:** [@nemequ](https://github.com/nemequ) **Created:** 7/29/2016 **Status:** ✅ Merged **Merged:** 7/29/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`03657e8`](https://github.com/google/brotli/commit/03657e8089d9022bbc8950b32d2c7fe07585572b) Add mingw support. - [`01f9cf9`](https://github.com/google/brotli/commit/01f9cf94a0732b3eafafc1c4b506cdb9b31b765a) travis: use container-based infrastructure ### 📊 Changes **7 files changed** (+60 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `.travis.sh` (+5 -1) 📝 `.travis.yml` (+21 -1) 📝 `CMakeLists.txt` (+23 -1) 📝 `common/types.h` (+1 -1) 📝 `tests/run-compatibility-test.cmake` (+1 -1) 📝 `tests/run-roundtrip-test.cmake` (+6 -7) 📝 `tools/bro.c` (+3 -0) </details> ### 📄 Description See https://travis-ci.org/quixdb/squash/jobs/148073219 for the failures with the current code. Figured I may as well add a Travis build (including running the tests in wine) while I was at it. --- <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:52:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1006