Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-02-12 | 1.6 kB | |
v0.16.1 source code.tar.gz | 2025-02-12 | 39.3 kB | |
v0.16.1 source code.zip | 2025-02-12 | 48.8 kB | |
Totals: 3 Items | 89.7 kB | 0 |
CxxWrap v0.16.1
Merged pull requests:
- Remove overloading promote_type
(#426) (@lgoettgens)
- feat: Unordered set types (#436) (@PraneethJain)
- feat: StdPriorityQueue (#441) (@PraneethJain)
- Add StdStack
and fix StdQueue
methods (#442) (@PraneethJain)
- Document DefaultConstructible
and CopyConstructible
(#443) (@JamesWrigley)
- feat: add StdList and StdForwardList (#444) (@PraneethJain)
- refactor: split up StdLib.jl (#446) (@PraneethJain)
- doc: STL containers (#447) (@PraneethJain)
- Add iteration support for more containers (#448) (@PraneethJain)
- Add support for common STL algorithms (#449) (@PraneethJain)
- refactor: iterators (#451) (@PraneethJain)
- Update TagBot.yml (#454) (@ViralBShah)
- STL and aarch64 fixes (#457) (@barche)
- tests: keep some string vectors alive for references (#461) (@benlorenz)
- Document type and compile-time constants (#465) (@barche)
- use invokelatest to access bindings generated with Core.eval (#468) (@benlorenz)
Closed issues:
- Mapping more complex C++ types (#260)
- Debugging from C++ (#411)
- ERROR: Package CxxWrap errored during testing (#423)
- promote_type
is not supposed to be overloaded (#425)
- Release v0.16 (#440)
- LoadError: libcxxwrap_julia_jll not available on this platform (#453)
- FYI: Can't install (#456)
- Segmentation fault during __init__
(#459)
- No appropriate factory for type v (#463)
- Get SafeCfunction by @safe_cfunction on c++ side not working correctly (#466)