Clang.jl Versions Save

C binding generator and Julia interface to libclang

v0.17.2

1 year ago

Clang v0.17.2

Diff since v0.17.1

Closed issues:

  • Creating bindings for libwinit (#412)

Merged pull requests:

  • Add a pass for linking enum aliases in the no_audit mode (#413) (@Gnimuc)

v0.17.1

1 year ago

Clang v0.17.1

Diff since v0.17.0

Closed issues:

  • Definitions of function pointer types should appear before their first use (#410)

Merged pull requests:

  • Add support for typedef-ed function prototype (#411) (@Gnimuc)

v0.17.0

1 year ago

Clang v0.17.0

Diff since v0.16.10

Closed issues:

  • Enumerations with a fixed underlying type, via typedef (#404)
  • Bug introduced in Clang.jl v0.16.6 (#405)

Merged pull requests:

  • Bug fix in output_ignorelist (#403) (@pazner)
  • fix getNumArguments (#406) (@t-bltg)
  • Fix #405 (#407) (@Gnimuc)
  • fix typedef <function prototype> (#408) (@t-bltg)
  • Better support for enumerations with a fixed underlying (typedef) type (#409) (@Gnimuc)

v0.16.10

1 year ago

Clang v0.16.10

Diff since v0.16.9

v0.16.9

1 year ago

Clang v0.16.9

Diff since v0.16.8

Closed issues:

  • C_LONG_LONG and C_INT64_T represented as Clong (#399)
  • __restrict not defined Error (#400)

Merged pull requests:

  • Unix C library compatibility (#398) (@notinaboat)

v0.16.8

1 year ago

Clang v0.16.8

Diff since v0.16.7

v0.16.7

1 year ago

Clang v0.16.7

Diff since v0.16.6

Merged pull requests:

  • Skip unknown types in function parameter list (#397) (@Gnimuc)

v0.16.6

1 year ago

Clang v0.16.6

Diff since v0.16.5

Merged pull requests:

  • Add check for compatible code snippets (#393) (@Gnimuc)

v0.16.5

1 year ago

Clang v0.16.5

Diff since v0.16.4

Merged pull requests:

  • Fix #389 (#390) (@Gnimuc)

v0.16.4

1 year ago

Clang v0.16.4

Diff since v0.16.3

Closed issues:

  • Upgrade generator scripts for downstream packages (#299)
  • MIOpen generator fails (#387)

Merged pull requests:

  • Add nested anonymous check for StructAnonymous (#388) (@Gnimuc)