v1.3.1
Maintenance Release
Includes a few fixes that have been introduced in the last months.
Thanks to @FanglinIfolor and @delaitre-manfrotto for contributing to this release!
Fixed
--cpp-nn-header
parameter values are now quoted by default, as one would expect. Now this will generate valid code:--cpp-nn-header nn.hpp
(1d5fbcb)- Setting a
--cpp-nn-header
does now work when targeting C++/CLI. (1d5fbcb) - In C++/CLI a forward declaration of any used
ref class
-type is added to allow interfaces to depend on each other. (1d5fbcb) - The tests can now be executed on Windows. (1d5fbcb)
- sbt on Windows does now build a .bat file that can be directly executed without the need to manually rename it.
- JNI enum flags are now handled better in code. This does not have an effect on the generated code. (649763f)
Update Notice
If you are currently setting a nn header with quotes (like so: --cpp-nn-header "nn.hpp"
), make sure to remove the quotes, otherwise the generator will produce invalid code.