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

Compatibility with gRPC v1.65.0 and some build system enhancements #58

Merged
merged 5 commits into from
Jul 23, 2024

Commits on Jul 17, 2024

  1. Unify CMake and Nginx build system defaults.

    Provide generic environment variable to adjust CMake settings from Nginx
    build system.
    p-pautov committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    50b0a5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9348083 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c736bd View commit details
    Browse the repository at this point in the history
  4. Don't force C++ standard for user builds.

    This fixes build against C++17 enabled prebuilt dependencies.
    p-pautov committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1ac41dc View commit details
    Browse the repository at this point in the history
  5. Use Abseil logging for gRPC v1.65.0 and above.

    Original logging method is now deprecated and results in error message
    on Nginx startup.
    p-pautov committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    aedcd7d View commit details
    Browse the repository at this point in the history