| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-20 | 1.3 kB | |
| v0.17.4 source code.tar.gz | 2025-11-20 | 44.6 kB | |
| v0.17.4 source code.zip | 2025-11-20 | 57.6 kB | |
| Totals: 3 Items | 103.4 kB | 0 | |
CxxWrap v0.17.4
- Adjust for ccall API change by @barche in https://github.com/JuliaInterop/CxxWrap.jl/pull/494
- Fix const pointer dynamic casting by @barche in https://github.com/JuliaInterop/CxxWrap.jl/pull/499
- Add tests for partial parametric inheritance by @halleysfifthinc in https://github.com/JuliaInterop/CxxWrap.jl/pull/500
- Add const pointer conversion test and set version to v0.17.4 by @barche in https://github.com/JuliaInterop/CxxWrap.jl/pull/501
- Support libc FILE* by @barche in https://github.com/JuliaInterop/CxxWrap.jl/pull/502
New Contributors
- @halleysfifthinc made their first contribution in https://github.com/JuliaInterop/CxxWrap.jl/pull/500
Full Changelog: https://github.com/JuliaInterop/CxxWrap.jl/compare/v0.17.3...v0.17.4
Merged pull requests: - Adjust for ccall API change (#494) (@barche) - Fix const pointer dynamic casting (#499) (@barche) - Add tests for partial parametric inheritance (#500) (@halleysfifthinc) - Add const pointer conversion test and set version to v0.17.4 (#501) (@barche) - Support libc FILE* (#502) (@barche) - Update Julia compat to 1.6 (#504) (@barche)
Closed issues: - Version 0.17.3 (#492) - Access to dynamic types (#493) - Version v0.17.4 (#503)