2022-01-17 |
Matt Corallo | Use intptr_t in C when talking about a pointer. |
blob | commitdiff | raw |
2022-01-10 |
Matt Corallo | Merge pull request #74 from TheBlueMatt/2022-01-ts... v0.0.104.1 |
blob | commitdiff | raw | diff to current |
2022-01-10 |
Matt Corallo | Support mapping primitive arrays as non-arrays (eg... |
blob | commitdiff | raw | diff to current |
2022-01-10 |
Matt Corallo | Ensure `TypeInfo` always has `subty` set if its an... |
blob | commitdiff | raw | diff to current |
2022-01-10 |
Matt Corallo | Make String types language-specific and fix TS string... |
blob | commitdiff | raw | diff to current |
2022-01-10 |
Matt Corallo | Skip reference-holding in static methods in a (kinda... |
blob | commitdiff | raw | diff to current |
2022-01-10 |
Matt Corallo | [TS] Correctly pass u64s from TS to C, using BigInts |
blob | commitdiff | raw | diff to current |
2022-01-10 |
Matt Corallo | Fix LDKRecoverableSignature variable parsing |
blob | commitdiff | raw | diff to current |
2022-01-10 |
Matt Corallo | Use uintptr_t for the return value of `clone_ptr` to... |
blob | commitdiff | raw | diff to current |
2022-01-10 |
Matt Corallo | Fix double free introduced in 9b9e4369d34e24a9dc7f3f149... |
blob | commitdiff | raw | diff to current |
2022-01-08 |
Matt Corallo | Merge pull request #73 from TheBlueMatt/main |
blob | commitdiff | raw | diff to current |
2022-01-08 |
Matt Corallo | [TS] Drop references to `this` in static `UtilMethods... |
blob | commitdiff | raw | diff to current |
2022-01-08 |
Matt Corallo | Make TxOut language-specific, fix typescript UtilMethod... |
blob | commitdiff | raw | diff to current |
2022-01-08 |
Matt Corallo | Make Result mapping language-specific and implement... |
blob | commitdiff | raw | diff to current |
2022-01-07 |
Matt Corallo | Pass output directory throuh to consts and call a clean... |
blob | commitdiff | raw | diff to current |
2022-01-07 |
Matt Corallo | Merge pull request #72 from TheBlueMatt/main |
blob | commitdiff | raw | diff to current |
2022-01-05 |
Matt Corallo | Unify tuple and result field getters and push them... |
blob | commitdiff | raw | diff to current |
2021-12-21 |
Matt Corallo | Merge pull request #69 from TheBlueMatt/main v0.0.104.0 |
blob | commitdiff | raw | diff to current |
2021-12-21 |
Matt Corallo | Handle the new LDKTwelveBytes instead of LDKTenBytes |
blob | commitdiff | raw | diff to current |
2021-12-03 |
Matt Corallo | Merge pull request #56 from TheBlueMatt/main v0.0.103.1 |
blob | commitdiff | raw | diff to current |
2021-12-02 |
Matt Corallo | Replace unicode … with ... as java complains about... |
blob | commitdiff | raw | diff to current |
2021-12-02 |
Matt Corallo | Construct a method to clone returning a pointerand... |
blob | commitdiff | raw | diff to current |
2021-12-02 |
Matt Corallo | Drop unused Vec constructor functions |
blob | commitdiff | raw | diff to current |
2021-12-02 |
Matt Corallo | Map functions on 3-tuples |
blob | commitdiff | raw | diff to current |
2021-12-01 |
Matt Corallo | Update Result mapping to use new `_is_ok` function... |
blob | commitdiff | raw | diff to current |
2021-12-01 |
Matt Corallo | CHECK_ACCESS inner pointers using the new __unmangle_in... |
blob | commitdiff | raw | diff to current |
2021-11-28 |
Matt Corallo | Add Variant-Level docs on complex and unitary enums. |
blob | commitdiff | raw | diff to current |
2021-11-11 |
Matt Corallo | Make enum-contains-trait detection more robust |
blob | commitdiff | raw | diff to current |
2021-11-04 |
Matt Corallo | Merge pull request #54 from TheBlueMatt/main |
blob | commitdiff | raw | diff to current |
2021-11-04 |
Matt Corallo | Support nullable for opaque objects as well as traits... |
blob | commitdiff | raw | diff to current |
2021-10-19 |
Matt Corallo | Remove (broken) duplicative tuple constructor |
blob | commitdiff | raw | diff to current |
2021-09-27 |
Matt Corallo | Merge pull request #46 from TheBlueMatt/main v0.0.101.1 |
blob | commitdiff | raw | diff to current |
2021-09-27 |
Matt Corallo | Redo tuple mapping to be explicit and not generic |
blob | commitdiff | raw | diff to current |
2021-09-27 |
Matt Corallo | Move version information out of git into new files |
blob | commitdiff | raw | diff to current |
2021-09-25 |
Matt Corallo | Merge pull request #45 from TheBlueMatt/main |
blob | commitdiff | raw | diff to current |
2021-09-24 |
Matt Corallo | Remap non-clonable move-passed optional fn args into... |
blob | commitdiff | raw | diff to current |
2021-08-09 |
Matt Corallo | Merge pull request #33 from TheBlueMatt/main |
blob | commitdiff | raw | diff to current |
2021-08-09 |
Matt Corallo | Add constructors and expose fields in TxOut |
blob | commitdiff | raw | diff to current |
2021-08-09 |
Matt Corallo | Add docs for and mark nullable complex enum fields |
blob | commitdiff | raw | diff to current |
2021-08-09 |
Matt Corallo | Mark function arguments and return values Nullable... |
blob | commitdiff | raw | diff to current |
2021-08-08 |
Matt Corallo | Support new cloned upstream API instead of clone |
blob | commitdiff | raw | diff to current |
2021-06-11 |
Matt Corallo | Merge pull request #18 from TheBlueMatt/main |
blob | commitdiff | raw | diff to current |
2021-06-08 |
Matt Corallo | Avoid git version always appearing as dirty |
blob | commitdiff | raw | diff to current |
2021-06-08 |
Matt Corallo | Expand the list of things exposed via UtilMethods |
blob | commitdiff | raw | diff to current |
2021-06-08 |
Matt Corallo | Drop the "LDK" prefix from unitary enums |
blob | commitdiff | raw | diff to current |
2021-06-08 |
Matt Corallo | Handle methods taking non-ref self by using standard... |
blob | commitdiff | raw | diff to current |
2021-05-03 |
Matt Corallo | Use uint64_t instead of long for pointers represented... |
blob | commitdiff | raw | diff to current |
2021-05-03 |
Matt Corallo | Expose bindings versions and print on startup in debug... |
blob | commitdiff | raw | diff to current |
2021-05-01 |
Matt Corallo | Handle LDKStr in other structs and fix string conversio... |
blob | commitdiff | raw | diff to current |
2021-05-01 |
Matt Corallo | Handle empty variant structs and enums in variants |
blob | commitdiff | raw | diff to current |
2021-05-01 |
Matt Corallo | Use explicit return type var names instead of guessing |
blob | commitdiff | raw | diff to current |
2021-05-01 |
Matt Corallo | Map more methods that go in UtilMethods |
blob | commitdiff | raw | diff to current |
2021-05-01 |
Matt Corallo | Handle u5, LDKTwentyBytes, and LDKRecoverableSignature |
blob | commitdiff | raw | diff to current |
2021-04-22 |
Matt Corallo | Merge pull request #17 from TheBlueMatt/main |
blob | commitdiff | raw | diff to current |
2021-04-16 |
Matt Corallo | Handle supertraits with constructor arguments |
blob | commitdiff | raw | diff to current |
2021-04-16 |
Matt Corallo | Handle the somewhat half-mapped alias TransactionOutputs |
blob | commitdiff | raw | diff to current |
2021-04-16 |
Matt Corallo | Treat Txid as an alias for LDKThirtyTwoBytes |
blob | commitdiff | raw | diff to current |
2021-03-30 |
Matt Corallo | Merge pull request #14 from TheBlueMatt/2021-03-fix... |
blob | commitdiff | raw | diff to current |
2021-03-30 |
Matt Corallo | Cleanup map lookup checks a bit |
blob | commitdiff | raw | diff to current |
2021-03-30 |
Matt Corallo | Handle tuple variants in complex enums |
blob | commitdiff | raw | diff to current |
2021-03-30 |
Matt Corallo | Map result functions and rely on Rust constructors... |
blob | commitdiff | raw | diff to current |
2021-03-30 |
Matt Corallo | Map enum functions into human structs and Result types... |
blob | commitdiff | raw | diff to current |
2021-03-08 |
Arik Sosman | Merge pull request #5 from TheBlueMatt/main |
blob | commitdiff | raw | diff to current |
2021-03-08 |
Matt Corallo | Correct handling of Option<Trait> |
blob | commitdiff | raw | diff to current |
2021-03-08 |
Matt Corallo | Add struct and enum doc comments in Java |
blob | commitdiff | raw | diff to current |
2021-02-03 |
Matt Corallo | Handle `uintptr_t`s better in JNI bindings |
blob | commitdiff | raw | diff to current |
2021-02-03 |
Matt Corallo | Add workarounds for Android JNI quirks |
blob | commitdiff | raw | diff to current |
2021-02-01 |
Matt Corallo | Various straightforward cleanups |
blob | commitdiff | raw | diff to current |
2021-02-01 |
Matt Corallo | Add util methods file for methods not associated with... |
blob | commitdiff | raw | diff to current |
2021-02-01 |
Matt Corallo | Add a reference low bit for non-opaque types to tag... |
blob | commitdiff | raw | diff to current |
2021-02-01 |
Matt Corallo | Handle clones upstream instead of creating clone fns |
blob | commitdiff | raw | diff to current |
2021-01-28 |
Matt Corallo | Drop stale Java call semantic bits from TS bindings |
blob | commitdiff | raw | diff to current |
2021-01-27 |
Arik Sosman | Merge branch 'master' of https://git.bitcoin.ninja... |
blob | commitdiff | raw | diff to current |
2021-01-27 |
Arik Sosman | make typescript bindings rely on wasm type codec methods |
blob | commitdiff | raw | diff to current |
2021-01-27 |
Arik Sosman | make typescript bindings rely on wasm type codec methods |
blob | commitdiff | raw | diff to current |
2021-01-26 |
Matt Corallo | Do array conv in per-lang files, handle object arrays... |
blob | commitdiff | raw | diff to current |
2021-01-25 |
Matt Corallo | Handle uintptr_t slightly better in C conversion |
blob | commitdiff | raw | diff to current |
2021-01-25 |
Matt Corallo | Unify naming of type lookups in c_type_map dict |
blob | commitdiff | raw | diff to current |
2021-01-25 |
Matt Corallo | Fix short, push trait struct refcnt increment down... |
blob | commitdiff | raw | diff to current |
2021-01-16 |
Arik Sosman | map opaque struct header |
blob | commitdiff | raw | diff to current |
2021-01-16 |
Arik Sosman | extract map_type functionality into separate file ... |
blob | commitdiff | raw | diff to current |
2021-01-16 |
Arik Sosman | make target argument optional for typescript inputs... |
blob | commitdiff | raw | diff to current |
2021-01-16 |
Arik Sosman | clean up bindings trait output |
blob | commitdiff | raw | diff to current |
2021-01-16 |
Arik Sosman | use templates for human type conversions |
blob | commitdiff | raw | diff to current |
2021-01-14 |
Arik Sosman | expand c type conversions to other integer array types |
blob | commitdiff | raw | diff to current |
2021-01-14 |
Arik Sosman | initiate language-dependent type mappings from C |
blob | commitdiff | raw | diff to current |
2021-01-13 |
Arik Sosman | override CommonBase file, and make private constructor... |
blob | commitdiff | raw | diff to current |
2021-01-13 |
Matt Corallo | [double-free, with XXX] More conv for traits |
blob | commitdiff | raw | diff to current |
2021-01-12 |
Matt Corallo | Parse complex enum fields prior to per-language logic... |
blob | commitdiff | raw | diff to current |
2021-01-12 |
Arik Sosman | Complex enum mappings |
blob | commitdiff | raw | diff to current |
2021-01-12 |
Matt Corallo | Revert "Somewhat redundant changes (new file_ext, arg... |
blob | commitdiff | raw | diff to current |
2021-01-12 |
Arik Sosman | Somewhat redundant changes (new file_ext, arg parse... |
blob | commitdiff | raw | diff to current |
2021-01-12 |
Arik Sosman | Use file_ext everywhere, common base/header for TS... |
blob | commitdiff | raw | diff to current |
2021-01-12 |
Matt Corallo | Add TS bindings generation, with per-lang strings in... |
blob | commitdiff | raw | diff to current |
2021-01-10 |
Matt Corallo | Walk back some of the clone updates, with comments... |
blob | commitdiff | raw | diff to current |
2021-01-08 |
Matt Corallo | Rewrite clone handling to manually-define them for... |
blob | commitdiff | raw | diff to current |
2021-01-08 |
Matt Corallo | update to new upstream |
blob | commitdiff | raw | diff to current |
2020-10-25 |
Matt Corallo | clone traits before passing to jcalls and map to human... |
blob | commitdiff | raw | diff to current |
2020-10-25 |
Matt Corallo | Fix returning traits in trait calls, move towards clone... |
blob | commitdiff | raw | diff to current |
2020-10-25 |
Matt Corallo | Stop masking the owned bit on a freshly-cloned object |
blob | commitdiff | raw | diff to current |
next |