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

Add an fpm-zts build #1344

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

Commits on Nov 14, 2022

  1. Add an fpm-zts build

    RulerOf committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ef14f6c View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Configuration menu
    Copy the full SHA
    e1d0331 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    3d7b8b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e33b83 View commit details
    Browse the repository at this point in the history
  3. Update CONTRIBUTING.md

    RulerOf committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    d648c85 View commit details
    Browse the repository at this point in the history
  4. Invoke sed -i in a BSD-compatible fashion

    Previous invocation of `sed -i` would cause broken behavior on Mac OS.
    BSD sed requires a backup file for in-place editing.
    See https://stackoverflow.com/a/22084103/7969681 for details.
    RulerOf committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    d2095ad View commit details
    Browse the repository at this point in the history
  5. Corrected CONTRIBUTING.md

    RulerOf committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    83dec69 View commit details
    Browse the repository at this point in the history