Add license information
[ldk-java] / genbindings.sh
2021-03-12 Arik SosmanMerge pull request #9 from TheBlueMatt/2021-03-cleanup...
2021-03-12 Arik SosmanMerge pull request #7 from TheBlueMatt/2021-03-tweaks
2021-03-12 Matt CoralloMove .so output to different names based on release...
2021-03-10 Matt CoralloUpdate genbindings docs to note new ldk-c-bindings...
2021-02-03 Matt CoralloAdd workarounds for Android JNI quirks
2021-02-01 Matt CoralloUpdate for upstream with new -lm requirement for debug
2021-01-28 Matt CoralloTurn on warnings on typescript builds again
2021-01-27 Arik SosmanMerge branch 'master' of https://git.bitcoin.ninja...
2021-01-25 Matt CoralloTypescript C build and string updates
2021-01-12 Matt CoralloAdd TS bindings generation, with per-lang strings in...
2021-01-08 Matt Coralloupdate to new upstream
2020-10-23 Matt CoralloEnable more C build-time warnings
2020-10-12 Matt CoralloCreate structs and traits that are (a bit) more human...
2020-10-10 Matt CoralloIntercept all malloc/free, even in Rust!
2020-10-08 Matt CoralloMore statics and limit exports to Java methods at link
2020-10-07 Matt CoralloMove enums into their own (non-impl) folder
2020-10-02 Matt CoralloUpdate genbindings.sh somewhat for newer upstream
2020-09-01 Matt CoralloManually track allocations and assert that we don't...
2020-08-31 Matt Coralloref-count trait objects to avoid double-free, probably...
2020-08-29 Matt CoralloAdd debug info to liblightningjni.so
2020-08-29 Matt CoralloUpdate linking for address sanitizer
2020-08-28 Matt CoralloReturn, instead of writing, form map_type
2020-08-28 Matt CoralloCompiles with fn calls, even if the call types are...
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...