Skip to content

Releases: stepfunc/oo_bindgen

0.5.0

Choose a tag to compare

@jadamcrain jadamcrain released this 19 Oct 18:18

Allow control of which packaging via a configuration file

0.3.0

Choose a tag to compare

@jadamcrain jadamcrain released this 16 Aug 19:44
23d39d6

Makes the jni target explicit

0.2.1

Choose a tag to compare

@jadamcrain jadamcrain released this 14 Jun 18:45

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

Choose a tag to compare

@jadamcrain jadamcrain released this 26 Apr 20:14

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

0.1.5

Choose a tag to compare

@emgre emgre released this 10 Jan 16:31
  • 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

Choose a tag to compare

@emgre emgre released this 10 Jan 16:14
  • Fix issue where await callbacks in C# would be executed on Rust thread. See 5e95cf0.

0.1.3

Choose a tag to compare

@emgre emgre released this 13 Sep 14:51
d6970de
  • 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

Choose a tag to compare

@emgre emgre released this 13 Sep 14:45
  • 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

Choose a tag to compare

@emgre emgre released this 21 May 17:26
6de10f8
  • Add C static bindings. See #59.

0.1.0

Choose a tag to compare

@emgre emgre released this 26 Apr 20:09

🎉 First release