2021-01-12 |
Arik Sosman | Complex enum mappings |
blob | commitdiff | raw |
2021-01-12 |
Matt Corallo | Revert "Somewhat redundant changes (new file_ext, arg... |
blob | commitdiff | raw | diff to current |
2021-01-12 |
Arik Sosman | Somewhat redundant changes (new file_ext, arg parse... |
blob | commitdiff | raw | diff to current |
2021-01-12 |
Arik Sosman | Use file_ext everywhere, common base/header for TS... |
blob | commitdiff | raw | diff to current |
2021-01-12 |
Matt Corallo | Add TS bindings generation, with per-lang strings in... |
blob | commitdiff | raw | diff to current |
2021-01-10 |
Matt Corallo | Walk back some of the clone updates, with comments... |
blob | commitdiff | raw | diff to current |
2021-01-08 |
Matt Corallo | Rewrite clone handling to manually-define them for... |
blob | commitdiff | raw | diff to current |
2021-01-08 |
Matt Corallo | update to new upstream |
blob | commitdiff | raw | diff to current |
2020-10-25 |
Matt Corallo | clone traits before passing to jcalls and map to human... |
blob | commitdiff | raw | diff to current |
2020-10-25 |
Matt Corallo | Fix returning traits in trait calls, move towards clone... |
blob | commitdiff | raw | diff to current |
2020-10-25 |
Matt Corallo | Stop masking the owned bit on a freshly-cloned object |
blob | commitdiff | raw | diff to current |
2020-10-25 |
Matt Corallo | Map Transactions as byte[] instead of trying to keep... |
blob | commitdiff | raw | diff to current |
2020-10-25 |
Matt Corallo | Rework holds_ref and clone logic somewhat |
blob | commitdiff | raw | diff to current |
2020-10-24 |
Matt Corallo | Properly handle java refs in traits returning traits |
blob | commitdiff | raw | diff to current |
2020-10-24 |
Matt Corallo | Clone before passing to java + new clone upstream |
blob | commitdiff | raw | diff to current |
2020-10-24 |
Matt Corallo | Fix opaque struct ptr ret-conv, used in jcall arg passing |
blob | commitdiff | raw | diff to current |
2020-10-24 |
Matt Corallo | Fix ObjectArray (array-of-arrays) creation |
blob | commitdiff | raw | diff to current |
2020-10-24 |
Matt Corallo | Fix optimized build |
blob | commitdiff | raw | diff to current |
2020-10-23 |
Matt Corallo | Write tuple getters (and test them, exposing memory... |
blob | commitdiff | raw | diff to current |
2020-10-23 |
Matt Corallo | Add ability to get serialized transaction bytes |
blob | commitdiff | raw | diff to current |
2020-10-23 |
Matt Corallo | Finish compacting giant type-conversion-strings if... |
blob | commitdiff | raw | diff to current |
2020-10-22 |
Matt Corallo | Compact giant type-conversion-strings if tree somewhat |
blob | commitdiff | raw | diff to current |
2020-10-22 |
Matt Corallo | Skip fewer fn's, support trait-contained objects |
blob | commitdiff | raw | diff to current |
2020-10-22 |
Matt Corallo | Provide human versions of trait interfaces, with a... |
blob | commitdiff | raw | diff to current |
2020-10-21 |
Matt Corallo | Expose human functions that use Result objects |
blob | commitdiff | raw | diff to current |
2020-10-21 |
Matt Corallo | Properly free Vec<u8>s after conversion to byte[]. |
blob | commitdiff | raw | diff to current |
2020-10-21 |
Matt Corallo | Make complex enums more complete, track reference-or... |
blob | commitdiff | raw | diff to current |
2020-10-20 |
Matt Corallo | Rewrite the world, with several interdependant changes... |
blob | commitdiff | raw | diff to current |
2020-10-15 |
Matt Corallo | Properly set CVec_u8Z to a byte[] which adds a ton... |
blob | commitdiff | raw | diff to current |
2020-10-15 |
Matt Corallo | Figure out java human types conversion stuff when doing... |
blob | commitdiff | raw | diff to current |
2020-10-15 |
Matt Corallo | Split get_inner into get_ok/_err so that we can map... |
blob | commitdiff | raw | diff to current |
2020-10-14 |
Matt Corallo | Use AutoCloseable for structs named Locked* |
blob | commitdiff | raw | diff to current |
2020-10-13 |
Matt Corallo | explode to constructor args when we cant clone but... |
blob | commitdiff | raw | diff to current |
2020-10-13 |
Matt Corallo | Drop the _call insertion |
blob | commitdiff | raw | diff to current |
2020-10-13 |
Matt Corallo | Skip methods we can't use anyway |
blob | commitdiff | raw | diff to current |
2020-10-13 |
Matt Corallo | Update to support None |
blob | commitdiff | raw | diff to current |
2020-10-13 |
Matt Corallo | Convert slices - requires some machinery to call Releas... |
blob | commitdiff | raw | diff to current |
2020-10-12 |
Matt Corallo | Clean up assertions, new Clone impls, ThreeBytes |
blob | commitdiff | raw | diff to current |
2020-10-12 |
Matt Corallo | Expose signatures as byte[], check array lengths in C. |
blob | commitdiff | raw | diff to current |
2020-10-12 |
Matt Corallo | Expose SecretKey as byte[32], expose trait call fns... |
blob | commitdiff | raw | diff to current |
2020-10-12 |
Matt Corallo | Create structs and traits that are (a bit) more human... |
blob | commitdiff | raw | diff to current |
2020-10-12 |
Matt Corallo | Agressively clone when passing to rust |
blob | commitdiff | raw | diff to current |
2020-10-12 |
Matt Corallo | Use weak references to JCalls objects. |
blob | commitdiff | raw | diff to current |
2020-10-11 |
Matt Corallo | Convert pubkeys to byte arrays, fix assertions, fix... |
blob | commitdiff | raw | diff to current |
2020-10-10 |
Matt Corallo | A bunch of updates: |
blob | commitdiff | raw | diff to current |
2020-10-10 |
Matt Corallo | Intercept all malloc/free, even in Rust! |
blob | commitdiff | raw | diff to current |
2020-10-09 |
Matt Corallo | Map tuples and ThirtyTwoBytes into array. |
blob | commitdiff | raw | diff to current |
2020-10-08 |
Matt Corallo | Move enum mapping to functions |
blob | commitdiff | raw | diff to current |
2020-10-08 |
Matt Corallo | Convert LDKThirtyTwoBytes to byte[32] instead of taking... |
blob | commitdiff | raw | diff to current |
2020-10-08 |
Matt Corallo | More statics and limit exports to Java methods at link |
blob | commitdiff | raw | diff to current |
2020-10-08 |
Matt Corallo | Map Rust enums with inner fields |
blob | commitdiff | raw | diff to current |
2020-10-07 |
Matt Corallo | Cache enum fields |
blob | commitdiff | raw | diff to current |
2020-10-07 |
Matt Corallo | Move enums into their own (non-impl) folder |
blob | commitdiff | raw | diff to current |
2020-10-07 |
Matt Corallo | Add ability to fetch all Vec details in one call. |
blob | commitdiff | raw | diff to current |
2020-10-06 |
Matt Corallo | Go all the way through to channel creation in PeerTest |
blob | commitdiff | raw | diff to current |
2020-10-06 |
Matt Corallo | Add constructors for None opaque struct mappings |
blob | commitdiff | raw | diff to current |
2020-10-06 |
Matt Corallo | Make slice-vec-len generic |
blob | commitdiff | raw | diff to current |
2020-10-06 |
Matt Corallo | Macro-ize assert to handle side-effects, fix JavaVM... |
blob | commitdiff | raw | diff to current |
2020-10-06 |
Matt Corallo | Add missing JCalls parameter conversion |
blob | commitdiff | raw | diff to current |
2020-10-06 |
Matt Corallo | Dont auto-free slices passed to Rust |
blob | commitdiff | raw | diff to current |
2020-10-06 |
Matt Corallo | Reorg a bit and let us call trait methods from Java |
blob | commitdiff | raw | diff to current |
2020-10-06 |
Matt Corallo | Add ability to check if a CResult<> is OK, and get... |
blob | commitdiff | raw | diff to current |
2020-10-06 |
Matt Corallo | Add ability to get the Java object underlying a _JCalls... |
blob | commitdiff | raw | diff to current |
2020-10-06 |
Matt Corallo | Fix java short type ID for pointers |
blob | commitdiff | raw | diff to current |
2020-09-03 |
Matt Corallo | Update to latest upstream bindings |
blob | commitdiff | raw | diff to current |
2020-09-01 |
Matt Corallo | Handle size_t's and non-JCalls trait impls |
blob | commitdiff | raw | diff to current |
2020-09-01 |
Matt Corallo | Convert unitary enums to Java enums |
blob | commitdiff | raw | diff to current |
2020-09-01 |
Matt Corallo | Move trait mapping to an fn |
blob | commitdiff | raw | diff to current |
2020-09-01 |
Matt Corallo | Manually track allocations and assert that we don't... |
blob | commitdiff | raw | diff to current |
2020-08-31 |
Matt Corallo | Test current state of things, which actually doesn... |
blob | commitdiff | raw | diff to current |
2020-08-31 |
Matt Corallo | ref-count trait objects to avoid double-free, probably... |
blob | commitdiff | raw | diff to current |
2020-08-29 |
Matt Corallo | Convert String (tested from Java!) |
blob | commitdiff | raw | diff to current |
2020-08-29 |
Matt Corallo | Clean up and calculate java method signatures |
blob | commitdiff | raw | diff to current |
2020-08-29 |
Matt Corallo | A bit less logic in map_type |
blob | commitdiff | raw | diff to current |
2020-08-28 |
Matt Corallo | Run conversions on JNI -> Java calls, though need to... |
blob | commitdiff | raw | diff to current |
2020-08-28 |
Matt Corallo | Return, instead of writing, form map_type |
blob | commitdiff | raw | diff to current |
2020-08-28 |
Matt Corallo | Simplify type checking a bit |
blob | commitdiff | raw | diff to current |
2020-08-28 |
Matt Corallo | Support u16s |
blob | commitdiff | raw | diff to current |
2020-08-28 |
Matt Corallo | Compiles with fn calls, even if the call types are... |
blob | commitdiff | raw | diff to current |
2020-08-27 |
Matt Corallo | Handle trait return values |
blob | commitdiff | raw | diff to current |
2020-08-27 |
Matt Corallo | Pull out type mapping |
blob | commitdiff | raw | diff to current |
2020-08-27 |
Matt Corallo | Starting to look like something that might work... |
blob | commitdiff | raw | diff to current |
2020-08-26 |
Matt Corallo | New genbindings |
blob | commitdiff | raw | diff to current |
2020-07-29 |
Matt Corallo | Also output a C wrapper that correctly wraps all the... |
blob | commitdiff | raw | diff to current |
2020-07-28 |
Matt Corallo | Initial bindings header generation demo |
blob | commitdiff | raw | diff to current |
|