aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2018-06-02GCC-7 and glibc-2.27 compat codeChun Kuan Lee
2018-05-22build: split warnings out of CXXFLAGSCory Fields
2018-05-14Merge #13005: Make --enable-debug to pick better optionsWladimir J. van der Laan
2018-05-01Remove python2 from configure.acChun Kuan Lee
2018-04-25test: add rpcauth-test to AC_CONFIG_LINKS to fix out-of-tree make checkWladimir J. van der Laan
2018-04-17Make --enable-debug to pick better optionsEvan Klitzke
2018-04-13macOS: Prevent Xcode 9.3 build warningsAkio Nakamura
2018-04-06build: Show enabled sanitizers in configure outputpracticalswift
2018-03-28Add --with-sanitizers option to configureEvan Klitzke
2018-03-15Remove redundant checks for MSG_* from configure.acVasil Dimov
2018-03-15Do not check for main() in libminiupnpcVasil Dimov
2018-03-14Merge #12666: configure: UniValue 1.0.4 is required for pushKV(, bool)Wladimir J. van der Laan
2018-03-10configure: UniValue 1.0.4 is required for pushKV(, bool)Luke Dashjr
2018-03-06Merge #12373: Build: Add build support for profiling.Wladimir J. van der Laan
2018-02-26Add build support for 'gprof' profiling.murrayn
2018-02-17Merge #12029: Build: Add a makefile target for Doxygen documentationJonas Schnelli
2018-02-02Merge #12283: Fix typosMarcoFalke
2018-01-30build: Bump version to 0.16.99Wladimir J. van der Laan
2018-01-30[build] Add NETBSD leveldb target to configure.acfanquake
2018-01-28Fix typospracticalswift
2018-01-25Build: Add a makefile target for Doxygen documentationAndrea Comand
2018-01-01[Trivial] Update license year range to 2018Akira Takizawa
2017-12-18[build] Warn that only libconsensus can be built without boostVarunram
2017-11-27threads: add a thread_local autoconf checkCory Fields
2017-11-07Merge #10866: Fix -Wthread-safety-analysis warnings. Compile with -Wthread-sa...Pieter Wuille
2017-11-06Use -Wthread-safety-analysis if available (+ -Werror=thread-safety-analysis i...practicalswift
2017-11-05[build] Don't fail when passed --disable-lcov and lcov isn't availablefanquake
2017-10-02qa: Fix lcov for out-of-tree buildsMarcoFalke
2017-09-05Merge #11164: Fix boost headers included as user instead of system headersWladimir J. van der Laan
2017-08-28build: Mention use of asm in summaryWladimir J. van der Laan
2017-08-28build: Rename --enable-experimental-asm to --enable-asm and enable by defaultWladimir J. van der Laan
2017-08-26Fix boost headers included as user instead of system headersDan Raviv
2017-08-15disable jni in buildsGregory Sanders
2017-08-14build: bump version to 0.15.99Wladimir J. van der Laan
2017-08-07Merge #10301: Check if sys/random.h is required for getentropy.Wladimir J. van der Laan
2017-08-04build: always attempt to enable targeted sse42 cxxflagsCory Fields
2017-07-27Check if sys/random.h is required for getentropy on OSX.James Hilliard
2017-07-20Protect SSE4 code behind a compile-time flagPieter Wuille
2017-07-16Merge #10766: Building Environment: Set ARFLAGS to crPieter Wuille
2017-07-15Use AC_ARG_VAR to set ARFLAGS.René Nyffenegger
2017-07-13build: verify that the assembler can handle crc32 functionsCory Fields
2017-06-22Merge #10565: [coverage] Remove subtrees and benchmarks from coverage reportWladimir J. van der Laan
2017-06-13Merge #10544: Update to LevelDB 1.20Wladimir J. van der Laan
2017-06-09leveldb: enable runtime-detected crc32 instructionsCory Fields
2017-06-07Have `make cov` optionally include branch coverage statisticsAndrew Chow
2017-06-06Merge #10331: Share config between util and functional testsMarcoFalke
2017-06-06Merge bctest.py into bitcoin-util-test.pyJohn Newbery
2017-05-31build: silence gcc7's implicit fallthrough warningCory Fields
2017-05-03Use shared config file for functional and util testsJohn Newbery
2017-05-03Use an .ini config file for environment vars in bitcoin-util-test.pyJohn Newbery