Releases: JuliaInterop/CxxWrap.jl
Releases · JuliaInterop/CxxWrap.jl
Array improvements
Support for string arrays as function arguments and add push_back
function to ArrayRef
to easily append data to Julia arrays from C++.
Fixes, better abstract types, julia_call
- Move to JuliaInterop
- Automatic concrete implementation of abstract types
- Parallel compiling
julia_call
for easier access to Julia functions from C++- Root argument in
protect_from_gc
Bug fixes, ConstArray and tuples
- Add
long long
conversion - Fix returning of references
- Call operator overloading support
- Add
ConstArray
type - Support tuples
Update for Julia 0.5
- Improved build.jl
- Fixed Appveyor crash by using Mingw binaries for 32-bit windows (see https://ghc.haskell.org/trac/ghc/ticket/10435 and the except.jl test)
- Lower CMake requirement to 2.8.12
- Fix up for Julia 0.5
Fixing up release 0.1.3
v0.1.4 CxxWrap v0.1.4 [61ae68a8d0]
Smart pointers and better arrays
This release adds support for smart pointers and some functions to ArrayRef
Julia code in CxxWrap modules
This release adds the possibility to extend CxxWrap-generated modules with normal Julia code.
Windows binaries
v0.1.1 CxxWrap v0.1.1 [7eb36262b5]