Skip to content

Releases: JuliaInterop/libcxxwrap-julia

v0.12.4

01 Jun 12:18
1e26ca8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.2...v0.12.4

v0.12.2

07 Mar 22:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.1...v0.12.2

v0.12.1

03 Mar 21:57
Compare
Choose a tag to compare

What's Changed

  • Clarify version compat between libcxxwrap-julia and CxxWrap.jl by @sloede in #144
  • Fixes for const template parameters by @barche in #145

New Contributors

Full Changelog: v0.12.0...v0.12.1

v0.12.0

16 Jan 21:57
Compare
Choose a tag to compare

This release contains breaking changes because of the docstring and keyword arguments changes.

What's Changed

  • Array: use jl_array_ptr_set to avoid failed assertion on nightly by @benlorenz in #139
  • docstring support for method(...) by @melven in #140
  • Support for argument names, keyword arguments and argument default values by @melven in #142

New Contributors

Full Changelog: v0.11.2...v0.12.0

v0.11.2

26 Nov 20:24
Compare
Choose a tag to compare

What's Changed

  • julia 1.11: add some workarounds for jl_array changes by @benlorenz in #137
  • Don't store constants as references by @barche in #134

Full Changelog: v0.11.1...v0.11.2

v0.11.1

05 Oct 20:26
Compare
Choose a tag to compare

What's Changed

  • Fix compilation against Julia 1.11 by @barche in #136

Full Changelog: v0.11.0...v0.11.1

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