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

dnsdist: Add meson support #14724

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

dnsdist: Add meson support #14724

wants to merge 17 commits into from

Commits on Oct 18, 2024

  1. dnsdist: Add meson support

    rgacogne committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ef91c4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b97260 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f12d906 View commit details
    Browse the repository at this point in the history
  4. dnsdist: Fix detection of a specific nghttp2 feature

    The `#if` should be `#ifdef` or `#if defined`, as otherwise it fails
    with the `config.h` generated by `meson`.
    rgacogne committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    15c2b6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36f559e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08876b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69038bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1294b2a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7d4d001 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    44a8677 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cdefc6a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bb4b594 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f9250ea View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0551fdb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    301f9f5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7fd4764 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bd79939 View commit details
    Browse the repository at this point in the history