Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-14 | 732 Bytes | |
v0.17.0 source code.tar.gz | 2025-05-14 | 43.7 kB | |
v0.17.0 source code.zip | 2025-05-14 | 56.6 kB | |
Totals: 3 Items | 101.0 kB | 0 |
CxxWrap v0.17.0
Breaking changes
- The binary parts of dependent packages need to be rebuilt against
libcxxwrap-julia
0.14, which has a better way of adding STL functionality
Merged pull requests: - Add test for jlcxx::Array<int> (#474) (@barche) - Improve support for Tuples (#479) (@barche) - Add extra inheritance example (#480) (@barche)
Closed issues:
- StdFill
not defined in CxxWrap.StdLib
(#455)
- Release v0.16.2 (#471)
- Julia v1.11.0+ broke CxxWrap by changing public API (#472)
- Array example no longer works (#473)
- Iteratr and Splat doesn't work for StdVector
(#477)
- Return tuple of arrays (#478)