Update auto-generated bindings
[ldk-java] / genbindings.py
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