[Java] Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / impl / bindings.java
2020-10-06 Matt CoralloGo all the way through to channel creation in PeerTest
2020-10-06 Matt CoralloAdd constructors for None opaque struct mappings
2020-10-06 Matt CoralloMake slice-vec-len generic
2020-10-06 Matt CoralloMacro-ize assert to handle side-effects, fix JavaVM...
2020-10-06 Matt CoralloDont auto-free slices passed to Rust
2020-10-06 Matt CoralloReorg a bit and let us call trait methods from Java
2020-10-06 Matt CoralloAdd ability to check if a CResult<> is OK, and get...
2020-10-06 Matt CoralloAdd ability to get the Java object underlying a _JCalls...
2020-10-02 Matt CoralloUpdate auto-generated bindings
2020-09-01 Matt CoralloConvert unitary enums to Java enums
2020-08-31 Matt CoralloTest current state of things, which actually doesn...
2020-08-31 Matt Coralloref-count trait objects to avoid double-free, probably...
2020-08-29 Matt CoralloClean up and calculate java method signatures
2020-08-28 Matt CoralloSupport u16s
2020-08-28 Matt CoralloCompiles with fn calls, even if the call types are...
2020-08-27 Matt CoralloHandle trait return values
2020-08-27 Matt CoralloPull out type mapping
2020-08-27 Matt CoralloStarting to look like something that might work...