[PR #387] [CLOSED] Add CMake buildfiles. Use CMake in travis. #991

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/387
Author: @eustas
Created: 6/27/2016
Status: Closed

Base: masterHead: master


📝 Commits (7)

  • 93ef13f Add CMake build system.
  • 3e33d76 travis: add CMake builds
  • 37be4e3 travis: add many additional builds
  • 1d15c95 travis: enable clang builds now that the LLVM repos are back up
  • 45862fc Enable address sanitizer build.
  • 26a5935 Add UBSan build, use clang for sanitizer builds.
  • 97b846f travis: disable gcc-4.5 build

📊 Changes

5 files changed (+483 additions, -20 deletions)

View changed files

.travis.sh (+46 -0)
📝 .travis.yml (+222 -20)
CMakeLists.txt (+152 -0)
tests/run-compatibility-test.cmake (+28 -0)
tests/run-roundtrip-test.cmake (+35 -0)

📄 Description

No description provided


🔄 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/387 **Author:** [@eustas](https://github.com/eustas) **Created:** 6/27/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`93ef13f`](https://github.com/google/brotli/commit/93ef13f8235b48f80964c6da092fb5aec514c3d9) Add CMake build system. - [`3e33d76`](https://github.com/google/brotli/commit/3e33d7636a6db1771139de11f47bd855306d6038) travis: add CMake builds - [`37be4e3`](https://github.com/google/brotli/commit/37be4e37ce355a503994586f95f80be0328020e6) travis: add many additional builds - [`1d15c95`](https://github.com/google/brotli/commit/1d15c95363bbb23a8bf595a073f8a48116dea27e) travis: enable clang builds now that the LLVM repos are back up - [`45862fc`](https://github.com/google/brotli/commit/45862fcb063f6fcace2f57b5d882a747cd651242) Enable address sanitizer build. - [`26a5935`](https://github.com/google/brotli/commit/26a59359eda3b70081e57389c4496b86ec5622c2) Add UBSan build, use clang for sanitizer builds. - [`97b846f`](https://github.com/google/brotli/commit/97b846f2fe0b1490e15ff6be8cedec1661ebf6e1) travis: disable gcc-4.5 build ### 📊 Changes **5 files changed** (+483 additions, -20 deletions) <details> <summary>View changed files</summary> ➕ `.travis.sh` (+46 -0) 📝 `.travis.yml` (+222 -20) ➕ `CMakeLists.txt` (+152 -0) ➕ `tests/run-compatibility-test.cmake` (+28 -0) ➕ `tests/run-roundtrip-test.cmake` (+35 -0) </details> ### 📄 Description _No description provided_ --- <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#991