Skip to content

Changes

Summary

  1. Refactor detection and use of regex libraries. (#1227) (details)
Commit f4d16f0cf894a9b804d9b90c25cfce09f3cb0d13 by Mahder Gebremedhin
Refactor detection and use of regex libraries. (#1227)

  - 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 simplicity
    reasons.
The file was modified Makefile (diff)
The file was modified 3rdParty (diff)
The file was modified CMakeLists.txt (diff)