Update auto-generated bindings
[ldk-java] / java_strings.py
2021-04-16 Matt CoralloHandle supertraits with constructor arguments
2021-03-30 Matt CoralloMerge pull request #14 from TheBlueMatt/2021-03-fix...
2021-03-30 Matt CoralloHandle tuple variants in complex enums
2021-03-30 Matt CoralloMap enum functions into human structs and Result types...
2021-03-22 Matt CoralloMerge pull request #12 from TheBlueMatt/2021-03-fresh...
2021-03-22 Matt CoralloMake java's bindings.c deterministic 2021-03-fresh-bindings
2021-03-21 Matt CoralloDisambiguate jcall function names by including the...
2021-03-12 Arik SosmanMerge pull request #9 from TheBlueMatt/2021-03-cleanup...
2021-03-12 Matt CoralloDrop at-exit memory leak assertion and note accuracy...
2021-03-08 Arik SosmanMerge pull request #5 from TheBlueMatt/main
2021-03-08 Matt CoralloAdd struct and enum doc comments in Java
2021-03-06 Arik SosmanMerge pull request #2 from TheBlueMatt/main
2021-03-05 Matt CoralloWork around our stupid hack with a stupid hack (see...
2021-02-03 Matt CoralloBe explicit about C return type returning pointers...
2021-02-03 Matt CoralloAdd workarounds for Android JNI quirks
2021-02-01 Matt CoralloWipe Java objects when we move them into rust (only...
2021-02-01 Matt CoralloVarious straightforward cleanups
2021-02-01 Matt CoralloTrack byte count in leak detection in java debug mode
2021-02-01 Matt CoralloAdd util methods file for methods not associated with...
2021-02-01 Matt CoralloAdd a reference low bit for non-opaque types to tag...
2021-01-28 Matt CoralloClone objects returned from jcalls before returning...
2021-01-28 Matt CoralloDrop stale Java call semantic bits from TS bindings
2021-01-28 Matt CoralloRedo arrays/strings in TS to be uint32_ts, call trait...
2021-01-27 Arik SosmanMerge branch 'master' of https://git.bitcoin.ninja...
2021-01-27 Arik Sosmanmake typescript bindings rely on wasm type codec methods
2021-01-27 Arik Sosmanmake typescript bindings rely on wasm type codec methods
2021-01-26 Matt CoralloDo array conv in per-lang files, handle object arrays...
2021-01-25 Matt CoralloMove native string conversion to per-lang files
2021-01-25 Matt CoralloMore TS C trait conversion + drop unused get_obj_from_j...
2021-01-25 Matt CoralloUnify naming of type lookups in c_type_map dict
2021-01-25 Matt CoralloFix short, push trait struct refcnt increment down...
2021-01-16 Arik Sosmanmap opaque struct header
2021-01-16 Arik Sosmanmake target argument optional for typescript inputs...
2021-01-16 Arik Sosmanclean up bindings trait output
2021-01-16 Arik Sosmanuse templates for human type conversions
2021-01-14 Arik Sosmanexpand c type conversions to other integer array types
2021-01-14 Arik Sosmaninitiate language-dependent type mappings from C
2021-01-13 Matt Corallo[double-free, with XXX] More conv for traits
2021-01-12 Matt CoralloParse complex enum fields prior to per-language logic...
2021-01-12 Arik SosmanComplex enum mappings
2021-01-12 Matt CoralloRevert "Somewhat redundant changes (new file_ext, arg...
2021-01-12 Arik SosmanSomewhat redundant changes (new file_ext, arg parse...
2021-01-12 Arik SosmanUse file_ext everywhere, common base/header for TS...
2021-01-12 Matt CoralloAdd TS bindings generation, with per-lang strings in...