Merge pull request #36 from TheBlueMatt/main
[ldk-c-bindings] / genbindings.sh
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...