aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2020-12-18Merge #20434: contrib: Parse ELF directly for symbol and security checksWladimir J. van der Laan
2020-12-16Merge #20470: build: Replace genisoimage with xorrisoWladimir J. van der Laan
2020-12-16build: Replace genisoimage with xorrisofanquake
2020-12-15Merge #20560: fuzz: Link all targets onceMarcoFalke
2020-12-14Merge #20594: Fix getauxval calls in randomenv.cppWladimir J. van der Laan
2020-12-14build: Add option --enable-danger-fuzz-link-allMarcoFalke
2020-12-11build: Run libdmg-hfsplus's DMG tool in make deployCarl Dong
2020-12-10Merge #20527: build: Do not ignore Homebrew's SQLite on macOSJonas Schnelli
2020-12-10Merge #20549: Support make src/bitcoin-node and src/bitcoin-guiWladimir J. van der Laan
2020-12-09configure: output notice that test binary is disabled by fuzzingAndrew Poelstra
2020-12-07Avoid weak-linked getauxval support on non-linux platforms (like macOS)Jonas Schnelli
2020-12-07Define correct symbols for getauxvalJonas Schnelli
2020-12-07build: Use Homebrew's sqlite package if it is availableHennadii Stepanov
2020-12-07Merge #20476: contrib: Add test for ELF symbol-checkfanquake
2020-12-04build, refactor: Check that Homebrew's qt5 package is actually installedHennadii Stepanov
2020-12-04Merge #20255: util: Add Assume() identity functionMarcoFalke
2020-12-03build: Check that Homebrew's berkeley-db4 package is actually installedHennadii Stepanov
2020-12-03contrib: Add test for ELF symbol-checkWladimir J. van der Laan
2020-12-02Support make src/bitcoin-node and src/bitcoin-guiJoão Barbosa
2020-11-24Don't set BDB flags when configuring withoutJonas Schnelli
2020-11-24util: Add Assume() identity functionMarcoFalke
2020-11-23Merge #20202: wallet: Make BDB support optionalWladimir J. van der Laan
2020-11-22contrib: Parse ELF directly for symbol and security checksWladimir J. van der Laan
2020-11-20Merge #20223: build: Drop the leading 0 from the version numberMarcoFalke
2020-11-18Drop the leading 0 from the version numberAndrew Chow
2020-11-18Allow disabling BDB in configure with --without-bdbAndrew Chow
2020-11-18Do not compile BDB things when USE_BDB is definedAndrew Chow
2020-11-18build: Require C++17 compilerMarcoFalke
2020-11-18Merge #19504: Bump minimum python version to 3.6MarcoFalke
2020-11-18build: Bump master version to 0.21.99Wladimir J. van der Laan
2020-11-09Bump minimum python version to 3.6Anthony Towns
2020-10-20Make sqlite support optional (compile-time)Luke Dashjr
2020-10-15Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript)Wladimir J. van der Laan
2020-10-14Add libsqlite3Andrew Chow
2020-10-14Merge #18750: build: optionally skip external warningsWladimir J. van der Laan
2020-10-12Support for Schnorr signatures and integration in SignatureCheckers (BIP 340)Pieter Wuille
2020-10-12build: optionally skip external warningsVasil Dimov
2020-10-04fuzz: Configure check for main functionMarcoFalke
2020-09-14build: add PTHREAD_LIBS to LDFLAGS configure outputfanquake
2020-08-31Merge #19803: Bugfix: Define and use HAVE_FDATASYNC correctly outside LevelDBfanquake
2020-08-29Merge #18921: build: add stack-clash and control-flow protection options to h...Wladimir J. van der Laan
2020-08-25Bugfix: Define and use HAVE_FDATASYNC correctly outside LevelDBLuke Dashjr
2020-08-25Merge #15704: Move Win32 defines to configure.ac to ensure they are globally ...fanquake
2020-08-24Merge #19689: build: Add Qt version checkingfanquake
2020-08-20Move Win32 defines to configure.ac to ensure they are globally definedLuke Dashjr
2020-08-18Merge #19015: build: Enable some commonly enabled compiler diagnosticsfanquake
2020-08-14build: Add Werror=range-loop-analysisMarcoFalke
2020-08-11build: Enable some commonly enabled compiler diagnosticspracticalswift
2020-08-10build, qt: Add Qt version checkingHennadii Stepanov
2020-08-08build, test: Add support for llvm-covHennadii Stepanov