You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixing version check (#18)
- [x] added use-case example project and fixed CMake exports
- [x] moved nlohmann_json header-only dependency into private
- [x] replaced boost.program_options with custom CLI parser
- [x] replaced boost.test with doctest
- [x] removed dependency on boost
- [x] added `-static` suffix to static library name to avoid issues on
Windows.
- [x] added compiler warnings and refactored SimpleTree and libz2s
private sections.