Skip to content

Scala Native Binding Generator 0.2

Compare
Choose a tag to compare
@kornilova203 kornilova203 released this 02 Aug 15:58
· 115 commits to master since this release
efcdf01

Release Highlights

  • #65 removes warnings about type qualifiers (by @kornilova-l)
  • #33 #82 enables building standalone static executable (by @jonas)
  • #50 adds support for literal defines (by @kornilova-l)
  • #80 adds limited support for extern variable (by @jonas)
  • #62 adds support for defines that create aliases for extern variables (by @kornilova-l)
  • #101 moves documentation to GitHub pages (by @kornilova-l)
  • #90 fixes size of constant arrays (by @kornilova-l)
  • #93 fixes helper methods for native.CArray and native.CStruct (by @kornilova-l)
  • #94 #114 fixes usage of pointers to opaque types (by @kornilova-l)
  • #113 filters declarations from included headers (by @kornilova-l)
  • #76 #111 adds sbt plugin that generates bindings (by @jonas and @kornilova-l)
  • #119 skips functions that pass arrays or unions by value (by @kornilova-l)
  • #125 removes helper methods for packed structs that are represented as CStruct
    (by @kornilova-l)
  • #130 configures publishing of the sbt plugin and enables automatic download of binary
    (by @jonas)