Skip to content

Releases: stepfunc/oo_bindgen

0.5.0

19 Oct 18:18
Compare
Choose a tag to compare

Allow control of which packaging via a configuration file

0.3.0

16 Aug 19:44
23d39d6
Compare
Choose a tag to compare

Makes the jni target explicit

0.2.1

14 Jun 18:45
Compare
Choose a tag to compare

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

26 Apr 20:14
Compare
Choose a tag to compare

🍾 C++ support
🔧 Overall refactoring of model and changes to generators

0.1.5

10 Jan 16:31
Compare
Choose a tag to compare
  • 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

10 Jan 16:14
Compare
Choose a tag to compare
  • Fix issue where await callbacks in C# would be executed on Rust thread. See 5e95cf0.

0.1.3

13 Sep 14:51
d6970de
Compare
Choose a tag to compare
  • 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

13 Sep 14:45
Compare
Choose a tag to compare
  • 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

21 May 17:26
6de10f8
Compare
Choose a tag to compare
  • Add C static bindings. See #59.

0.1.0

26 Apr 20:09
Compare
Choose a tag to compare

🎉 First release