Merge pull request #18 from TheBlueMatt/main
[ldk-java] / typescript_strings.py
2021-06-11 Matt CoralloMerge pull request #18 from TheBlueMatt/main
2021-06-08 Matt CoralloDrop the "LDK" prefix from unitary enums
2021-06-08 Matt CoralloHandle methods taking non-ref self by using standard...
2021-05-03 Matt CoralloExpose bindings versions and print on startup in debug...
2021-04-22 Matt CoralloHandle calls which take strings as an argument in Java
2021-04-22 Matt CoralloMerge pull request #17 from TheBlueMatt/main
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-22 Matt CoralloMerge pull request #12 from TheBlueMatt/2021-03-fresh...
2021-03-21 Matt CoralloDisambiguate jcall function names by including the...
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-01 Matt CoralloVarious straightforward cleanups
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 CoralloUpdate TS strings and commit (broken) test updates
2021-01-28 Matt CoralloTurn on warnings on typescript builds again
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 Matt Corallore-fix whitespace bugs
2021-01-27 Matt CoralloRe-fix whitespace errors
2021-01-27 Arik Sosmanmerge Matt's array codec mechanism
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 Matt CoralloAdd js-wasm.h from arik's repo
2021-01-27 Arik Sosmandon't return values for void types
2021-01-27 Arik Sosmanenable async wasm initialization
2021-01-27 Arik Sosmanmake typescript bindings rely on wasm type codec methods
2021-01-27 Matt CoralloMove TS Arrays to a single pointer
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 CoralloTypescript C build and string updates
2021-01-25 Matt CoralloUnify naming of type lookups in c_type_map dict
2021-01-25 Matt CoralloFix some whitespace bugs
2021-01-25 Matt CoralloFix short, push trait struct refcnt increment down...
2021-01-19 Arik Sosmanfix pointer types in Typescript
2021-01-16 Arik Sosmanmap opaque struct header
2021-01-16 Arik Sosmanmake target argument optional for typescript inputs...
2021-01-16 Arik Sosmanadd node wasm import to bindings
2021-01-16 Arik Sosmanclean up bindings trait output
2021-01-16 Arik Sosmanuse templates for human type conversions
2021-01-15 Arik Sosmanfix argument/type order in interface method override...
2021-01-14 Arik Sosmaninch towards more map_trait cleanup for Typescript
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 Arik Sosmanoverride CommonBase file, and make private constructor...
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 Matt CoralloFix file extension for typescript
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...