Skip to content

Releases: JuliaInterop/CxxWrap.jl

Array improvements

21 Nov 17:36
Compare
Choose a tag to compare

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

29 Sep 19:27
Compare
Choose a tag to compare
  • 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

20 Aug 22:21
Compare
Choose a tag to compare
  • Add long long conversion
  • Fix returning of references
  • Call operator overloading support
  • Add ConstArray type
  • Support tuples

Update for Julia 0.5

05 Jul 22:17
Compare
Choose a tag to compare

Fixing up release 0.1.3

19 Apr 21:31
Compare
Choose a tag to compare
v0.1.4

CxxWrap v0.1.4 [61ae68a8d0]

Smart pointers and better arrays

17 Apr 20:00
Compare
Choose a tag to compare

This release adds support for smart pointers and some functions to ArrayRef

Julia code in CxxWrap modules

01 Apr 21:26
Compare
Choose a tag to compare

This release adds the possibility to extend CxxWrap-generated modules with normal Julia code.

Windows binaries

28 Mar 20:25
Compare
Choose a tag to compare
v0.1.1

CxxWrap v0.1.1 [7eb36262b5]

v0.1.0

26 Mar 20:57
Compare
Choose a tag to compare
CxxWrap v0.1.0 [86642f9314]