v0.1.0
This release requires djinni-generator v0.5.0 or newer.
Added
- C# support from the iit-reacts/djinni
iit
branch (#25):- C# support in Djinni is experimental, but ready to try out.
- The C# bridge uses C++/CLI and is only supported on Windows.
- Python support from the dropbox/djinni
python
branch (#24):- 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.
- Improved QA:
Changed
- Wether or not
djinni_main.cpp
is added for JNI builds was determined by the value ofDJINNI_STATIC_LIB
. This was not flexible enough. Now the new optionDJINNI_JNI_WITH_MAIN
controls wether the file is included. (#21)