Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. added support for arrays in generated StructAccessors. (details)
  2. added test target to main build script. (details)
Commit 0fa706b4eef533ead671310a9a7e063a910198cb by Michael Bien
added support for arrays in generated StructAccessors.
Specifying JavaClass or JavaImplClass is no longer a requirement. It is now possible to generate StructAccessors from c headers
without emitting any other binding code (force with EmitStruct <name>).
Commit 3f1bda99f1e4aec19c1c71de5324814bfc1c2eaa by Michael Bien
added test target to main build script.
added StructAccessorTest, refactored other tests.
updated project files, paths etc.