aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2017-11-02build: Bump version to 0.15.1Wladimir J. van der Laan
2017-10-04qa: Fix lcov for out-of-tree buildsMarcoFalke
2017-09-15build: Bump version to 0.15.0.1Wladimir J. van der Laan
2017-08-21disable jni in buildsGregory Sanders
2017-08-14build: bump version to 0.15.0v0.15.0rc1Wladimir 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
2017-04-24Merge #9792: FastRandomContext improvements and switch to ChaCha20Wladimir J. van der Laan
2017-04-20Make Boost use std::atomic internallyPieter Wuille
2017-04-05doc: Make build system insert version in DoxyfileWladimir J. van der Laan
2017-04-01build: Disable Wshadow warningWladimir J. van der Laan
2017-03-30util: Work around (virtual) memory exhaustion on 32-bit w/ glibcWladimir J. van der Laan
2017-03-29Add a FastRandomContext::randrange and use itPieter Wuille
2017-03-20Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.pyJohn Newbery
2017-03-20Rename --enable-extended-rpc-tests to --enable-extended-functional-testsJohn Newbery
2017-03-20Rename test/pull-tester/rpc-tests.py to test/functional/test_runner.pyJohn Newbery
2017-03-20Rename rpc-tests directory to functionalJohn Newbery
2017-03-20Rename qa directory to testJohn Newbery
2017-03-20Add mallocinfo mode to `getmemoryinfo` RPCWladimir J. van der Laan
2017-03-16build: Fix typo s/HAVE_DONTWAIT/HAVE_MSG_DONTWAITWladimir J. van der Laan
2017-03-05build: Probe MSG_DONTWAIT in the same way as MSG_NOSIGNALWladimir J. van der Laan
2017-03-03Merge #8808: Do not shadow variables (gcc set)Wladimir J. van der Laan
2017-03-01Merge #9821: util: Specific GetOSRandom for Linux/FreeBSD/OpenBSDWladimir J. van der Laan
2017-02-23Merge #9831: build: force a c++ standard to be specifiedWladimir J. van der Laan
2017-02-23build: add --enable-werror optionCory Fields
2017-02-22build: force a c++ standard to be specifiedCory Fields
2017-02-21util: Specific GetOSRandom for Linux/FreeBSD/OpenBSDWladimir J. van der Laan
2017-02-21build: warn about variable length arraysCory Fields
2017-02-18Merge #9657: Improve rpc-tests.pyMarcoFalke
2017-02-17build: bump version to 0.14.99Wladimir J. van der Laan
2017-01-31Use configparser in rpc-tests.pyJohn Newbery
2017-01-23[Trivial] Update license year range to 2017Lauda
2017-01-05Merge #9475: Let autoconf detect presence of EVP_MD_CTX_newWladimir J. van der Laan
2017-01-04Let autoconf detect presence of EVP_MD_CTX_newLuke Dashjr
2017-01-02Merge #9412: build: Fix 'make deploy' for OSXJonas Schnelli
2016-12-28Fix linker error when configured with --enable-lcovDouglas Roark