Age | Commit message (Expand) | Author |
2018-03-06 | Merge #12373: Build: Add build support for profiling. | Wladimir J. van der Laan |
2018-02-26 | Add build support for 'gprof' profiling. | murrayn |
2018-02-17 | Merge #12029: Build: Add a makefile target for Doxygen documentation | Jonas Schnelli |
2018-02-02 | Merge #12283: Fix typos | MarcoFalke |
2018-01-30 | build: Bump version to 0.16.99 | Wladimir J. van der Laan |
2018-01-30 | [build] Add NETBSD leveldb target to configure.ac | fanquake |
2018-01-28 | Fix typos | practicalswift |
2018-01-25 | Build: Add a makefile target for Doxygen documentation | Andrea Comand |
2018-01-01 | [Trivial] Update license year range to 2018 | Akira Takizawa |
2017-12-18 | [build] Warn that only libconsensus can be built without boost | Varunram |
2017-11-27 | threads: add a thread_local autoconf check | Cory Fields |
2017-11-07 | Merge #10866: Fix -Wthread-safety-analysis warnings. Compile with -Wthread-sa... | Pieter Wuille |
2017-11-06 | Use -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 available | fanquake |
2017-10-02 | qa: Fix lcov for out-of-tree builds | MarcoFalke |
2017-09-05 | Merge #11164: Fix boost headers included as user instead of system headers | Wladimir J. van der Laan |
2017-08-28 | build: Mention use of asm in summary | Wladimir J. van der Laan |
2017-08-28 | build: Rename --enable-experimental-asm to --enable-asm and enable by default | Wladimir J. van der Laan |
2017-08-26 | Fix boost headers included as user instead of system headers | Dan Raviv |
2017-08-15 | disable jni in builds | Gregory Sanders |
2017-08-14 | build: bump version to 0.15.99 | Wladimir J. van der Laan |
2017-08-07 | Merge #10301: Check if sys/random.h is required for getentropy. | Wladimir J. van der Laan |
2017-08-04 | build: always attempt to enable targeted sse42 cxxflags | Cory Fields |
2017-07-27 | Check if sys/random.h is required for getentropy on OSX. | James Hilliard |
2017-07-20 | Protect SSE4 code behind a compile-time flag | Pieter Wuille |
2017-07-16 | Merge #10766: Building Environment: Set ARFLAGS to cr | Pieter Wuille |
2017-07-15 | Use AC_ARG_VAR to set ARFLAGS. | René Nyffenegger |
2017-07-13 | build: verify that the assembler can handle crc32 functions | Cory Fields |
2017-06-22 | Merge #10565: [coverage] Remove subtrees and benchmarks from coverage report | Wladimir J. van der Laan |
2017-06-13 | Merge #10544: Update to LevelDB 1.20 | Wladimir J. van der Laan |
2017-06-09 | leveldb: enable runtime-detected crc32 instructions | Cory Fields |
2017-06-07 | Have `make cov` optionally include branch coverage statistics | Andrew Chow |
2017-06-06 | Merge #10331: Share config between util and functional tests | MarcoFalke |
2017-06-06 | Merge bctest.py into bitcoin-util-test.py | John Newbery |
2017-05-31 | build: silence gcc7's implicit fallthrough warning | Cory Fields |
2017-05-03 | Use shared config file for functional and util tests | John Newbery |
2017-05-03 | Use an .ini config file for environment vars in bitcoin-util-test.py | John Newbery |
2017-04-24 | Merge #9792: FastRandomContext improvements and switch to ChaCha20 | Wladimir J. van der Laan |
2017-04-20 | Make Boost use std::atomic internally | Pieter Wuille |
2017-04-05 | doc: Make build system insert version in Doxyfile | Wladimir J. van der Laan |
2017-04-01 | build: Disable Wshadow warning | Wladimir J. van der Laan |
2017-03-30 | util: Work around (virtual) memory exhaustion on 32-bit w/ glibc | Wladimir J. van der Laan |
2017-03-29 | Add a FastRandomContext::randrange and use it | Pieter Wuille |
2017-03-20 | Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py | John Newbery |
2017-03-20 | Rename --enable-extended-rpc-tests to --enable-extended-functional-tests | John Newbery |
2017-03-20 | Rename test/pull-tester/rpc-tests.py to test/functional/test_runner.py | John Newbery |
2017-03-20 | Rename rpc-tests directory to functional | John Newbery |
2017-03-20 | Rename qa directory to test | John Newbery |
2017-03-20 | Add mallocinfo mode to `getmemoryinfo` RPC | Wladimir J. van der Laan |
2017-03-16 | build: Fix typo s/HAVE_DONTWAIT/HAVE_MSG_DONTWAIT | Wladimir J. van der Laan |