Merge pull request #73 from TheBlueMatt/main
[ldk-c-bindings] / genbindings.sh
2022-03-30 Matt CoralloMerge pull request #67 from TheBlueMatt/main
2022-03-29 Matt CoralloSeparate out CFLAGS for host builds and separate targets
2022-03-29 Matt CoralloDont try to run valgrind on ppcel64 (it barfs on secp256k1)
2022-03-02 Matt CoralloMerge pull request #60 from TheBlueMatt/main v0.0.105.0
2022-03-01 Matt CoralloUpdate build for lightning-invoice no-std support
2022-03-01 Matt CoralloMerge pull request #59 from TheBlueMatt/main
2022-02-21 Matt CoralloDetect aarch64-osx for using apple sed as well
2022-01-17 Matt CoralloMerge pull request #57 from TheBlueMatt/main
2022-01-16 Matt CoralloOverwrite ldk_ver.h to avoid back-to-back builds duplic...
2022-01-16 Matt CoralloStop passing -mcpu=sandybridge to wasm builds on x86
2022-01-16 Matt CoralloUse -O1 on WASM debug builds as they are otherwise...
2022-01-16 Matt CoralloDrop `cargo rustc` in favor of using $RUSTFLAGS
2022-01-16 Matt CoralloOptimize more aggressively for WASM builds
2022-01-06 Matt CoralloMerge pull request #54 from TheBlueMatt/main v0.0.104.1
2022-01-04 Matt CoralloSupport building dependent crates with `no-std`
2021-12-29 Matt CoralloMerge pull request #53 from orenfromberg/patch-1
2021-12-29 Oren FrombergUpdate genbindings.sh
2021-12-20 Matt CoralloMerge pull request #52 from TheBlueMatt/main v0.0.104.0
2021-12-20 Matt CoralloCorrectly detect non-default LLD usage
2021-12-20 Matt CoralloRevert "Correct LLD detection when a specific version...
2021-12-20 Matt CoralloMerge pull request #51 from TheBlueMatt/main
2021-12-20 Matt CoralloOnly test C++ demo in std mode, as it relies on threadi...
2021-12-20 Matt CoralloCorrect LLD detection when a specific version is needed...
2021-12-19 Matt CoralloDrop allow_wallclock_use feature and use std/no-std...
2021-11-30 Matt CoralloMerge pull request #49 from TheBlueMatt/main v0.0.103.1
2021-11-30 Matt CoralloSupport cross-language LTO on OSX (with upstream clang...
2021-11-30 Matt CoralloSupport new c_bindings cfg flag to enable bindings...
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...