Skip to content

Releases: JuliaInterop/libcxxwrap-julia

v0.11.0

03 Sep 08:14
Compare
Choose a tag to compare

This is another breaking release (breaking binary compatibility) due to the switch from std::map to std::unordered_map for storing the mapping information between C++ and Julia types, hopefully making this system fully robust at last.

What's Changed

v0.10.0

27 Aug 15:03
Compare
Choose a tag to compare

Breaking change

Fixes a "type is not mapped" error when building on macOS natively. This requires rebuilding dependent JLLs since it introduces an ABI incompatibility.

What's Changed

New Contributors

Full Changelog: v0.9.7...v0.10.0

v0.9.7

03 May 16:08
Compare
Choose a tag to compare

Compatibility with latest Julia master

v0.9.6

19 Apr 21:00
Compare
Choose a tag to compare
  • Support for finalizer specialization
  • Julia Val type
  • Basic std::deque support

v0.9.4

10 Feb 14:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.3...v0.9.4

v0.9.3

28 Dec 11:16
Compare
Choose a tag to compare
Bump version and update BB

v0.9.2

05 Jul 20:13
Compare
Choose a tag to compare
Bump version to v0.9.2

v0.9.1

21 Apr 20:51
Compare
Choose a tag to compare

Add support for char16_t and char32_t and improve error output.

v0.9.0

05 Jan 09:37
Compare
Choose a tag to compare

Add support for std::thread and fix issue JuliaInterop/CxxWrap.jl#289

v0.8.3

04 Apr 10:55
Compare
Choose a tag to compare

Remove a call to jlbacktrace, which is no longer in the public Julia API as of Julia 1.6.