Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 549 Bytes

CHANGES.md

File metadata and controls

15 lines (9 loc) · 549 Bytes

1.1+19 (2025/01/09)

  • Add support for OCaml 5.3 when using certain C++ compilers (e.g. macOS default C++ compiler) (#56 @kit-ty-kate)

1.1+18 (2024/08/21)

  • Adding missing dependency on conf-c++ (#52 @dra27)

  • Disable every warnings when compiling the vendored glpk code (#41 @kit-ty-kate @MisterDA)

  • Replace sprintf and vsprintf with snprintf and vsnprintf (#41 @MisterDA)

  • Always compile C++ files with -x c++ on non-msvc compilers to avoid issues when using clang (#53 @kit-ty-kate)