Merge pull request #18 from TheBlueMatt/main
[ldk-java] / genbindings.py
2020-10-07 Matt CoralloMove enums into their own (non-impl) folder
2020-10-07 Matt CoralloAdd ability to fetch all Vec details in one call.
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 CoralloAdd missing JCalls parameter conversion
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-06 Matt CoralloFix java short type ID for pointers
2020-09-03 Matt CoralloUpdate to latest upstream bindings
2020-09-01 Matt CoralloHandle size_t's and non-JCalls trait impls
2020-09-01 Matt CoralloConvert unitary enums to Java enums
2020-09-01 Matt CoralloMove trait mapping to an fn
2020-09-01 Matt CoralloManually track allocations and assert that we don't...
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 CoralloConvert String (tested from Java!)
2020-08-29 Matt CoralloClean up and calculate java method signatures
2020-08-29 Matt CoralloA bit less logic in map_type
2020-08-28 Matt CoralloRun conversions on JNI -> Java calls, though need to...
2020-08-28 Matt CoralloReturn, instead of writing, form map_type
2020-08-28 Matt CoralloSimplify type checking a bit
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...
2020-08-26 Matt CoralloNew genbindings
2020-07-29 Matt CoralloAlso output a C wrapper that correctly wraps all the...
2020-07-28 Matt CoralloInitial bindings header generation demo