Skip to content

Releases: JuliaInterop/libcxxwrap-julia

Remove CppAny

12 Oct 20:26
Compare
Choose a tag to compare
v0.5.0

Remove unneeded typeindex header

The precompilation release

20 Aug 18:05
Compare
Choose a tag to compare

Add support for building precompiled modules on top of CxxWrap

Update for Julia v1.0.0

11 Aug 15:40
Compare
Choose a tag to compare
v0.3.2

Updates for Julia 1.0

Fix forgotten optimization flag

31 Jul 12:09
Compare
Choose a tag to compare

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

27 Jul 21:03
Compare
Choose a tag to compare

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

30 May 05:55
Compare
Choose a tag to compare
v0.2.3

Support for isnull, update version

Better std::complex support

21 May 16:45
Compare
Choose a tag to compare
v0.2.2

Fix std::complex conversion

Fix broken target name

06 May 18:25
Compare
Choose a tag to compare

This fixes the target name, JlCxx::jlcxx is now JlCxx::cxxwrap_julia

Initial stand-alone C++ release

06 May 14:50
Compare
Choose a tag to compare

This is the first separate release of the C++ part of CxxWrap.jl