Skip to content

Releases: JuliaInterop/libcxxwrap-julia

v0.8.1

04 Sep 22:04

Choose a tag to compare

The BinaryBuilder binaries for this release are compatible with Julia 1.3.

v0.8.0

14 Jun 19:29

Choose a tag to compare

This release binds the copy constructor to Julia Base.copy instead of Base.deepcopy_internal. Since this is a breaking change, the version is changed to 0.8.

Small performance fix

27 May 20:56

Choose a tag to compare

Make sure we only do one allocation when creating a new C++ object.

Release v0.7.0

10 Apr 12:17

Choose a tag to compare

Fix crash with enums

24 Jan 21:12

Choose a tag to compare

Fix container test

OK, we verified allocating on MSVC and freeing on GCC really doen't work, as documented:
http://www.mingw.org/wiki/Interoperability_of_Libraries_Created_by_Different_Compiler_Brands

Small bugfix

05 Jan 18:10

Choose a tag to compare

The only difference with the previous release is the minimal CMake version, to fix a cross-compile error for MacOS.

Fix remaining bugs in the v0.6 series

05 Jan 12:57

Choose a tag to compare

This fixes the (hopefully) last remaining bugs in the 0.6 release (including some segfaults due to undefined behavior), paving the way for CxxWrap 0.9, which contains major breaking changes.

std::valarray support and bugfixes

25 Oct 23:17

Choose a tag to compare

  • Fix bugs causing Type ... has no Julia wrapper
  • Add basic std::valarray support

Member functions first argument can be pointer or reference

05 Oct 20:47

Choose a tag to compare

Windows fixes

05 Oct 12:17

Choose a tag to compare

v0.6.1

Bump version and use MSVC 2019 on Appveyor