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

Avoid invoking regex on win32 #3

Merged
merged 2 commits into from
May 13, 2024
Merged

Avoid invoking regex on win32 #3

merged 2 commits into from
May 13, 2024

Commits on Dec 15, 2023

  1. Add CI

    ethomson committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3b90a9d View commit details
    Browse the repository at this point in the history
  2. win32: don't include regex by default

    Windows doesn't have a regex library (or regex.h) by default. Don't try
    to compile it in unless `XDL_REGEX` is defined. Otherwise, error with
    `REG_ASSERT` if the regex functionality is attempted to be used.
    ethomson committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    77b9f1b View commit details
    Browse the repository at this point in the history