Skip to content

Releases: mirage/ocaml-solo5

v0.4.6

09 Aug 10:48
Compare
Choose a tag to compare

v0.4.6 (2019-08-09)

  • Fix support for OCaml 4.08.1+ (@hannesm)

v0.4.5

05 Jul 15:36
Compare
Choose a tag to compare

v0.4.5 (2019-07-05)

  • Add support for OCaml 4.08.0 (@avsm, @hannesm, @mato)
  • Add support for upcoming Solo5 "spt" target (@mato)
  • dlmalloc: expose struct mallinfo and mallinfo() (@hannesm)
  • Various build system changes for "non-OPAM" (dune) support (@mato, @hannesm)
  • Add a link test to Travis CI (@hannesm, fixes #24)
  • Remove support for OCaml < 4.05.0, matching MirageOS requirements (@hannesm)

v0.4.4

17 Mar 16:39
Compare
Choose a tag to compare

v0.4.4 (2019-03-17)

  • Fix system compiler, add system switch to Travis CI via INSTALL_LOCAL. Reverts part of #50. (@hannesm, #51).

v0.4.3

14 Mar 16:25
Compare
Choose a tag to compare

v0.4.3 (2019-03-14)

  • Use solo5_abort in abort() (@hannesm, #49)
  • Expose flags through files and enable the use of -runtime-variant
    (@TheLortex, #50)

v0.4.2

08 Nov 15:44
Compare
Choose a tag to compare

v0.4.2 (2018-11-08)

v0.4.1

25 Oct 19:55
Compare
Choose a tag to compare

v0.4.1 (2018-10-25)

  • Migrate to OPAM2 (@hannesm, #44)
  • Correctly check heap bounds if heap + stack are not contiguous (@ehmry, #43)
  • Install an empty META file to keep ocamlfind etc. happy (@hannesm, #45)

v0.4.0

14 Sep 14:13
Compare
Choose a tag to compare

v0.4.0 (2018-09-14)

  • Update to Solo5 0.4.0 OPAM package and target names (@mato, #41)

v0.3.1

09 Aug 15:16
627e02f
Compare
Choose a tag to compare

v0.3.1 (2018-08-09)

v0.3.0

16 Jun 15:02
41b7aa7
Compare
Choose a tag to compare

v0.3.0 (2018-06-16)

v0.2.3

22 Nov 14:19
Compare
Choose a tag to compare

v0.2.3 (2017-11-22)

  • Update dtoa.c to fix #18 (string_of_float incorrectly returns -nan) (@mato, #28).
  • Support OCaml 4.06.0 (@mato, #27)
  • Add additional stubs needed by newer gmp (@hannesm, #26)
  • aarch64 support (@mato, #25)