Releases: analytech-solutions/CBinding.jl
Releases · analytech-solutions/CBinding.jl
v0.8.0
CBinding v0.8.0
Closed issues:
- Work around Julia's reserved words when creating types/bindings (#18)
- Test fails on Julia master (1.4) due to changes in internal (renaming jl_gc_total_bytes) (#32)
Merged pull requests:
- Install TagBot as a GitHub Action (#33) (@JuliaTagBot)
- Numerous fixes and features (#37) (@krrutkow)
v0.7.0
v0.6.0
v0.6.0 (2019-11-06)
Closed issues:
- Support forward declarations (#25)
- Add ability to represent C const-ness (i.e. immutable types) (#23)
- Improve performance of aggregate field access (#17)
Merged pull requests:
- Some bug fixes and updates to the readme (#28) (krrutkow)
- Add ability to use forward declarations (closes #25) (#27) (krrutkow)
- add support for C-const as immutable Julia types (#24) (krrutkow)
- Improvements to performance of accessing aggregate fields (closes #17) (#21) (krrutkow)
- Add support for packed enums and add enum tests (#20) (krrutkow)
v0.5.0
v0.4.0
v0.3.0
v0.3.0 (2019-10-08)
Closed issues: