Merge pull request #155 from TheBlueMatt/main
[ldk-java] / gen_type_mapping.py
2024-01-29 Matt CoralloMerge pull request #146 from TheBlueMatt/main
2024-01-29 Matt CoralloAdd manual implementation of the new `WitnessVersion...
2023-10-10 Matt CoralloMerge pull request #139 from TheBlueMatt/main
2023-10-07 Matt Corallo[TS] Don't null-check array conversions that aren't...
2023-07-31 Matt CoralloMerge pull request #135 from TheBlueMatt/main v0.0.116.0
2023-07-30 Matt CoralloAdd handling for manual `TxIn` and stop trying to clone...
2023-06-05 Matt CoralloMerge pull request #134 from TheBlueMatt/main v0.0.115.1
2023-05-31 Matt Corallo[Java] Remove null checks for traits
2023-03-10 Matt CoralloMerge pull request #126 from TheBlueMatt/main
2023-03-08 Matt CoralloSupport (fixed-length) arrays of 16-bit integers
2023-03-08 Matt CoralloEnsure enums generate a ref in owning structs
2023-01-14 Matt CoralloMerge pull request #124 from TheBlueMatt/main v0.0.113.0
2023-01-11 Matt CoralloNew manual U5 (from u5) and Witness types
2022-12-27 Matt CoralloPass array type, not subty to primitive_arr_*_hu for...
2022-10-28 Matt CoralloMerge pull request #120 from TheBlueMatt/main v0.0.112.0
2022-10-28 Matt CoralloHandle optionally-null multi-dimentional arrays with...
2022-10-03 Matt CoralloMerge pull request #119 from TheBlueMatt/main v0.0.111.0
2022-10-03 Matt CoralloAdd support for mapping LDKBigEndianScalar manually...
2022-08-13 Matt CoralloMerge pull request #114 from TheBlueMatt/main
2022-08-13 Matt CoralloSwitch 32-bit platforms to using 64-bit "pointers"
2022-08-13 Matt CoralloChange where the opaque struct is_owned bit is stored...
2022-08-06 Matt CoralloMerge pull request #113 from TheBlueMatt/main v0.0.110.1
2022-08-05 Matt Corallo[TS] Support mapping returned uint64[]s from rust functions
2022-06-29 Matt CoralloMerge pull request #103 from TheBlueMatt/main v0.0.108.0
2022-06-28 Matt CoralloAdd handling for the new WitnessVersion type, similar...
2022-06-28 Matt CoralloUse fully-qualified types more often in conversions
2022-04-15 Matt CoralloMerge pull request #95 from TheBlueMatt/main v0.0.106.0
2022-04-15 Matt CoralloConvert primitives before passing to host language
2022-04-15 Matt CoralloMerge pull request #94 from TheBlueMatt/main
2022-04-14 Matt CoralloAdd a new manual type - UnqualifiedError/LDKError
2022-04-14 Matt CoralloFully-Qualify Paths in some contexts instead of assumin...
2022-03-24 Matt CoralloMerge pull request #90 from TheBlueMatt/main
2022-03-23 Matt CoralloDon't assume from-var conversion in opaque ret conv
2022-03-04 Matt CoralloMerge pull request #88 from TheBlueMatt/main v0.0.105.0
2022-03-04 Matt CoralloMake pointer integer type language-dependent, instead...
2022-03-03 Matt CoralloMerge pull request #86 from TheBlueMatt/main
2022-03-03 Matt CoralloProperly match warning comments, not structs with ...
2022-01-17 Matt CoralloMerge pull request #79 from TheBlueMatt/main
2022-01-17 Matt CoralloUse uintptr_t in generic conversion when we're talking...
2022-01-17 Matt Corallo[TS] Free native -> human arrays after we're done conve...
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 CoralloMake String types language-specific and fix TS string...
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 CoralloMake array human construction language-specific
2022-01-08 Matt CoralloMake array range iteration language-specific
2022-01-08 Matt CoralloMake human -> C array mapping language-specific
2022-01-08 Matt CoralloMake struct pointer loading language-specific and relia...
2022-01-08 Matt CoralloMake the call for `ptrs_to.add()` swappable per language
2022-01-08 Matt CoralloMake variable declaration statements language-specific
2021-12-03 Matt CoralloMerge pull request #56 from TheBlueMatt/main v0.0.103.1
2021-12-02 Matt CoralloClone objects being returned from trait methods before...
2021-12-01 Matt CoralloCheck array lengths before passing them to C
2021-12-01 Matt CoralloCHECK_ACCESS inner pointers using the new __unmangle_in...
2021-11-11 Matt CoralloHold a reference when we pass Option<Trait> to rust
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 passing trait instance references from C to...
2021-11-04 Matt CoralloSupport nullable for opaque objects as well as traits...
2021-10-19 Matt CoralloDon't allocate a buffer to return a reference to a...
2021-10-19 Matt CoralloAdd basic use-after-free checking in limited places.
2021-10-19 Matt CoralloDrop requires_clone ret_conv cloning in complex enums
2021-09-28 Matt CoralloMerge pull request #47 from TheBlueMatt/main
2021-09-28 Matt CoralloSkip object reference adding when cloning within the...
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-25 Matt CoralloMerge pull request #45 from TheBlueMatt/main
2021-09-24 Matt CoralloImplement partial clones when passing complex enums...
2021-09-24 Matt CoralloAdd missing clone when passing a complex enum to Java
2021-09-24 Matt CoralloExpand the criteria for cloning when passing to Rust
2021-09-24 Matt CoralloFix conflicting overuse of "ret" as a variable name
2021-09-24 Matt CoralloCorrectly handle reference tracking for array elements...
2021-08-18 Matt CoralloMerge pull request #39 from TheBlueMatt/main
2021-08-17 Matt CoralloFix cloning trait structs via native clone method
2021-08-09 Matt CoralloMerge pull request #33 from TheBlueMatt/main
2021-08-09 Matt CoralloAdd an accessor to UInt5 to get the value and correct...
2021-08-09 Matt CoralloCorrectly handle passing a null to Rust for an array
2021-07-18 Matt CoralloFree constructed LDK strings when relevant.
2021-06-11 Matt CoralloMerge pull request #18 from TheBlueMatt/main
2021-05-03 Matt CoralloUse uint64_t instead of long for pointers represented...
2021-05-01 Matt CoralloUse explicit return type var names instead of guessing
2021-05-01 Matt CoralloDon't FREE things when we holds_ref if we're not callin...
2021-05-01 Matt CoralloHandle u5, LDKTwentyBytes, and LDKRecoverableSignature
2021-04-22 Matt CoralloHandle calls which take strings as an argument in Java
2021-03-30 Matt CoralloMerge pull request #15 from TheBlueMatt/2021-03-fix...
2021-03-30 Matt CoralloFix clone-required detection and handling for complex...
2021-03-08 Arik SosmanMerge pull request #5 from TheBlueMatt/main
2021-03-08 Matt CoralloCorrect handling of Option<Trait>
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-03-05 Matt CoralloProperly convert 2D arrays in from_hu_conv
2021-02-03 Matt CoralloHandle `uintptr_t`s better in JNI bindings
2021-02-02 Matt CoralloProperly free C tuples when the inner fields are dropped
2021-02-01 Matt CoralloAdd additional reference tags, drop some now-redundant...
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 CoralloStandardize warning clone comment
2021-02-01 Matt CoralloAdd a reference low bit for non-opaque types to tag...
2021-01-28 Matt CoralloDirty hack to avoid freeing TxOuts inside of Tuples
next