Commit Graph

147 Commits (85e480a41ad0901a8b46759e921c187ebbbcccdf)

Author SHA1 Message Date
MarcoFalke fa09451f8e
Add lint check for bitcoin-config.h include IWYU pragma
6 months ago
Hennadii Stepanov dd3e0fa125
build: Fix false positive `CHECK_ATOMIC` test for clang-15
7 months ago
MarcoFalke fa223ba5eb
Revert "build: Fix undefined reference to __mulodi4"
10 months ago
Hennadii Stepanov f8ca1357c8
build: Fix check whether `-latomic` needed
10 months ago
MarcoFalke fa67f096bd
build: Require C++20 compiler
11 months ago
fanquake ebc7063c80
doc: update docs for CHECK_ATOMIC macro
1 year ago
MarcoFalke fa953f15bf
build: Bump minimum supported GCC to g++-9
1 year ago
MarcoFalke fad2c200f4
build: Bump minimum Clang to clang-10
2 years ago
fanquake 14afc71a61
build: remove Boost lib detection from ax_boost_base
2 years ago
fanquake 85f0f933b4
build: sync ax_boost_base from upstream
2 years ago
Andrew Chow 4de4221ab4 build: Check for std::atomic::exchange rather than std::atomic_exchange
2 years ago
fanquake 7b00595d33
build: stop overriding user CXXFLAGS
3 years ago
fanquake 35c3fd43c3
build: stop overriding user CPPFLAGS
3 years ago
MarcoFalke fa7dada1fc
build: update ax_cxx_compile_stdcxx to serial 14
3 years ago
fanquake 39e66e938f
build: use header-only Boost unit test
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
Hennadii Stepanov c236f2e228
build: Drop redundant AC_SUBST macros
3 years ago
Hennadii Stepanov e5a81e65d7
build, refactor: Re-use `qt_lib_suffix` variable
3 years ago
fanquake 099325a759
Merge bitcoin/bitcoin#23616: build: Bump AX_PTHREAD macro to the latest version
3 years ago
Hennadii Stepanov d796091b04
build: Bump AX_PTHREAD macro to the latest version
3 years ago
fanquake d6d402bd2b
build: remove x-prefix comparisons
3 years ago
fanquake c870027cc2
build: qt 5.15.2
3 years ago
fanquake efd4fe156a
build: consistently quote AC_MSG_* arguments
3 years ago
fanquake 80762dfc45
build: consistently quote arguments in AC_ARG_VAR()
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 05923e7c62
build: AC_PATH_PROG(S) consistently quote arguments
3 years ago
fanquake b4dba0c6c7
build: AX_CHECK_PREPROC_FLAG() serial 6
3 years ago
fanquake b3dd6c1d0f
build: AX_CHECK_COMPILE_FLAG() serial 6
3 years ago
fanquake 5e6bc437c5
build: cleanup AX_CHECK_LINK_FLAG() usage
3 years ago
fanquake a874637bf9
build: AX_CHECK_LINK_FLAG serial 6
3 years ago
fanquake 747cd17404
build: no-longer fail default configure if BDB isn't available
3 years ago
Hennadii Stepanov e251726aff
build, qt: Fix typo in QtInputSupport check
3 years ago
fanquake d23570098c
Merge bitcoin/bitcoin#21882: build: Fix undefined reference to __mulodi4
3 years ago
Hennadii Stepanov e4c8bb62e4
build: Fix undefined reference to __mulodi4
3 years ago
Hennadii Stepanov a8bd5ea017
build, qt: Fix libraries linking order for Linux hosts
3 years ago
fanquake 6fe012c6bd
Merge bitcoin/bitcoin#22133: build, qt: Make QWindowsVistaStylePlugin available again (regression)
3 years ago
Hennadii Stepanov ab86ac7739
build, qt: Make QWindowsVistaStylePlugin available again (regression)
3 years ago
W. J. van der Laan 2aab8a6dd0
Merge bitcoin/bitcoin#21231: Add /opt/homebrew to path to look for boost libraries
3 years ago
MarcoFalke fa25ce45e9
build: improve macro for testing -latomic requirement
4 years ago
Hennadii Stepanov 2045e4cdd2
build: Use XLIFF file to provide more context to Transifex translators
4 years ago
fanquake fecb3723b6
build: additional PKG_CHECK_MODULES calls in bitcoin_qt.m4
4 years ago
fanquake a53eff3ce5
build: misc doc changes in bitcoin_qt.m4
4 years ago
fanquake 340fa6c0ff
build: set QT_*_CFLAGS & QT_*_LIBS in PKG_CHECK_MODULES() calls
4 years ago
fanquake 4b8ad97c5b
build: use QT_*_LIBS rather than passing lib names
4 years ago
fanquake 13313b2904
scripted-diff: replace Qt5 with ${qt_lib_prefix} in _BITCOIN_QT_CHECK_STATIC_LIBS
4 years ago
fanquake 477df3623c
build: reorder libs in _BITCOIN_QT_CHECK_STATIC_LIBS (move-only)
4 years ago
fanquake 879215e665
build: check if -lsocket is required with *ifaddrs
4 years ago