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

Draft: Protobuf general update #1175

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on May 14, 2024

  1. Add AbseilCpp project

    Closes: wingtk#1174
    AlessandroBono committed May 14, 2024
    Configuration menu
    Copy the full SHA
    65fcd61 View commit details
    Browse the repository at this point in the history
  2. protobuf: Update to 25.1

    Add abseil-cpp as a dependency. It is required since version 22.0 (aka 3.22.0)[1]
    
    [1] protocolbuffers/protobuf@a9f1ea6
    AlessandroBono committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9002ec9 View commit details
    Browse the repository at this point in the history
  3. protobuf-c: Update to version 1.5.0

    Add abseil-cpp as a dependency since it is now required. Furthermore:
     - add Config.cmake.in file[1] because it is missing from the tarball;
     - add a proposed patch[2] to fix the build with cmake.
    
    [1] protobuf-c/protobuf-c#698
    [2] protobuf-c/protobuf-c#699
    AlessandroBono committed May 14, 2024
    Configuration menu
    Copy the full SHA
    aa63046 View commit details
    Browse the repository at this point in the history