ldk-c-bindings
2021-11-03 Matt CoralloMerge pull request #48 from TheBlueMatt/main v0.0.103.0
2021-11-03 Matt CoralloUpdate upstream git tag
2021-11-03 Matt CoralloUse a branch for bindings, as rustc prevents us from...
2021-11-03 Matt CoralloUpdate auto-generated bindings
2021-11-03 Matt CoralloUpdate C++ bindings to latest upstream API + test Payme...
2021-11-02 Matt CoralloAvoid double-`ObjOps::nonnull_ptr_to_inner` on options...
2021-11-02 Matt CoralloSeparate logic to print `create_ownable_reference`...
2021-11-02 Matt CoralloImplement additional `Into<Str>` auto-conversion
2021-11-02 Matt CoralloTrack generic param count and print types in ptr-conversion
2021-11-02 Matt CoralloAdd constructor for tuple types where all contained...
2021-11-02 Matt CoralloCheck if types are understood before we map an impl...
2021-11-02 Matt CoralloSupport `use crate::*` statements
2021-11-02 Matt CoralloMap `PaymentId` to a `[u8; 32]` like other Payemt*...
2021-11-02 Matt CoralloSupport resolving non-trivial bounds from parent generi...
2021-11-02 Matt CoralloSupport converting Option<&[]> to C
2021-11-02 Matt Coralloimpl-Trait on in-crate types in a diff mod from the...
2021-11-02 Matt CoralloSupport printing lifetime generics on an impl-Trait...
2021-11-02 Matt CoralloSupport printing impl generics without an immediate...
2021-10-31 Matt CoralloSwap --pretty=expanded with -Zunpretty=expanded
2021-10-18 Matt CoralloMerge pull request #46 from TheBlueMatt/main v0.0.102.0
2021-10-17 Matt CoralloBump upstream git commit to latest
2021-10-17 Matt CoralloUpdate auto-generated bindings
2021-10-16 Matt CoralloUpdate C++ demo to latest upstream changes
2021-10-16 Matt CoralloHandle bitcoin::Transaction aliases instead of the...
2021-10-16 Matt CoralloCorrectly convert Option<Generic<Inner>> to C
2021-10-16 Matt CoralloDrop stale manual path mappings for generic containers
2021-10-16 Matt Corallo[net] Ensure we don't spin loop by keeping the poll...
2021-09-28 Matt CoralloMerge pull request #45 from TheBlueMatt/main
2021-09-28 Matt CoralloUpdate auto-generated bindings to latest upstream
2021-09-28 Matt CoralloUpdate git commit dependency to latest upstream
2021-09-27 Matt CoralloCorrect clone logic for `Str`. v0.0.101.3
2021-09-26 Matt CoralloMerge pull request #44 from TheBlueMatt/main v0.0.101.2
2021-09-26 Matt CoralloDetect a type as clonable with an explicit `impl Clone`
2021-09-25 Matt CoralloFix races in demo C++ bindings that can hang valgrind...
2021-09-25 Matt CoralloCache multi-line sed replacements across methods to...
2021-09-24 Matt CoralloMerge pull request #43 from TheBlueMatt/main v0.0.101.1
2021-09-24 Matt CoralloLink libm for debug builds in testing due to new rust...
2021-09-24 Matt CoralloMerge pull request #42 from TheBlueMatt/main
2021-09-24 Matt CoralloBump lightning dep gitish to v0.0.101
2021-09-24 Matt CoralloUpdate C and C++ demos to latest API and test custom...
2021-09-24 Matt CoralloUpdate auto-generated bindings
2021-09-24 Matt CoralloCall clone explicitly to avoid deref recursion when...
2021-09-23 Matt CoralloAdd missing C++ header for LDK::Str
2021-09-23 Matt CoralloStop tracking unused syn::Type mappings in GenericResolver
2021-09-23 Matt CoralloUse `GenericTypes`'s type resolver instead of re-resolving
2021-09-23 Matt CoralloWork around broken resolution on non-pub use aliasing...
2021-09-23 Matt CoralloHandle uncallable trait methods that use Infallible...
2021-09-23 Matt CoralloMap core::convert::Infallible to a similar manually...
2021-09-23 Matt CoralloSupport std::io::Read natively by mapping it to and...
2021-09-23 Matt CoralloSupport converting C `OutPoint`s to `bitcoin` `OutPoint`s
2021-09-23 Matt CoralloUpdate io::Read manual implementation to upstream API...
2021-09-23 Matt CoralloAvoid mapping optionals as owned pointers
2021-09-23 Matt CoralloHandle `W: X<T = Y>` generics where `Y` is used as...
2021-09-23 Matt CoralloCall methods explicitly on traits to avoid to deref...
2021-09-23 Matt CoralloCorrect printing generic methods in traits
2021-09-23 Matt CoralloLearn supertrait associated types when processing traits
2021-09-23 Matt CoralloDefine a macro for constructing a TypeResolver for...
2021-09-23 Matt CoralloSupport mapping core::fmt::Debug as a supertrait
2021-09-23 Matt CoralloTest fetching a Vec<Vec<Opaque>> via a generated getter...
2021-09-23 Matt CoralloSupport mapping slices which contain slices which conta...
2021-09-23 Matt CoralloMap Vecs to slices when constructing a getter for a...
2021-09-23 Matt CoralloDrop debug print that slipped in in a previous PR
2021-08-19 Matt CoralloMerge pull request #40 from TheBlueMatt/main
2021-08-19 Matt CoralloUpdate git hash to latest upstream
2021-08-19 Matt CoralloUpdate auto-generated bindings to latest upstream
2021-08-19 Matt CoralloUpdate auto-generated bindings
2021-08-19 Matt CoralloBuild native debug binaries with --cfg=test_mod_pointers
2021-08-19 Matt CoralloDifferentiate `inner` pointers representing `None`...
2021-08-17 Matt CoralloMerge pull request #39 from TheBlueMatt/main v0.0.100.0
2021-08-17 Matt CoralloUse v0.0.100 for lightning-c-bindings rust-lightning dep
2021-08-17 Matt CoralloCommit latest auto-generated C bindings based on 0...
2021-08-17 Matt CoralloAdd support for bitcoin::hash_types references and...
2021-08-08 Matt CoralloMerge pull request #38 from TheBlueMatt/main
2021-08-07 Matt CoralloUpdate auto-generated bindings
2021-08-07 Matt CoralloUpdate git hash to latest upstream
2021-08-07 Matt CoralloBump rust-bitcoin dependency to match rust-lightning
2021-08-07 Matt CoralloAdd utility method to construct new complex enums
2021-08-07 Matt CoralloNote which parameters or return values are (secretly...
2021-08-07 Matt CoralloExpose struct method calls on trait structs to C++...
2021-08-07 Matt CoralloUpdate C++ demo and ldk_net to new clone API
2021-08-07 Matt CoralloUpdate C++ demo to new upstream changes
2021-07-28 Matt CoralloProvide full (new) struct to trait clone functions
2021-07-28 Matt CoralloCorrect args passed to supertrait C methods in subtrait...
2021-07-28 Matt CoralloCopy PeerManager pointer in ldk_net
2021-07-28 Matt CoralloSwap include <> for include "" to make downstream Swift...
2021-07-28 Matt CoralloIf we're leaving binaries around, use -fPIC for ldk_net.o
2021-07-28 Matt CoralloFix LLVM version-suffixed binary name checking
2021-07-14 Matt CoralloMerge pull request #36 from TheBlueMatt/main v0.0.99.2
2021-07-13 Matt CoralloEnable macos-11 in CI
2021-07-13 Matt CoralloApply metadata replacement to ldk library as well for...
2021-07-13 Matt CoralloAdd extra targets env variable to build for extra targe...
2021-07-09 Matt CoralloMerge pull request #35 from TheBlueMatt/main v0.0.99.1
2021-07-09 Matt CoralloUpdate build-std parameters
2021-07-09 Matt CoralloSet compiler flags earlier to get -isysroot in all...
2021-07-09 Matt CoralloMerge pull request #34 from TheBlueMatt/main v0.0.99.0
2021-07-09 Matt CoralloUpdate Cargo git hash to upstream v0.0.99
2021-07-09 Matt CoralloUpdate auto-generated bindings to latest upstream
2021-07-09 Matt CoralloUpdate C++ bindings demo to latest upstream API
2021-07-09 Matt CoralloUse correct lld to match rustc LLVM version (if available)
2021-07-09 Matt CoralloDrop -flto from non-cross-language-lto C++ demo builds
next