Releases: JuliaInterop/Cxx.jl
Releases · JuliaInterop/Cxx.jl
v0.4.0
v0.4.0 (2019-12-30)
Known issues
- Exception handling is not supported on Windows
- Julia crashes due to missing semicolon in icxx string macro in Windows
- Unreachable reached
Closed issues:
- segfault on Julia 1.3.0-rc4 (#444)
- How to build Cxx on Travis (#385)
- Undefined symbol when trying to load Cxx (#375)
- Could not find C++ standard library (#315)
Merged pull requests:
v0.3.4
v0.3.4 (2019-12-21)
libcxxffi pre-built binaries for Julia 1.3
from https://github.com/Gnimuc/CxxBuilder/releases
- macOS
- Linux x86_64
- Windows x86_64 (experiental)
- Linux i686
- Windows i686
- FreeBSD
v0.3.3
v0.3.2
v0.3.1
v0.3.0
- Misc. upgrading bugfixes
- Add BB2 support for binary build on "Tier 1" 64bit platforms
libcxxffi pre-built binaries for Julia 1.1
from https://github.com/Gnimuc/CxxBuilder/releases
- macOS
- Linux x86_64
- Linux i686
- FreeBSD
- Windows x86_64 (experiental)
- Windows i686
Drop 0.5 support
This release is backwards source compatible with earlier versions.
However, with the release of julia 0.6, no further testing on 0.5 will
be performed. As a result, this release preemptively drops 0.5 support
and patch releases in this series may take advantage of 0.6-only features
and syntax in preparation of julia 0.7/1.0.
As of this release, Cxx.jl has support for precompilation of Cxx itself
(precompilation of dependent packages is not supported), significantly
reducing package load times.
0.6 Maintenance release
v0.1.1 CI on 0.6 and allow faiures on nightly