Releases: JuliaInterop/libcxxwrap-julia
Releases · JuliaInterop/libcxxwrap-julia
Remove CppAny
v0.5.0 Remove unneeded typeindex header
The precompilation release
Add support for building precompiled modules on top of CxxWrap
Update for Julia v1.0.0
v0.3.2 Updates for Julia 1.0
Fix forgotten optimization flag
The only difference with the previous release is the version number and the fact that the binaries are now built in Release mode.
Julia v0.7 support
This release adds v0.7 compatibility (v0.6 no longer supported) and introduces the following major breaking change:
JULIA_CPP_MODULE_BEGIN
and JULIA_CPP_MODULE_END
no longer exists, define a function with return type JLCXX_MODULE
in the global namespace instead. By default, the Julia side expects this function to be named define_julia_module
, but another name can be chosen and passed as a second argument to @wrapmodule
.
Add make_julia_array
v0.2.3 Support for isnull, update version
Better std::complex support
v0.2.2 Fix std::complex conversion
Fix broken target name
This fixes the target name, JlCxx::jlcxx
is now JlCxx::cxxwrap_julia
Initial stand-alone C++ release
This is the first separate release of the C++ part of CxxWrap.jl