Releases: JuliaInterop/libcxxwrap-julia
Releases · JuliaInterop/libcxxwrap-julia
v0.8.1
v0.8.0
Small performance fix
Make sure we only do one allocation when creating a new C++ object.
Release v0.7.0
See https://github.com/JuliaBinaryWrappers/libcxxwrap_julia_jll.jl for binaries.
Fix crash with enums
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
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
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
- Fix bugs causing
Type ... has no Julia wrapper - Add basic
std::valarraysupport
Member functions first argument can be pointer or reference
v0.6.2 Set version to v0.6.2
Windows fixes
v0.6.1 Bump version and use MSVC 2019 on Appveyor