Skip to content

v0.4.0

Compare
Choose a tag to compare
@jothepro jothepro released this 18 Apr 12:37
· 59 commits to main since this release
c056476

Added

  • Python support from the dropbox/djinni python branch:
    • Python support in Djinni is experimental, but ready to try out. It can generate code for bridging C++ with Python 3.
    • Known limitations of the generator:
      • External types defined in YAML are not yet supported.
      • Use of non-nullable pointers is not yet supported.
    • Requires djinni-support-lib v0.1.0
    • Special thanks to @freitass for making this huge contribution!

Fixed

  • When generating for JNI with the --cpp-nn-type option set, the output contained a semicolon after the toCpp inline function block.
    That's a syntax error in C++, triggering the Clang/GNU warning -Wextra-semi. (#41)