Pass array type, not subty to primitive_arr_*_hu for more context
[ldk-java] / typescript_strings.py
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 Corallo[TS] Be more aggressive with type checks
2022-10-28 Matt Corallo[TS] Handle nullable arrays and objects in more cases
2022-10-27 Matt Corallo[TS] Fix calling trait methods which return a simple...
2022-10-06 Matt Corallo[TS] Correct encodeUint64Array array view length
2022-10-03 Matt CoralloMerge pull request #119 from TheBlueMatt/main v0.0.111.0
2022-10-03 Matt Corallo[TS] Fix generation for traits that have supertraits
2022-10-03 Matt Corallo[TS] Correct TS call semantics for some function types
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-08-06 Matt CoralloMerge pull request #113 from TheBlueMatt/main v0.0.110.1
2022-08-05 Matt Corallo[TS] Ensure uint64_t arrays are 8-byte aligned by using...
2022-08-05 Matt Corallo[TS] Redo C -> TS call function naming to make it harde...
2022-08-05 Matt Corallo[TS] Call FinalizationRegistry.register with a unregist...
2022-08-05 Matt Corallo[TS] Support lock structs by requiring manual free...
2022-08-05 Matt Corallo[TS] Fix fd_write to match the ABI, quiet environ call...
2022-08-05 Matt Corallo[TS] Support mapping returned uint64[]s from rust functions
2022-07-23 Matt CoralloMerge pull request #107 from TheBlueMatt/main
2022-07-22 Matt Corallo[TS] Add missing space in array length error string
2022-07-22 Matt Corallo[TS] Properly export unitary enums such that they're...
2022-06-30 Matt CoralloMerge pull request #104 from TheBlueMatt/main v0.0.108.1
2022-06-30 Matt Corallo[TS] Fix typo in inconsistent-versions error message
2022-06-30 Matt Corallo[TS] Free arrays passed as slices from TS -> C -> Rust
2022-06-30 Matt Corallo[TS] Split C -> JS function calls based on u32/u64...
2022-06-29 Matt CoralloMerge pull request #103 from TheBlueMatt/main v0.0.108.0
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-15 Matt Corallo[TS] Implement trait_struct_inc_refcnt properly (identi...
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-03 Matt CoralloMerge pull request #86 from TheBlueMatt/main
2022-03-03 Matt Corallo[TS] Handle UInt5s and arrays of UInt5s
2022-01-18 Matt CoralloMerge pull request #81 from TheBlueMatt/main
2022-01-17 Matt Corallo[TS] Unify Web and Node.JS output so it can be universal
2022-01-17 Matt CoralloMerge pull request #79 from TheBlueMatt/main
2022-01-17 Matt Corallo[TS] Include most doc comments
2022-01-17 Matt Corallo[TS] Fix Some array leaks, mark others, treat < 10...
2022-01-17 Matt Corallo[TS] Empty environment variables as WASI's environ...
2022-01-17 Matt Corallo[TS] Free native -> human arrays after we're done conve...
2022-01-17 Matt Corallo[TS] Wrap `aligned_alloc` as well as other malloc's.
2022-01-17 Matt Corallo[TS] Debug allocations somewhat further, incl prints...
2022-01-17 Matt Corallo[TS] Move C header code to next to code that uses it...
2022-01-17 Matt Corallo[TS] Fix Debug builds by removing ((destructor)) attributes
2022-01-17 Matt Corallo[TS] Make bindings.mts export nothing, fix some indentation
2022-01-17 Matt Corallo[TS] Add bindings-binary-version-check to initializeWasm
2022-01-10 Matt CoralloMerge pull request #74 from TheBlueMatt/2022-01-ts... v0.0.104.1
2022-01-10 Matt Corallo[TS] Drop InternalUtils as they are now called via...
2022-01-10 Matt Corallo[TS] Swap BigInt (the class/constructor) for bigint...
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 Corallo[TS] Clean up wasm environment exports
2022-01-10 Matt Corallo[TS] Rewrite complex enum creation
2022-01-10 Matt Corallo[TS] Use export_/import_name to filter exposed symbols
2022-01-10 Matt Corallo[TS] Correct pointer arithmetic on array construction
2022-01-10 Matt Corallo[TS] Correctly pass u64s from TS to C, using BigInts
2022-01-10 Matt Corallo[TS] Implement Rust -> TS calls and TS Trait instance...
2022-01-10 Matt Corallo[TS] Make compiler checks a bit more aggressive, fix...
2022-01-10 Matt Corallo[TS] Fix indentation of bindings.mts somewhat
2022-01-08 Matt CoralloMerge pull request #73 from TheBlueMatt/main
2022-01-08 Matt CoralloAdd a warning for Locked human objects as they are...
2022-01-08 Matt CoralloMake array human construction language-specific
2022-01-08 Matt Corallo[TS] Correct syntax in human interface files
2022-01-08 Matt CoralloMake TxOut language-specific, fix typescript UtilMethod...
2022-01-08 Matt Corallo[TS] Fix syntax errors in human trait definitions
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 CoralloUse wasm's default memory instead of creating/accessing...
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 CoralloAdd InternalUtils for array length checking to match...
2022-01-08 Matt Corallo[TS] Resolve locally-defined structs in other structs...
2022-01-08 Matt CoralloMake the call for `ptrs_to.add()` swappable per language
2022-01-08 Matt Corallo[TS] Fix finalization syntax, drop "default" on class...
2022-01-08 Matt CoralloMake variable declaration statements language-specific
2022-01-07 Matt Corallo[TS] Minor syntax fixes in human struct files, mostly...
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-06 Matt CoralloSwitch to .mts files and build typescript bindings...
2022-01-06 Matt CoralloFix method reference errors and make bindings.ts genera...
2022-01-05 Matt CoralloFix syntax errors in bindings.ts in option handling
2022-01-05 Matt CoralloClean up TS arrays and make TS compile warning-free...
2021-12-03 Matt CoralloMerge pull request #56 from TheBlueMatt/main v0.0.103.1
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 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 CoralloMove version information out of git into new files
2021-09-25 Matt CoralloMerge pull request #45 from TheBlueMatt/main
2021-09-24 Matt CoralloFix calling Java/TS methods that return strings
next