2021-01-28 |
Matt Corallo | Bindings updates |
tree | commitdiff |
2021-01-28 |
Matt Corallo | Update bindings (for new upstream based on updated... |
tree | commitdiff |
2021-01-27 |
Arik Sosman | Merge branch 'master' of https://git.bitcoin.ninja... |
tree | commitdiff |
2021-01-26 |
Matt Corallo | Bindings updates |
tree | commitdiff |
2021-01-13 |
Matt Corallo | bindings updates |
tree | commitdiff |
2021-01-12 |
Matt Corallo | auto-generated bindings updates |
tree | commitdiff |
2021-01-12 |
Matt Corallo | Java bindings updates with new generator, with no funct... |
tree | commitdiff |
2021-01-10 |
Matt Corallo | bindings updates |
tree | commitdiff |
2021-01-08 |
Matt Corallo | Updated bindings |
tree | commitdiff |
2020-10-27 |
Matt Corallo | Fix write method generation w/ upstream changes |
tree | commitdiff |
2020-10-25 |
Matt Corallo | clone traits before passing to jcalls and map to human... |
tree | commitdiff |
2020-10-25 |
Matt Corallo | Fix returning traits in trait calls, move towards clone... |
tree | commitdiff |
2020-10-25 |
Matt Corallo | Map Transactions as byte[] instead of trying to keep... |
tree | commitdiff |
2020-10-24 |
Matt Corallo | Properly handle java refs in traits returning traits |
tree | commitdiff |
2020-10-24 |
Matt Corallo | Clone before passing to java + new clone upstream |
tree | commitdiff |
2020-10-24 |
Matt Corallo | Fix ObjectArray (array-of-arrays) creation |
tree | commitdiff |
2020-10-23 |
Matt Corallo | Add ability to get serialized transaction bytes |
tree | commitdiff |
2020-10-23 |
Matt Corallo | Finish compacting giant type-conversion-strings if... |
tree | commitdiff |
2020-10-22 |
Matt Corallo | Skip fewer fn's, support trait-contained objects |
tree | commitdiff |
2020-10-22 |
Matt Corallo | Provide human versions of trait interfaces, with a... |
tree | commitdiff |
2020-10-21 |
Matt Corallo | Expose human functions that use Result objects |
tree | commitdiff |
2020-10-21 |
Matt Corallo | Make complex enums more complete, track reference-or... |
tree | commitdiff |
2020-10-20 |
Matt Corallo | Rewrite the world, with several interdependant changes... |
tree | commitdiff |
2020-10-15 |
Matt Corallo | Properly set CVec_u8Z to a byte[] which adds a ton... |
tree | commitdiff |
2020-10-15 |
Matt Corallo | Split get_inner into get_ok/_err so that we can map... |
tree | commitdiff |
2020-10-14 |
Matt Corallo | Use AutoCloseable for structs named Locked* |
tree | commitdiff |
2020-10-13 |
Matt Corallo | explode to constructor args when we cant clone but... |
tree | commitdiff |
2020-10-13 |
Matt Corallo | Drop the _call insertion |
tree | commitdiff |
2020-10-13 |
Matt Corallo | Skip methods we can't use anyway |
tree | commitdiff |
2020-10-13 |
Matt Corallo | Update to support None |
tree | commitdiff |
2020-10-13 |
Matt Corallo | Convert slices - requires some machinery to call Releas... |
tree | commitdiff |
2020-10-12 |
Matt Corallo | Clean up assertions, new Clone impls, ThreeBytes |
tree | commitdiff |
2020-10-12 |
Matt Corallo | Expose signatures as byte[], check array lengths in C. |
tree | commitdiff |
2020-10-12 |
Matt Corallo | Expose SecretKey as byte[32], expose trait call fns... |
tree | commitdiff |
2020-10-12 |
Matt Corallo | Create structs and traits that are (a bit) more human... |
tree | commitdiff |
2020-10-12 |
Matt Corallo | New upstream bindings that generate _clone fns |
tree | commitdiff |
2020-10-11 |
Matt Corallo | Convert pubkeys to byte arrays, fix assertions, fix... |
tree | commitdiff |
2020-10-10 |
Matt Corallo | A bunch of updates: |
tree | commitdiff |
2020-10-09 |
Matt Corallo | Map tuples and ThirtyTwoBytes into array. |
tree | commitdiff |
2020-10-08 |
Matt Corallo | Convert LDKThirtyTwoBytes to byte[32] instead of taking... |
tree | commitdiff |
2020-10-08 |
Matt Corallo | Map Rust enums with inner fields |
tree | commitdiff |
2020-10-07 |
Matt Corallo | Cache enum fields |
tree | commitdiff |
2020-10-07 |
Matt Corallo | Move enums into their own (non-impl) folder |
tree | commitdiff |
2020-10-07 |
Matt Corallo | Add ability to fetch all Vec details in one call. |
tree | commitdiff |
2020-10-06 |
Matt Corallo | Go all the way through to channel creation in PeerTest |
tree | commitdiff |
2020-10-06 |
Matt Corallo | Add constructors for None opaque struct mappings |
tree | commitdiff |
2020-10-06 |
Matt Corallo | Make slice-vec-len generic |
tree | commitdiff |
2020-10-06 |
Matt Corallo | Macro-ize assert to handle side-effects, fix JavaVM... |
tree | commitdiff |
2020-10-06 |
Matt Corallo | Dont auto-free slices passed to Rust |
tree | commitdiff |
2020-10-06 |
Matt Corallo | Reorg a bit and let us call trait methods from Java |
tree | commitdiff |
2020-10-06 |
Matt Corallo | Add ability to check if a CResult<> is OK, and get... |
tree | commitdiff |
2020-10-06 |
Matt Corallo | Add ability to get the Java object underlying a _JCalls... |
tree | commitdiff |
2020-10-02 |
Matt Corallo | Update auto-generated bindings |
tree | commitdiff |
2020-09-01 |
Matt Corallo | Convert unitary enums to Java enums |
tree | commitdiff |
2020-08-31 |
Matt Corallo | Test current state of things, which actually doesn... |
tree | commitdiff |
2020-08-31 |
Matt Corallo | ref-count trait objects to avoid double-free, probably... |
tree | commitdiff |
2020-08-29 |
Matt Corallo | Clean up and calculate java method signatures |
tree | commitdiff |
2020-08-28 |
Matt Corallo | Support u16s |
tree | commitdiff |
2020-08-28 |
Matt Corallo | Compiles with fn calls, even if the call types are... |
tree | commitdiff |
2020-08-27 |
Matt Corallo | Handle trait return values |
tree | commitdiff |
2020-08-27 |
Matt Corallo | Pull out type mapping |
tree | commitdiff |
2020-08-27 |
Matt Corallo | Starting to look like something that might work... |
tree | commitdiff |
2020-07-29 |
Matt Corallo | Also output a C wrapper that correctly wraps all the... |
tree | commitdiff |
2020-07-28 |
Matt Corallo | Initial bindings header generation demo |
tree | commitdiff |
2020-07-25 |
Matt Corallo | Initial Dummy Checkin |
tree | commitdiff |
|