[TS] Free native -> human arrays after we're done converting
[ldk-java] / genbindings.py
2022-01-10 Matt CoralloMerge pull request #74 from TheBlueMatt/2022-01-ts... v0.0.104.1
2022-01-10 Matt CoralloSupport mapping primitive arrays as non-arrays (eg...
2022-01-10 Matt CoralloEnsure `TypeInfo` always has `subty` set if its an...
2022-01-10 Matt CoralloMake String types language-specific and fix TS string...
2022-01-10 Matt CoralloSkip reference-holding in static methods in a (kinda...
2022-01-10 Matt Corallo[TS] Correctly pass u64s from TS to C, using BigInts
2022-01-10 Matt CoralloFix LDKRecoverableSignature variable parsing
2022-01-10 Matt CoralloUse uintptr_t for the return value of `clone_ptr` to...
2022-01-10 Matt CoralloFix double free introduced in 9b9e4369d34e24a9dc7f3f149...
2022-01-08 Matt CoralloMerge pull request #73 from TheBlueMatt/main
2022-01-08 Matt Corallo[TS] Drop references to `this` in static `UtilMethods...
2022-01-08 Matt CoralloMake TxOut language-specific, fix typescript UtilMethod...
2022-01-08 Matt CoralloMake Result mapping language-specific and implement...
2022-01-07 Matt CoralloPass output directory throuh to consts and call a clean...
2022-01-07 Matt CoralloMerge pull request #72 from TheBlueMatt/main
2022-01-05 Matt CoralloUnify tuple and result field getters and push them...
2021-12-21 Matt CoralloMerge pull request #69 from TheBlueMatt/main v0.0.104.0
2021-12-21 Matt CoralloHandle the new LDKTwelveBytes instead of LDKTenBytes
2021-12-03 Matt CoralloMerge pull request #56 from TheBlueMatt/main v0.0.103.1
2021-12-02 Matt CoralloReplace unicode … with ... as java complains about...
2021-12-02 Matt CoralloConstruct a method to clone returning a pointerand...
2021-12-02 Matt CoralloDrop unused Vec constructor functions
2021-12-02 Matt CoralloMap functions on 3-tuples
2021-12-01 Matt CoralloUpdate Result mapping to use new `_is_ok` function...
2021-12-01 Matt CoralloCHECK_ACCESS inner pointers using the new __unmangle_in...
2021-11-28 Matt CoralloAdd Variant-Level docs on complex and unitary enums.
2021-11-11 Matt CoralloMake enum-contains-trait detection more robust
2021-11-04 Matt CoralloMerge pull request #54 from TheBlueMatt/main
2021-11-04 Matt CoralloSupport nullable for opaque objects as well as traits...
2021-10-19 Matt CoralloRemove (broken) duplicative tuple constructor
2021-09-27 Matt CoralloMerge pull request #46 from TheBlueMatt/main v0.0.101.1
2021-09-27 Matt CoralloRedo tuple mapping to be explicit and not generic
2021-09-27 Matt CoralloMove version information out of git into new files
2021-09-25 Matt CoralloMerge pull request #45 from TheBlueMatt/main
2021-09-24 Matt CoralloRemap non-clonable move-passed optional fn args into...
2021-08-09 Matt CoralloMerge pull request #33 from TheBlueMatt/main
2021-08-09 Matt CoralloAdd constructors and expose fields in TxOut
2021-08-09 Matt CoralloAdd docs for and mark nullable complex enum fields
2021-08-09 Matt CoralloMark function arguments and return values Nullable...
2021-08-08 Matt CoralloSupport new cloned upstream API instead of clone
2021-06-11 Matt CoralloMerge pull request #18 from TheBlueMatt/main
2021-06-08 Matt CoralloAvoid git version always appearing as dirty
2021-06-08 Matt CoralloExpand the list of things exposed via UtilMethods
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 CoralloUse uint64_t instead of long for pointers represented...
2021-05-03 Matt CoralloExpose bindings versions and print on startup in debug...
2021-05-01 Matt CoralloHandle LDKStr in other structs and fix string conversio...
2021-05-01 Matt CoralloHandle empty variant structs and enums in variants
2021-05-01 Matt CoralloUse explicit return type var names instead of guessing
2021-05-01 Matt CoralloMap more methods that go in UtilMethods
2021-05-01 Matt CoralloHandle u5, LDKTwentyBytes, and LDKRecoverableSignature
2021-04-22 Matt CoralloMerge pull request #17 from TheBlueMatt/main
2021-04-16 Matt CoralloHandle supertraits with constructor arguments
2021-04-16 Matt CoralloHandle the somewhat half-mapped alias TransactionOutputs
2021-04-16 Matt CoralloTreat Txid as an alias for LDKThirtyTwoBytes
2021-03-30 Matt CoralloMerge pull request #14 from TheBlueMatt/2021-03-fix...
2021-03-30 Matt CoralloCleanup map lookup checks a bit
2021-03-30 Matt CoralloHandle tuple variants in complex enums
2021-03-30 Matt CoralloMap result functions and rely on Rust constructors...
2021-03-30 Matt CoralloMap enum functions into human structs and Result types...
2021-03-08 Arik SosmanMerge pull request #5 from TheBlueMatt/main
2021-03-08 Matt CoralloCorrect handling of Option<Trait>
2021-03-08 Matt CoralloAdd struct and enum doc comments in Java
2021-02-03 Matt CoralloHandle `uintptr_t`s better in JNI bindings
2021-02-03 Matt CoralloAdd workarounds for Android JNI quirks
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-02-01 Matt CoralloHandle clones upstream instead of creating clone fns
2021-01-28 Matt CoralloDrop stale Java call semantic bits from TS bindings
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 CoralloHandle uintptr_t slightly better in C conversion
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 Sosmanextract map_type functionality into separate file ...
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 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 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...
2021-01-10 Matt CoralloWalk back some of the clone updates, with comments...
2021-01-08 Matt CoralloRewrite clone handling to manually-define them for...
2021-01-08 Matt Coralloupdate to new upstream
2020-10-25 Matt Coralloclone traits before passing to jcalls and map to human...
2020-10-25 Matt CoralloFix returning traits in trait calls, move towards clone...
2020-10-25 Matt CoralloStop masking the owned bit on a freshly-cloned object
2020-10-25 Matt CoralloMap Transactions as byte[] instead of trying to keep...
next