Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put brotli on the FetchContent plan #107166

Merged
merged 20 commits into from
Oct 21, 2024
Merged

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    fba095d View commit details
    Browse the repository at this point in the history
  2. Delete unused subfolders

    jkoritzinsky committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    75c20c1 View commit details
    Browse the repository at this point in the history
  3. Integrate FetchContent-based discovery with system-brotli discovery v…

    …ia CMake's PkgConfig model
    jkoritzinsky committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c46e058 View commit details
    Browse the repository at this point in the history
  4. Update cg manifest

    jkoritzinsky committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ff875b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    a8f604c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1c1d10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    199888a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    0f8202b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d717e9d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Set export flags for brotlicommon and don't build the brotli target b…

    …y default (doesn't work on wasi)
    jkoritzinsky committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    72de3b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    72bc9f8 View commit details
    Browse the repository at this point in the history
  2. Build brotlienc and brotlidec to expect to be statically linked again…

    …st brotlicommon instead of dynamically linked against it.
    jkoritzinsky committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    81e5520 View commit details
    Browse the repository at this point in the history
  3. Try installing in the libs partition instead of pulling from the Nati…

    …veAOT build for mono Apple scenarios.
    jkoritzinsky committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e9896c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    599dc91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a575d28 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Add to platform manifest

    jkoritzinsky committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3bddbf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9087c81 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    adaa23c View commit details
    Browse the repository at this point in the history
  2. Let's try adding the brotli libs after the compression libs in all ca…

    …ses (thanks single-pass linker ordering...)
    jkoritzinsky committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    470a561 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    c5bfcc4 View commit details
    Browse the repository at this point in the history