Skip to content

Releases: Inochi2D/numem

v0.21.1

05 Oct 08:20
Compare
Choose a tag to compare

Fixes memory leaks from vector

v0.21.0

03 Oct 06:05
Compare
Choose a tag to compare
Add comment about copy

v0.20.1

27 Sep 01:19
Compare
Choose a tag to compare
  • Fixes vector copy constructors, weak_vector can now be copied properly.

v0.20.0

19 Sep 04:06
Compare
Choose a tag to compare
  • Restructured the entire library
  • Added numem.core.random
  • Added numem.core.uuid
  • added numem.text.ascii

v0.11.3

17 Sep 19:30
Compare
Choose a tag to compare

Full Changelog: v0.11.2...v0.11.3

v0.11.2

17 Sep 17:47
Compare
Choose a tag to compare
  • Added support for instantiating unions with nogc_new

v0.11.1

09 Sep 15:26
Compare
Choose a tag to compare
  • Fix missing nogc for endian swap functions

v0.11.0

09 Sep 15:20
Compare
Choose a tag to compare
  • BTree derived types are no longer nothrow to allow maps of throwables.

v0.10.0

29 Jul 22:38
Compare
Choose a tag to compare
  • Removed deprecated numem.stream package, use numem.io.stream.
  • Fixed struct instantiation
  • Fixed broken unittests.

v0.9.2

27 Jul 21:15
Compare
Choose a tag to compare
  • Fixes copy-constructor invocation in nogc_new