ldk-java
3 years agoAdd .gitignore
Matt Corallo [Mon, 31 Aug 2020 22:56:14 +0000 (18:56 -0400)]
Add .gitignore

3 years agoTest current state of things, which actually doesn't crash!
Matt Corallo [Mon, 31 Aug 2020 22:44:53 +0000 (18:44 -0400)]
Test current state of things, which actually doesn't crash!

3 years agoref-count trait objects to avoid double-free, probably will need to do this everywhere
Matt Corallo [Mon, 31 Aug 2020 22:40:55 +0000 (18:40 -0400)]
ref-count trait objects to avoid double-free, probably will need to do this everywhere

3 years agoConvert String (tested from Java!)
Matt Corallo [Sat, 29 Aug 2020 03:50:14 +0000 (23:50 -0400)]
Convert String (tested from Java!)

3 years agoAdd debug info to liblightningjni.so
Matt Corallo [Sat, 29 Aug 2020 03:50:53 +0000 (23:50 -0400)]
Add debug info to liblightningjni.so

3 years agoUpdate linking for address sanitizer
Matt Corallo [Sat, 29 Aug 2020 03:34:37 +0000 (23:34 -0400)]
Update linking for address sanitizer

3 years agoClean up and calculate java method signatures
Matt Corallo [Sat, 29 Aug 2020 03:05:50 +0000 (23:05 -0400)]
Clean up and calculate java method signatures

3 years agoA bit less logic in map_type
Matt Corallo [Sat, 29 Aug 2020 01:41:56 +0000 (21:41 -0400)]
A bit less logic in map_type

3 years agoRun conversions on JNI -> Java calls, though need to fill them out
Matt Corallo [Fri, 28 Aug 2020 18:22:34 +0000 (14:22 -0400)]
Run conversions on JNI -> Java calls, though need to fill them out

3 years agoReturn, instead of writing, form map_type
Matt Corallo [Fri, 28 Aug 2020 16:42:24 +0000 (12:42 -0400)]
Return, instead of writing, form map_type

3 years agoSimplify type checking a bit
Matt Corallo [Fri, 28 Aug 2020 02:34:22 +0000 (22:34 -0400)]
Simplify type checking a bit

3 years agoSupport u16s
Matt Corallo [Fri, 28 Aug 2020 01:33:07 +0000 (21:33 -0400)]
Support u16s

3 years agoCompiles with fn calls, even if the call types are bogus
Matt Corallo [Fri, 28 Aug 2020 00:16:23 +0000 (20:16 -0400)]
Compiles with fn calls, even if the call types are bogus

3 years agoHandle trait return values
Matt Corallo [Thu, 27 Aug 2020 21:07:49 +0000 (17:07 -0400)]
Handle trait return values

3 years agoPull out type mapping
Matt Corallo [Thu, 27 Aug 2020 20:38:43 +0000 (16:38 -0400)]
Pull out type mapping

3 years agoStarting to look like something that might work...
Matt Corallo [Thu, 27 Aug 2020 20:17:40 +0000 (16:17 -0400)]
Starting to look like something that might work...

3 years agoNew genbindings
Matt Corallo [Wed, 26 Aug 2020 16:36:54 +0000 (12:36 -0400)]
New genbindings

3 years agoAlso output a C wrapper that correctly wraps all the JNI functions
Matt Corallo [Wed, 29 Jul 2020 04:41:30 +0000 (00:41 -0400)]
Also output a C wrapper that correctly wraps all the JNI functions

3 years agoInitial bindings header generation demo
Matt Corallo [Tue, 28 Jul 2020 17:14:25 +0000 (13:14 -0400)]
Initial bindings header generation demo

3 years agoInitial Dummy Checkin
Matt Corallo [Sat, 25 Jul 2020 22:24:14 +0000 (18:24 -0400)]
Initial Dummy Checkin