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

Refactor and improve documentation for BSD support #87

Merged
merged 4 commits into from
Nov 17, 2022
Merged

Refactor and improve documentation for BSD support #87

merged 4 commits into from
Nov 17, 2022

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    ccd76b4 View commit details
    Browse the repository at this point in the history
  2. Expand support to all BSD-based; update docs accordingly

    Previously the compiler flag `target_os` was only implemented for
    OpenBSD.  Here, we add support also for FreeBSD, NetBSD, and
    Dragonfly (another BSD-based OS).  While we may not be able to
    reasonably test all OSes, these are all BSD-based and hence should all
    work as it does on macOS and FreeBSD.
    jakewilliami committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    096522f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    80e2748 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e7b3b5 View commit details
    Browse the repository at this point in the history