Age | Commit message (Expand) | Author |
2021-11-13 | build: Drop unneeded dependencies for bitcoin-wallet tool | Hennadii Stepanov |
2021-11-12 | build: consistently quote AC_CHECK_LIB() arguments | fanquake |
2021-11-12 | build: consistently quote AC_MSG_* arguments | fanquake |
2021-11-12 | build: consistently quote AC_CHECK_PROG() arguments | fanquake |
2021-11-12 | build: consistently quote arguments in AC_ARG_VAR() | fanquake |
2021-11-12 | build: consistently quote arguments in AM_CONDITIONAL() | fanquake |
2021-11-12 | build: consistently quote AC_DEFINE() arguments | fanquake |
2021-11-12 | build: consistently quote AC_MSG_CHECKING() arguments | fanquake |
2021-11-12 | build: consistently quote AC_PATH_TOOL arguments | fanquake |
2021-11-12 | build: AC_PATH_PROG(S) consistently quote arguments | fanquake |
2021-11-12 | build: cleanup AX_CHECK_PREPROC_FLAG() usage | fanquake |
2021-11-12 | build: cleanup AX_CHECK_COMPILE_FLAG() usage | fanquake |
2021-11-12 | build: cleanup AX_CHECK_LINK_FLAG() usage | fanquake |
2021-11-12 | Merge bitcoin/bitcoin#23114: Add minisketch subtree and integrate into build/... | fanquake |
2021-10-22 | fuzz: Add wallet fuzz test | MarcoFalke |
2021-10-21 | build: add configure checks for minisketch | Cory Fields |
2021-10-21 | Merge bitcoin/bitcoin#23282: build: remove build stubs for external leveldb | fanquake |
2021-10-20 | build: explicitly disable libsecp256k1 openssl based tests | fanquake |
2021-10-20 | build: fix python detection post #23182 | fanquake |
2021-10-20 | Merge bitcoin/bitcoin#22646: build: tighter Univalue integration, remove `--w... | fanquake |
2021-10-15 | build: remove build stubs for external leveldb | Cory Fields |
2021-10-14 | Merge bitcoin/bitcoin#23269: build: remove redundant warning flags | fanquake |
2021-10-13 | Merge bitcoin/bitcoin#22392: scripts: use LIEF for ELF security & symbol checks | W. J. van der Laan |
2021-10-13 | build: Drop -Wno-unused-local-typedef | Hennadii Stepanov |
2021-10-13 | build: remove -Wunused-variable | fanquake |
2021-10-13 | build: remove -Wswitch | fanquake |
2021-10-13 | build: use loop-analysis over range-loop-analysis | fanquake |
2021-10-13 | build: remove -Wsign-compare | fanquake |
2021-10-13 | Merge bitcoin/bitcoin#23149: build: make --enable-werror just -Werror | fanquake |
2021-10-12 | scripts: use LIEF for ELF checks in symbol-check.py | fanquake |
2021-10-11 | Integrate univalue into our buildsystem | Cory Fields |
2021-10-11 | Merge bitcoin/bitcoin#22409: configure: keep relative paths in debug info | fanquake |
2021-10-05 | build: add python3.10 alias to AC_PATH_PROGS call in configure | fanquake |
2021-10-04 | Merge bitcoin/bitcoin#20487: Add syscall sandboxing using seccomp-bpf (Linux ... | W. J. van der Laan |
2021-10-01 | Add syscall sandboxing (seccomp-bpf) | practicalswift |
2021-10-01 | build: make --enable-werror just -Werror | fanquake |
2021-09-24 | build: remove support for weak linking getauxval() | fanquake |
2021-09-24 | build: remove arm includes from getauxval() check | fanquake |
2021-09-21 | build: Restrict check for CRC32C intrinsic to aarch64 | W. J. van der Laan |
2021-09-16 | Merge bitcoin/bitcoin#22845: build: improve check for ::(w)system | W. J. van der Laan |
2021-09-10 | build: remove glibc-back-compat from build system | fanquake |
2021-09-10 | build: improve check for ::(w)system | fanquake |
2021-09-06 | Merge bitcoin/bitcoin#22397: build: Fix macOS Apple Silicon build with miniup... | W. J. van der Laan |
2021-09-02 | test: Rename bitcoin-util-test.py to util/test_runner.py | MarcoFalke |
2021-08-27 | Merge bitcoin/bitcoin#20586: Fix Windows build with --enable-werror | W. J. van der Laan |
2021-07-29 | build: Fix macOS Apple Silicon build with miniupnpc and libnatpmp | Hennadii Stepanov |
2021-07-29 | Merge bitcoin/bitcoin#21882: build: Fix undefined reference to __mulodi4 | fanquake |
2021-07-27 | build: Fix undefined reference to __mulodi4 | Hennadii Stepanov |
2021-07-20 | build: Bump master version to 22.99.0 | W. J. van der Laan |
2021-07-18 | Merge bitcoin/bitcoin#21430: build: Add -Werror=implicit-fallthrough compile ... | fanquake |