Provide Dummy routing and channel message handlers for users
[rust-lightning] / c-bindings-gen /
2021-02-19 Matt CoralloMerge pull request #801 from TheBlueMatt/2021-02-789...
2021-02-19 Matt Corallo[bindings] Handle unnamed enum variants
2021-02-19 Matt Corallo[bindings] Correctly use access string in to-Rust conta...
2021-02-19 Matt Corallo[bindings] Ensure owned objects in Vec conversion are...
2021-02-18 Matt CoralloMerge pull request #795 from TheBlueMatt/2021-02-featur...
2021-02-18 Matt Corallo[bindings] Silence c-bindings-gen compile warnings
2021-02-18 Matt Corallo[bindings] Handle `impl Clone` like `impl ::core::clone...
2021-02-18 Matt Corallo[bindings] Drop manual implementations of Features...
2021-02-18 Matt Corallo[bindings] Handle generic-ized impl blocks by concretiz...
2021-02-18 Matt Corallo[bindings] Resolve type aliases mapped as opaque types
2021-02-18 Matt Corallo[bindings] Track structs impling traits, incl priv...
2021-02-18 Matt Corallo[bindings] Allow resolution of private types in some...
2021-02-18 Matt Corallo[bindings] Use new ImportResolver during first AST...
2021-02-18 Matt Corallo[bindings] Track all declared types in ImportResolver...
2021-02-18 Matt Corallo[bindings] Extract import resolution logic into a separ...
2021-02-18 Matt CoralloGen bindings with rustc --pretty=expanded instead of...
2021-02-18 Matt Corallo[bindings] Use resolved, not local ident in generic...
2021-02-18 Matt Corallo[bindings] Drop some significantly-overly-verbose loggi...
2021-02-11 Matt CoralloMerge pull request #788 from TheBlueMatt/2020-02-concre...
2021-02-11 Matt Corallo[bindings] Allow cloning opaque types when inner is...
2021-02-11 Matt Corallo[bindings] Drop some stale code from bindings generic...
2021-02-11 Matt Corallo[bindings] Move to manual write-out for Tuples, too
2021-02-11 Matt Corallo[bindings] Move to manual write-out for Vec, too
2021-02-11 Matt Corallo[bindings] Concretize Result types without type aliasing
2021-02-11 Matt Corallo[bindings] Keep track of all types which derive[Clone]
2021-02-10 Matt CoralloMerge pull request #787 from TheBlueMatt/2021-02-check...
2021-02-04 Matt CoralloMerge pull request #790 from bmancini55/sync_complete
2021-02-03 Matt CoralloMerge pull request #768 from TheBlueMatt/2020-12-chanma...
2021-02-03 Matt Corallo[C++ bindings] Add move-assign operator, require rvalue...
2021-02-03 Matt Corallo[bindings] Use references in a few places instead of...
2021-02-03 Matt Corallo[bindings] Use new non-null annotation feature in cbindgen
2021-02-03 Matt Corallo[bindings] Don't require trait impl for-structs to...
2021-02-03 Matt Corallo[bindings] Implement ReadableArgs mapping, try impl...
2021-02-03 Matt Corallo[bindings] Allow `write_rust_type` to handle leading...
2021-02-03 Matt Corallo[bindings] Use common conv in `_write` impls, drop...
2021-02-03 Matt Corallo[bindings] Convert manual `_read` implementations to...
2021-02-03 Matt Corallo[bindings] Pipe errors back from write_template_constructor
2021-02-03 Matt CoralloMerge pull request #767 from TheBlueMatt/2020-12-chansi...
2021-02-02 Matt Corallo[bindings] Drop useless `#[no_mangle]` from `pub type...
2021-02-02 Matt Corallo[bindings] Be explicit with take_ptr calls
2021-02-02 Matt Corallo[bindings] Separate take_ptr and take_inner
2021-02-02 Matt Corallo[bindings] Support exposing `bitcoin::OutPoint`s as...
2021-02-02 Matt Corallo[bindings] Figure out in-file structs and enums before...
2021-02-02 Matt Corallo[bindings] Expose secp256k1::Message as ThirtyTwoBytes
2021-02-02 Matt Corallo[bindings] Add support for mapping Write as a supertrait
2021-02-02 Matt Corallo[bindings] Handle MessageSendEventsProvider impl blocks...
2021-02-02 Matt Corallo[bindings] Always resolve supertrait types during super...
2021-02-02 Matt Corallo[bindings] Pass GenericTypes through to write_template_...
2021-02-02 Matt Corallo[bindings] Un-special-case returning an associated...
2021-02-02 Matt Corallo[bindings] Replace associated_types HashMaps with commo...
2020-11-24 Matt CoralloMerge pull request #748 from TheBlueMatt/2020-11-router...
2020-11-23 Matt CoralloMerge pull request #750 from TheBlueMatt/2020-11-dup...
2020-11-23 Matt CoralloMerge pull request #749 from TheBlueMatt/2020-11-bindin...
2020-11-23 Matt Corallo[bindings] Update eq/clone trait fns to take object...
2020-11-23 Matt Corallo[bindings] Expose a _clone fn for every enum
2020-11-23 Matt Corallo[bindings] Expose a _clone fn for every struct that...
2020-11-23 Matt Corallo[bindings] Support traits with generic arguments (to...
2020-11-12 Matt CoralloMerge pull request #721 from TheBlueMatt/2020-09-649...
2020-10-21 Matt Corallo[bindings] Un-Box Tuple mapping
2020-10-21 Matt Corallo[bindings] Fix typo in opaque struct docs found by Val
2020-10-21 Matt Corallo[bindings] Use the same SipHash keys to make C++ header...
2020-10-21 Matt Corallo[bindings] Use enum to describe deref'ing needed for...
2020-10-21 Matt Corallo[bindings] Drop one static-lifetime restriction and...
2020-10-21 Matt Corallo[bindings] Handle type X = Y aliasing in type resolution
2020-10-21 Matt Corallo[bindings] Handle ::-prefixed paths in a few places
2020-10-21 Matt Corallo[bindings] Remove some uneccessary no-multi-ident path...
2020-10-21 Matt Corallo[bindings] Avoid guessing whether resolved type is...
2020-10-21 Matt Corallo[bindings] Support mapping slices which contain tuples...
2020-10-21 Matt Corallo[bindings] Give Transaction objects a buffer-is-owned...
2020-10-12 Matt Corallo[bindings] Add support for `Option<T>` where T is a...
2020-10-12 Matt Corallo[bindings] Use == null() instead of is_null() to avoid...
2020-10-12 Matt Corallo[bindings] Include a GenericTypes context in more places
2020-10-12 Matt Corallo[bindings] Push generic resolution into resolve_path
2020-10-12 Matt Corallo[bindings] Push generic resolution into maybe_resolve_path
2020-10-12 Matt CoralloSupport `use ident;` in bindings
2020-09-14 Matt CoralloMerge pull request #684 from bmancini55/gossip_queries
2020-09-11 Matt CoralloMerge pull request #618 from TheBlueMatt/2020-05-sample...
2020-09-11 Matt CoralloAdd tool to read a Rust crate and generate C-compatible...