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

Full Abseil + RE2 support #173

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 10, 2024

  1. Fix Abseil + RE2 support

    Depends on Emscripten update in proxy-wasm#172.
    
    Signed-off-by: Martijn Stevenson <mstevenson@google.com>
    martijneken committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    cf82fb7 View commit details
    Browse the repository at this point in the history
  2. Remove docs covering lack of Abseil support

    Signed-off-by: Martijn Stevenson <mstevenson@google.com>
    martijneken committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    668c5f3 View commit details
    Browse the repository at this point in the history
  3. Fix dupe linker opt, add TODO for Docker builds

    Signed-off-by: Martijn Stevenson <mstevenson@google.com>
    martijneken committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d505642 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Add RE2 example.

    Signed-off-by: Martijn Stevenson <mstevenson@google.com>
    martijneken committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    df8faa9 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Full support for RE2 and Abseil!

    - Simpler Docker container
    - Single Makefile
    - Support for -flto
    - Proto upgrade to v26.1
    - Updated build docs
    
    Signed-off-by: Martijn Stevenson <mstevenson@google.com>
    martijneken committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    ed827a4 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    - add license headers to generated files
    - update Bazel builds for examples
    - remove unnecessary protobuf binary CI check
    
    Signed-off-by: Martijn Stevenson <mstevenson@google.com>
    martijneken committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    81c472c View commit details
    Browse the repository at this point in the history