Skip to content

Releases: Inochi2D/numem

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

v0.9.1

22 Jul 00:42
Compare
Choose a tag to compare
  • Added UTF-16 support.

Unicode handling update

21 Jul 22:45
Compare
Choose a tag to compare
v0.9.0

Update README

v0.8.3

01 Jun 13:15
Compare
Choose a tag to compare
  • Improved string handling
  • Added opCmp and inout attribute to vector and string, allowing them to be used as keys in maps and sets.

v0.8.2

31 May 19:12
Compare
Choose a tag to compare

String support is improved.

Full Changelog: v0.8.1...v0.8.2

0.8.1

26 May 23:45
Compare
Choose a tag to compare
  • Added tracing mode, to trace allocations and deallocations
  • Added numem.mem.exception to the default imports of numem.all
  • Updated README with some examples of use.

0.8.0

26 May 17:18
Compare
Choose a tag to compare

What's changed

  • Added support for exceptions via NuException.

Full Changelog: v0.7.4...v0.8.0