Releases: stepfunc/oo_bindgen
Releases · stepfunc/oo_bindgen
0.5.0
19 Oct 18:18
Compare
Sorry, something went wrong.
No results found
Allow control of which packaging via a configuration file
0.3.0
16 Aug 19:44
Compare
Sorry, something went wrong.
No results found
Makes the jni target explicit
0.2.1
14 Jun 18:45
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
🍾 C++ support
🔧 Overall refactoring of model and changes to generators
0.1.5
10 Jan 16:31
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix issue where await callbacks in C# would be executed on Rust thread. See 5e95cf0 .
0.1.3
13 Sep 14:51
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Add C static bindings. See #59 .
0.1.0
26 Apr 20:09
Compare
Sorry, something went wrong.
No results found