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 fixStdQueue
methods (#442) (@PraneethJain) - Document
DefaultConstructible
andCopyConstructible
(#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)