Commit Graph

707 Commits (7b06ffce9c50110b475c722918c55a14402346a5)

Author SHA1 Message Date
fanquake 2037a3b6c1
build: header-only Boost
3 years ago
fanquake 39e66e938f
build: use header-only Boost unit test
3 years ago
laanwj a7e80449c0
Merge bitcoin/bitcoin#24238: random: use arc4random on OpenBSD
3 years ago
fanquake 07269321f3
build: remove Boost::system usage
3 years ago
Kiminuo b87f9c5edf
build: remove boost::filesystem usage
3 years ago
fanquake ffc89d1f21
build: add support for std::filesystem
3 years ago
Sebastian Falbesoner 0c49e52b22 build: remove unneeded getentropy detection (HAVE_GETENTROPY)
3 years ago
fanquake e2ab9f83f8
build: disable external signer on Windows
3 years ago
laanwj 767ee2e3a1
Merge bitcoin/bitcoin#23607: rpc: Pass const char* to evhttp_connection_get_peer for new libevent
3 years ago
Hennadii Stepanov 18f304d988
build: Improve error message when pkg-config is not installed
3 years ago
fanquake 542e405a85
Merge bitcoin/bitcoin#23724: build: add systemtap's sys/sdt.h as depends for GUIX builds with USDT tracepoints
3 years ago
0xb10c 6200fbf54f
build: rename --enable-ebpf to --enable-usdt
3 years ago
fanquake 3e5dd94c42
Merge bitcoin/bitcoin#23909: build: use a static .tiff for macOS .dmg rather than generating
3 years ago
fanquake 4eedabaf6f
Merge bitcoin/bitcoin#23947: build: use host_os instead of TARGET_OS in configure output
3 years ago
fanquake 1bf3809dd1
build: use host_os instead of TARGET_OS in configure output
3 years ago
Kuro a1b532d1a5 doc: Update license year range to 2022
3 years ago
fanquake e09773d20a
build: use a static .tiff for macOS .dmg over generating
3 years ago
Hennadii Stepanov c236f2e228
build: Drop redundant AC_SUBST macros
3 years ago
Hennadii Stepanov 9049812106
build: Drop redundant check of PKG_CHECK_MODULES presence
3 years ago
fanquake c06cda3e48
Merge bitcoin/bitcoin#23383: Update libsecp256k1 subtree to current master
3 years ago
W. J. van der Laan fee16b15fa
Merge bitcoin/bitcoin#23744: build, qt: Drop support for i686-linux-android host
3 years ago
Pieter Wuille a1f76cdb22 Remove --disable-openssl-tests for libsecp256k1 configure
3 years ago
fanquake e9440aeb5c
build: use __SIZEOF_INT128__ for checking __int128 availability
3 years ago
Hennadii Stepanov 66a20a54a2
build, qt: Drop support for `i686-linux-android` host
3 years ago
Perlover c62d763fc3 Necessary improvements to make configure work without libevent installed
3 years ago
fanquake d6d402bd2b
build: remove x-prefix comparisons
3 years ago
Perlover 091ccc38c2 The evhttp_connection_get_peer function from libevent changes the type of the second parameter. Fixing the problem.
3 years ago
fanquake 681b25e3cd
Merge bitcoin/bitcoin#23152: build: add `--enable-lto` configuration option
3 years ago
MarcoFalke ee7e061563
Merge bitcoin/bitcoin#23557: configure.ac: remove Bashism
3 years ago
fanquake 4d83038714
build: don't check for deprecated qt5 package
3 years ago
fanquake d0fe9c2180
build: don't check for deprecated berkeley-db4 package
3 years ago
Matt Whitlock cf7292597e configure.ac: remove Bashism
3 years ago
fanquake 68e5aafde3
build: add `--enable-lto` configuration option
3 years ago
fanquake 5b93e65f6a
build: remove D__STDC_FORMAT_MACROS from CPPFLAGS
3 years ago
fanquake dbfca4a815
build: require glibc 2.18+ for release builds
3 years ago
Hennadii Stepanov 4fe7cf1677
build: Drop unneeded dependencies for bitcoin-wallet tool
3 years ago
fanquake 34094aff13
build: consistently quote AC_CHECK_LIB() arguments
3 years ago
fanquake efd4fe156a
build: consistently quote AC_MSG_* arguments
3 years ago
fanquake c39732694d
build: consistently quote AC_CHECK_PROG() arguments
3 years ago
fanquake 80762dfc45
build: consistently quote arguments in AC_ARG_VAR()
3 years ago
fanquake e6749a4f99
build: consistently quote arguments in AM_CONDITIONAL()
3 years ago
fanquake cdb47e18b7
build: consistently quote AC_DEFINE() arguments
3 years ago
fanquake a17a3f9d62
build: consistently quote AC_MSG_CHECKING() arguments
3 years ago
fanquake 50d99f202d
build: consistently quote AC_PATH_TOOL arguments
3 years ago
fanquake 05923e7c62
build: AC_PATH_PROG(S) consistently quote arguments
3 years ago
fanquake 407f3a495b
build: cleanup AX_CHECK_PREPROC_FLAG() usage
3 years ago
fanquake 5ced925283
build: cleanup AX_CHECK_COMPILE_FLAG() usage
3 years ago
fanquake 5e6bc437c5
build: cleanup AX_CHECK_LINK_FLAG() usage
3 years ago
fanquake c1fb30633b
Merge bitcoin/bitcoin#23114: Add minisketch subtree and integrate into build/test
3 years ago
MarcoFalke fa7c6efca6
fuzz: Add wallet fuzz test
3 years ago