Disable asan checks which are hitting an asan regression
[ldk-c-bindings] / genbindings.sh
2024-03-14 Matt CoralloDisable asan checks which are hitting an asan regression main
2024-03-05 Matt CoralloMerge pull request #121 from TheBlueMatt/main v0.0.121.3
2024-03-05 Matt CoralloFix cargo cache wiping for new registry and for empty...
2024-02-09 Matt CoralloMerge pull request #119 from arik-so/arik/2024/01/skip... v0.0.121.2
2024-02-07 Arik SosmanRun cargo commands when skipping tests.
2024-02-05 Arik SosmanMove test-skipping effect to be prior to sanity-
2024-02-02 Matt CoralloMerge pull request #120 from TheBlueMatt/main
2024-02-01 Arik SosmanCreate an option to skip tests.
2024-02-01 Matt CoralloEnable X-lang LTO for Windows x86-64 builds (or any...
2024-02-01 Matt CoralloOptimize for sandy when building extra x86-64 builds
2023-11-16 Matt CoralloMerge pull request #116 from TheBlueMatt/main v0.0.118.2
2023-11-16 Matt CoralloStop passing -mcpu on x86-64
2023-11-16 Matt CoralloProperly parse Fedora's clang version string
2023-10-06 Matt CoralloMerge pull request #112 from TheBlueMatt/main v0.0.117.0
2023-10-05 Matt CoralloAvoid dependencies of build-deps on MacOS by pinning cc
2023-07-31 Matt CoralloMerge pull request #110 from TheBlueMatt/main v0.0.116.0
2023-07-30 Matt CoralloUpdate lightning-c-bindings Cargo.toml & CI to point...
2023-07-30 Matt CoralloInclude a `struct` before trait return fields
2023-07-28 Matt CoralloMerge pull request #111 from TheBlueMatt/2023-07-0... v0.0.115.3
2023-07-28 Matt CoralloFix strict-aliasing violation on traits holding inner...
2023-06-03 Matt CoralloMerge pull request #108 from TheBlueMatt/main v0.0.115.2
2023-06-03 Matt CoralloSkip address sanitizer builds on OSX
2023-06-03 Matt CoralloMerge pull request #107 from TheBlueMatt/main
2023-06-03 Matt CoralloBuild OSX releases on Linux if `MACOS_SDK` is set
2023-03-07 Matt CoralloMerge pull request #100 from TheBlueMatt/main v0.0.114.0
2023-03-06 Matt CoralloNote that cross-language LTO requires lld in addition...
2023-03-06 Matt CoralloAdd `lightning-background-processor`'s new std feature
2023-01-13 Matt CoralloMerge pull request #98 from TheBlueMatt/main v0.0.113.1
2023-01-13 Matt CoralloFix OSX building by not redirecting to `/dev/null`
2023-01-13 Matt CoralloMerge pull request #97 from TheBlueMatt/main
2023-01-13 Matt CoralloStop timing C++ demo bindings run cause OSX is, as...
2023-01-12 Matt CoralloFix LTO compilation with latest ld.lld on OSX
2023-01-10 Matt CoralloMerge pull request #96 from TheBlueMatt/main v0.0.113.0
2023-01-03 Matt CoralloSet the C target to wasm32-wasi rather than wasm32
2022-10-28 Matt CoralloMerge pull request #94 from TheBlueMatt/main v0.0.112.0
2022-10-28 Matt CoralloSupport trait methods that return enums in the C++...
2022-10-06 ArikMerge pull request #93 from TheBlueMatt/main
2022-10-06 Matt CoralloExpose the `rapid-gossip-sync` crate for no-std builds
2022-08-04 Matt CoralloMerge pull request #89 from TheBlueMatt/main v0.0.110.1
2022-08-04 Matt CoralloDon't force targeting sandybridge on all platforms
2022-06-28 Matt CoralloMerge pull request #81 from TheBlueMatt/main v0.0.108.0
2022-06-28 Matt CoralloAdd rapid gossip sync crate to generation in `std`...
2022-05-19 Matt CoralloMerge pull request #77 from jurvis/main
2022-05-19 Jurvis TanCheck if GNU sed is available on macOS
2022-05-16 Matt CoralloMerge pull request #75 from TheBlueMatt/main
2022-05-16 Matt CoralloAdd a warning before we run a ton of sed's
2022-05-13 Matt CoralloSkip building x86_64 release binaries on M1 Macs
2022-05-13 Matt CoralloExplicitly specify a target when calling local clang
2022-05-13 Matt CoralloDon't use -mcpu=native on aarch64-macos
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
next