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

Use prebuilt nginx tree if $NGX_OBJS is specified #67

Merged
merged 6 commits into from
Apr 25, 2024

Commits on Apr 23, 2024

  1. feat(sys): use prebuilt NGINX tree if $NGX_OBJS is specified

    This should help integrating the modules into the NGINX build process
    with `--add-dynamic-module`.
    bavshin-f5 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    df6d5ab View commit details
    Browse the repository at this point in the history
  2. feat(sys): make deps required for building NGINX optional

    These dependencies are not necessary when using an existing NGINX source
    tree.
    bavshin-f5 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    cfb3cf7 View commit details
    Browse the repository at this point in the history
  3. feat(sys): generate string constants as CStr

    Breaking, as it changes the type of all the string constants in the
    bindings.
    bavshin-f5 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d653666 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23b2d8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3aebcdb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91a042b View commit details
    Browse the repository at this point in the history