Merge pull request #155 from TheBlueMatt/main
[ldk-java] / java_strings.py
2024-03-13 Matt CoralloMerge pull request #150 from TheBlueMatt/main
2024-03-13 Matt Corallo[Java] Ensure bindings statics run before enums call...
2024-01-29 Matt CoralloMerge pull request #146 from TheBlueMatt/main
2024-01-29 Matt CoralloAdd manual implementation of the new `WitnessVersion...
2023-10-30 Matt CoralloMerge pull request #141 from TheBlueMatt/main v0.0.118.0
2023-10-16 Matt CoralloCorrect unitary enum C type variable name
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-10-02 Matt Corallo[Java] Properly convert strings to/from Modified UTF-8
2023-10-01 Matt CoralloUpdate type listing for LDK 0.0.117 bindings and suppor...
2023-07-31 Matt CoralloMerge pull request #135 from TheBlueMatt/main v0.0.116.0
2023-07-30 Matt CoralloAdd handling for signed int64 type
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-06-04 Matt CoralloPass the target tuple to genbindings.py and avoid sys...
2023-05-31 Matt Corallo[Java] Drop `L` prefix and `;` suffix in string FindCla...
2023-04-27 Matt CoralloMerge pull request #128 from TheBlueMatt/main
2023-04-26 Matt Corallo[Java] Don't use `wait` as a method name as its reserved
2023-04-26 Matt Corallo[Java] Handle array-of-strings for 0.0.115
2023-03-10 Matt CoralloMerge pull request #126 from TheBlueMatt/main
2023-03-08 Matt Corallo[Java] Expose the finalizer of traits, as some traits...
2023-03-08 Matt CoralloSupport traits with supertraits of supertraits
2023-03-08 Matt CoralloSupport (fixed-length) arrays of 16-bit integers
2023-01-14 Matt CoralloMerge pull request #124 from TheBlueMatt/main v0.0.113.0
2023-01-11 Matt CoralloAdd some additional writing hooks which C# needs
2023-01-11 Matt Corallo[Java] Use util method where possible
2023-01-11 Matt Corallo[Java] Drop unused util methods
2023-01-11 Matt CoralloAdd support for U128, passed as [u8; 16] but with human...
2022-12-27 Matt CoralloPass array type, not subty to primitive_arr_*_hu for...
2022-10-29 Matt Corallo[Java] Always log the LDK versions on startup
2022-10-28 Matt CoralloMerge pull request #120 from TheBlueMatt/main v0.0.112.0
2022-10-27 Matt Corallo[Java] Fix calling trait methods which return simple...
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-09-03 Matt CoralloMerge pull request #117 from TheBlueMatt/2022-08-fix-npe v0.0.110.3
2022-09-03 Matt Corallo[TS+Java] Ensure we don't try to add a reference from...
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-06-29 Matt CoralloMerge pull request #103 from TheBlueMatt/main v0.0.108.0
2022-06-29 Matt Corallo[Java] Do not put a org.ldk.structs prefix for usize...
2022-06-29 Matt Corallo[Java] Map `LDKReadOnly*` the same as `LDKLocked*`...
2022-06-28 Matt CoralloAdd handling for the new WitnessVersion type, similar...
2022-04-15 Matt CoralloMerge pull request #94 from TheBlueMatt/main
2022-04-14 Matt CoralloFully-Qualify Paths in some contexts instead of assumin...
2022-03-03 Matt CoralloMerge pull request #86 from TheBlueMatt/main
2022-03-03 Matt Corallo[Java] Add a reachabilityFence on underlying trait...
2022-03-03 Matt Corallo[Java] Handle UInt5 array conversion
2022-01-17 Matt CoralloMerge pull request #79 from TheBlueMatt/main
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-08 Matt CoralloMerge pull request #73 from TheBlueMatt/main
2022-01-08 Matt CoralloMake array human construction language-specific
2022-01-08 Matt CoralloMake TxOut language-specific, fix typescript UtilMethod...
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 Result mapping language-specific and implement...
2022-01-08 Matt CoralloMake the call for `ptrs_to.add()` swappable per language
2022-01-08 Matt CoralloMake variable declaration statements language-specific
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 CoralloUpdate auto-updated Java files
2021-12-21 Matt CoralloWork around Java's insane lack of finalization guarantees
2021-12-12 Matt CoralloUse the same FindClass argument for Android and regular...
2021-12-12 Matt CoralloCheck exceptions after calling Enum.ordinal() from...
2021-12-05 Matt CoralloOverride hashCode and equals for Rust objects that...
2021-12-03 Matt CoralloMerge pull request #56 from TheBlueMatt/main v0.0.103.1
2021-12-02 Matt CoralloConstruct a method to clone returning a pointerand...
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-28 Matt CoralloAdd Variant-Level docs on complex and unitary enums.
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-11-04 Matt CoralloTreat pointers up to 4096 as null, matching our test...
2021-10-19 Matt CoralloAdd basic use-after-free checking in limited places.
2021-10-10 Matt CoralloMerge pull request #49 from TheBlueMatt/main v0.0.101.3
2021-10-10 Matt CoralloCorrectly handle top-bit-set pointers, fixing Android 11
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 CoralloFix exception catch in native library load failure...
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-25 Matt CoralloSwap java locks to pthread to avoid relying on newer...
2021-09-24 Matt CoralloFix calling Java/TS methods that return strings
2021-09-24 Matt CoralloPrint error information when we fail to load LDK native...
2021-08-18 Matt CoralloMerge pull request #39 from TheBlueMatt/main
2021-08-18 Matt CoralloCorrect Rust -> Java method call semantics to avoid...
2021-08-09 Matt CoralloMerge pull request #33 from TheBlueMatt/main
2021-08-09 Matt CoralloUse explicit paths for function arguments in Java
2021-08-09 Matt CoralloAdd docs for and mark nullable complex enum fields
2021-08-09 Matt CoralloCorrectly handle passing a null to Rust for an array
2021-08-09 Matt CoralloMark function arguments and return values Nullable...
2021-08-09 Matt CoralloCorrectly handle null pointers returned from Rust repre...
2021-08-08 Matt CoralloExpose supertrait implemetations to the Java API
2021-08-08 Matt CoralloSupport new cloned upstream API instead of clone
next