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 detection and use of regex libraries. #1227

Merged
merged 2 commits into from
Aug 3, 2023

Commits on Aug 3, 2023

  1. Refactor detection and use of regex libraries.

      - We now use the C++ standard regex library or fail. No more use of boost
        regex as a fallback. If it turns out that we still need to depend on
        boost for regex, we can bring it back. Otherwise, this means OMSimulator
        no longer depends on Boost at all. Which is a good thing for simplicitly
        reasons.
    mahge committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    74d59ab View commit details
    Browse the repository at this point in the history
  2. Update to merged 3rdParty

    mahge committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9d02cab View commit details
    Browse the repository at this point in the history