Merge pull request #48 from TheBlueMatt/main
[ldk-c-bindings] / genbindings.sh
2021-11-03 Matt CoralloMerge pull request #48 from TheBlueMatt/main v0.0.103.0
2021-10-31 Matt CoralloSwap --pretty=expanded with -Zunpretty=expanded
2021-09-26 Matt CoralloMerge pull request #44 from TheBlueMatt/main v0.0.101.2
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-08-19 Matt CoralloMerge pull request #40 from TheBlueMatt/main
2021-08-19 Matt CoralloBuild native debug binaries with --cfg=test_mod_pointers
2021-08-08 Matt CoralloMerge pull request #38 from TheBlueMatt/main
2021-08-07 Matt CoralloExpose struct method calls on trait structs to C++...
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 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 CoralloUse correct lld to match rustc LLVM version (if available)
2021-07-09 Matt CoralloDrop -flto from non-cross-language-lto C++ demo builds
2021-07-09 Matt CoralloAdd a POSIX C LDK networking library
2021-06-15 Matt CoralloMerge pull request #31 from TheBlueMatt/main v0.0.98.1
2021-06-15 Matt CoralloFix aarch64 targeting and print an error if its disabled
2021-06-15 Matt CoralloMerge pull request #30 from TheBlueMatt/main
2021-06-15 Matt CoralloAlso build for aarch64-apple-darwin if we're building...
2021-06-15 Matt CoralloClean up OSX support and rustc path selection somewhat
2021-06-11 Matt CoralloMerge pull request #29 from TheBlueMatt/main v0.0.98
2021-06-11 Matt CoralloOnly set -mcpu=sandybridge on x86_64
2021-06-10 Matt CoralloMerge pull request #28 from TheBlueMatt/2021-06-fix...
2021-06-09 Matt CoralloUse 16 hexits for git describe to avoid nondeterminism
2021-06-09 Matt CoralloSet LC_ALL and -frandom-seed to avoid common nondetermi...
2021-06-09 Matt CoralloSwap default-cpu for sandybridge and use it when compil...
2021-06-05 Matt CoralloMerge pull request #25 from TheBlueMatt/2021-04-bp...
2021-06-02 Matt CoralloAdd background-processor to the with-std bindings
2021-05-03 Matt CoralloMerge pull request #22 from TheBlueMatt/main
2021-05-03 Matt CoralloRedo wasm bindings
2021-05-03 Matt CoralloMerge pull request #20 from TheBlueMatt/main
2021-05-02 Matt CoralloAdd ability to get the LDK and LDK-C-Bindings version
2021-05-01 Matt CoralloFix no-std+WASM builds by not mixing -flto and -fembed...
2021-04-29 Matt CoralloMerge pull request #18 from TheBlueMatt/2021-04-invoice...
2021-04-29 Matt CoralloSimplify crates in genbindings, add invoice, and bump...
2021-04-26 Matt CoralloMerge pull request #17 from TheBlueMatt/2021-04-upstrea...
2021-04-26 Matt CoralloFix build with old/OSX clang, fixes #15
2021-04-22 Matt CoralloMerge pull request #14 from TheBlueMatt/main
2021-04-22 Matt CoralloFix LTO with secp256k1's C code.
2021-04-22 Matt CoralloOnly (attempt to) build for wasm32 when we're building...
2021-04-16 Matt CoralloMerge pull request #12 from TheBlueMatt/2021-04-incl...
2021-04-15 Matt CoralloHandle std::io::IOError and include lightning-persister...
2021-04-15 Matt CoralloDont pass original crate name in generator CLI (as...
2021-04-15 Matt CoralloMove top-level crate inside a pub module in prep for...
2021-03-31 Matt CoralloMerge pull request #10 from TheBlueMatt/2021-03-enable...
2021-03-31 Matt CoralloOptionally enable allow_wallclock_use
2021-03-24 Matt CoralloMerge pull request #6 from TheBlueMatt/2021-03-determin...
2021-03-24 Matt CoralloUse cross-language LTO when building deps 2021-03-deterministic-bins
2021-03-24 Matt CoralloMake build output deterministic by remapping paths
2021-03-08 Matt CoralloMerge pull request #1 from TheBlueMatt/main
2021-03-08 Matt CoralloFix path resolution under OSX
2021-03-08 Matt CoralloUpdate genbindings.sh and Cargo.toml for out-of-tree...
2021-03-08 Matt CoralloInitial checkin with no changes from current RL git...