Releases: stepfunc/oo_bindgen
Releases · stepfunc/oo_bindgen
0.5.0
Compare
Sorry, something went wrong.
No results found
Allow control of which packaging via a configuration file
0.3.0
Compare
Sorry, something went wrong.
No results found
Makes the jni target explicit
0.2.1
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
Compare
Sorry, something went wrong.
No results found
🍾 C++ support
🔧 Overall refactoring of model and changes to generators
0.1.5
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
emgre
released this
13 Sep 14:51
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
emgre
released this
21 May 17:26
Add C static bindings. See #59 .
0.1.0
Compare
Sorry, something went wrong.
No results found
emgre
released this
26 Apr 20:09