Skip to content

Releases: analytech-solutions/CBinding.jl

v0.8.0

29 Mar 01:01
e242398
Compare
Choose a tag to compare

CBinding v0.8.0

Diff since v0.7.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:

v0.7.0

28 Dec 22:21
v0.7.0
309ddce
Compare
Choose a tag to compare

v0.7.0 (2019-12-28)

Diff since v0.6.0

Merged pull requests:

v0.6.0

06 Nov 19:18
v0.6.0
e8c082a
Compare
Choose a tag to compare

v0.6.0 (2019-11-06)

Diff since v0.5.0

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

28 Oct 10:04
v0.5.0
30d34ec
Compare
Choose a tag to compare

v0.5.0 (2019-10-27)

Diff since v0.4.0

Closed issues:

  • Unable to use a Cstring in aggregates (#13)
  • Enable tab-completion for aggregate fields (#12)
  • Improve the expression of function/variable bindings with a library (#11)

Merged pull requests:

  • Update README and tests (#19) (krrutkow)
  • Update readme and fix a few issues (#15) (krrutkow)
  • Improve binding expressions for functions and variables (closes #11, et al.) (#14) (krrutkow)

v0.4.0

14 Oct 07:10
v0.4.0
7460ce0
Compare
Choose a tag to compare

v0.4.0 (2019-10-09)

Diff since v0.3.0

Closed issues:

  • Wrong result when assigning a struct field inside an union (#8)

Merged pull requests:

v0.3.0

10 Oct 19:04
v0.3.0
5df22bb
Compare
Choose a tag to compare

v0.3.0 (2019-10-08)

Diff since v0.2.0

Closed issues:

  • Support aggregate construction using NamedTuples to set anonymous aggregate fields (#6)
  • Function calling convention should be a parameter of the Cfunction type (#5)

v0.2.0

12 Jul 09:29
v0.2.0
9c7b5e8
Compare
Choose a tag to compare

v0.2.0 (2019-07-11)

Diff since v0.1.0

Closed issues:

  • Add support for enumerations (#4)
  • Support field definitions using same type (#3)
  • Nested named aggregate definitions get fields exposed (#2)

v0.1.0

01 Jul 18:04
v0.1.0
Compare
Choose a tag to compare