Releases: stepfunc/oo_bindgen
Releases · stepfunc/oo_bindgen
0.5.0
Allow control of which packaging via a configuration file
0.3.0
Makes the jni target explicit
0.2.1
Modifies the way Java packages are built (#88). This allows the JNI shared libraries to be built in the rust-cross workflows.
0.2.0
🍾 C++ support
🔧 Overall refactoring of model and changes to generators
0.1.5
- Fix issue where C# DLL was not properly copied when using .NET Framework.
- C# and Java now checks that the native library has the same version as the generated code.
See #75.
0.1.4
- Fix issue where await callbacks in C# would be executed on Rust thread. See 5e95cf0.
0.1.3
- Add Linux AArch64 support for Java and .NET. See #61 for more details.
- Changed how Java loads the native library:
- If a
FOO_NATIVE_LIB_LOCATION
environement variable is set, then it tries loading this library.
- Otherwise, it tries to load each library until one succeeds. It does not depend on
commons-lang3
anymore.
0.1.2
- Add C static libraries.
- Generated CMake includes two targets:
foo
and foo_static
. The required system dependencies are automatically set by CMake.
- CI was updated to produce the static libs.
- See #59 for more details.
- Fix missing boolean conversion in Java. See 4f30d40 for more details
0.1.1
- Add C static bindings. See #59.