Skip to content

Releases: mirage/ocaml-solo5

5.4.1 compatibility

18 Feb 17:34

Choose a tag to compare

5.4.0 compatibility

25 Nov 15:51

Choose a tag to compare

v1.1.0

14 Mar 09:41

Choose a tag to compare

  • Support for Ocaml 5.3.0 (@shym #148)
  • Update the FreeBSD version for CI (@shym #149)
  • Reorganise the examples and add new ones (@shym #147)

v1.0.1

17 Dec 14:17

Choose a tag to compare

5.2.1 support

04 Dec 13:40

Choose a tag to compare

Support the OCaml 5 runtime.

Minor tweaks

04 Dec 13:39

Choose a tag to compare

Minor tweaks mainly to CI and test / example

fix allocation tracking (memalign)

23 Apr 14:49

Choose a tag to compare

  • malloc: fix the memory allocation tracking for posix_memalign (used in mirage-xen via io-page) (#135 @palainp)

fix compilation by specifying correct target

12 Feb 12:27

Choose a tag to compare

Fix memory allocation statistics

15 Nov 20:53

Choose a tag to compare

v0.8.1

14 Jun 11:36

Choose a tag to compare

Keep track of memory allocation and releasing (fast than mallinfo, more accurate than footprint) #120 @winux138 @palainp