aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2020-05-27doc: Fix unrelated typos reported by codespellMarcoFalke
2020-05-21Merge #18677: Multiprocess build supportfanquake
2020-05-14build: enforce minimum required Windows version (7)fanquake
2020-05-13Merge #18887: build: enable -Werror=gnuWladimir J. van der Laan
2020-05-13Merge #18862: Remove fdelt_chk back-compat code and sanity checkWladimir J. van der Laan
2020-05-13Merge #18738: build: Suppress -Wdeprecated-copy warningsfanquake
2020-05-13Merge #16710: build: Enable -Wsuggest-override if availablefanquake
2020-05-12build: Enable -Wsuggest-overrideHennadii Stepanov
2020-05-12build: multiprocess autotools changesRussell Yanofsky
2020-05-12Merge #18928: build: don't pass -w when building for Windowsfanquake
2020-05-10build: don't pass -w when building for Windowsfanquake
2020-05-09build: Enable -Werror=sign-compareBen Woosley
2020-05-07test: remove glibc fdelt sanity checkfanquake
2020-05-07build: remove fdelt_chk backwards compatibility codefanquake
2020-05-07Merge #18535: build: remove -Qunused-arguments workaround for clang + ccachefanquake
2020-05-06Merge #17874: build: make linker checks more robustWladimir J. van der Laan
2020-05-06Merge #18843: build: warn on potentially uninitialized readsWladimir J. van der Laan
2020-05-06build: make linker checks more robustCory Fields
2020-05-05build: enable -Werror=gnuVasil Dimov
2020-05-05build: Suppress -Wdeprecated-copy warningsHennadii Stepanov
2020-05-03build: warn on potentially uninitialized readsVasil Dimov
2020-04-30build: add -Wgnu to compile flagsfanquake
2020-04-30Merge #18591: Add C++17 build to TravisWladimir J. van der Laan
2020-04-30Merge #18437: util: Detect posix_fallocate() instead of assumingWladimir J. van der Laan
2020-04-27doc: Better explain GNU ld's dislike of ld64's optionsfanquake
2020-04-22Merge #18709: doc: note why we can't use thread_local with glibc back compatfanquake
2020-04-21doc: fix typo in configure.acfanquake
2020-04-20doc: note why we can't use thread_local with glibc back compatfanquake
2020-04-17build: Set libevent minimum version to 2.0.21Hennadii Stepanov
2020-04-14util: Detect posix_fallocate() instead of assumingVasil Dimov
2020-04-11Add configure option for c++17Pieter Wuille
2020-04-11Update ax_cxx_compile_stdcxx.m4Pieter Wuille
2020-04-10Revert "Merge #16367: Multiprocess build support"MarcoFalke
2020-04-10Merge #16367: Multiprocess build supportMarcoFalke
2020-04-10Merge #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on libeventMarcoFalke
2020-04-10build: Bump version to 0.20.99Wladimir J. van der Laan
2020-04-06build: remove -Qunused-arguments workaround for clang + ccachefanquake
2020-04-05Multiprocess build changesRussell Yanofsky
2020-04-03test: remove rapidcheck integration and testsfanquake
2020-04-02Drop unintended bitcoin-tx dependency on libeventRussell Yanofsky
2020-04-02build: Detect gmtime_* definitions via configureBen Woosley
2020-03-27Merge #18107: build: Add cov_fuzz targetWladimir J. van der Laan
2020-03-21build: Fix libevent linking for bench_bitcoin binaryHennadii Stepanov
2020-03-19build: fix sysctl() detection on macOSfanquake
2020-03-11Merge #18290: build: Set minimum Automake version to 1.13Wladimir J. van der Laan
2020-03-07build: Set minimum Automake version to 1.13Hennadii Stepanov
2020-03-07build: remove Boost Chrono detection from build systemfanquake
2020-03-06Merge #16117: util: Replace boost sleep with std sleepfanquake
2020-02-27build: add --enable-determinism configure flagfanquake
2020-02-21util: Remove unused MilliSleepMarcoFalke