Releases: ocaml-opam/ocaml-mccs
Releases · ocaml-opam/ocaml-mccs
1.1+19
CHANGES:
- Add support for OCaml 5.3 when using certain C++ compilers (e.g. macOS default C++ compiler) (#56 @kit-ty-kate)
1.1+18
CHANGES:
-
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)
1.1+17
CHANGES
- Fix debug logs showing up regardless of verbosity on macOS 12.7.1 / 13.6.3 / 14.2 and FreeBSD [#50 @kit-ty-kate]