- Add support for OCaml 5.3 when using certain C++ compilers (e.g. macOS default C++ compiler) (#56 @kit-ty-kate)
-
Adding missing dependency on
conf-c++
(#52 @dra27) -
Disable every warnings when compiling the vendored
glpk
code (#41 @kit-ty-kate @MisterDA) -
Replace
sprintf
andvsprintf
withsnprintf
andvsnprintf
(#41 @MisterDA) -
Always compile C++ files with
-x c++
on non-msvc compilers to avoid issues when usingclang
(#53 @kit-ty-kate)