Commit Graph

357 Commits (32e94538185b61fe64bd16de2459e763ec46b4da)

Author SHA1 Message Date
Carl Dong 480e3415d7 configure: Add flag for enabling thread_local.
6 years ago
MarcoFalke faf38bc056
build with -fstack-reuse=none
6 years ago
MarcoFalke 2c35fe6238
Merge #15849: Thread names in logs and deadlock debug tools
6 years ago
James O'Beirne 188ca75e5f disable HAVE_THREAD_LOCAL on unreliable platforms
6 years ago
MarcoFalke b1e013e4fa
Merge #13788: Fix --disable-asm for newer assembly checks/code
6 years ago
MarcoFalke fab5a1e0f4
build: Require python 3.5
6 years ago
Wladimir J. van der Laan c9985c84f9
build: Bump version to 0.18.99
6 years ago
MarcoFalke 33480c6366
Merge #15285: build: Prefer Python 3.4 even if newer versions are present on the system
6 years ago
Wladimir J. van der Laan 3a573fd46c
Merge #14922: windows: Set _WIN32_WINNT to 0x0601 (Windows 7)
6 years ago
MarcoFalke 252fd15add
Merge #13926: [Tools] bitcoin-wallet - a tool for creating and managing wallets offline
6 years ago
Jonas Schnelli 49d2374acf [tools] Add wallet inspection and modification tool
6 years ago
Sjors Provoost 0890339fb3
build: prefer python3.4 even if newer versions are present on the system
6 years ago
MarcoFalke 2ca632e5b4 test: Build fuzz targets into seperate executables
6 years ago
Chun Kuan Lee 1bd9ffdd44 windows: Set _WIN32_WINNT to 0x0601 (Windows 7)
6 years ago
Ben Woosley 4e81438f65
build: Drop macports support
6 years ago
Luke Dashjr 8ac34140d5 configure: bitcoin-tx doesn't need libevent, so don't pull it in
6 years ago
MarcoFalke fad058a79f
build: Allow to configure --with-sanitizers=fuzzer
6 years ago
Emil Engler ae5594d51b [Trivial] Update license year range to 2019
6 years ago
MarcoFalke 23a1fa0248
Merge #14564: Adjust configure so that only bip70 is disabled when protobuf is missing instead of the GUI
6 years ago
James Hilliard 58c5cc9ce7 Adjust configure so that only bip70 is disabled when protobuf is missing instead of the GUI
6 years ago
Andrew Chow 04b0bc7425 build: include rc number in version number
6 years ago
Andrew Chow 895e6bbb22 build: if VERSION_BUILD is non-zero, include it in the package version
6 years ago
Wladimir J. van der Laan 9dcf6c0dfe build: Add --disable-bip70 configure option
6 years ago
Luke Dashjr 92af71cea9 configure: Make it possible to build only one of bitcoin-cli or bitcoin-tx
6 years ago
Wladimir J. van der Laan 7c7bb6e772
Merge #14127: build: avoid getifaddrs when unavailable
6 years ago
Cory Fields 9256f7d13f
build: avoid getifaddrs when unavailable
6 years ago
Chris Stewart b2f49bd732 Integration of property based testing into Bitcoin Core
6 years ago
MarcoFalke 3bd25c010c
Merge #13899: build: Enable -Wredundant-decls where available. Remove redundant redeclarations.
6 years ago
Wladimir J. van der Laan 58efc49b95
build: bump version to 0.17.99
6 years ago
practicalswift f04bb1361c Enable -Wredundant-decls (gcc) if available
6 years ago
Luke Dashjr 4207c1b35c configure: Initialise assembly enable_* variables
6 years ago
Luke Dashjr afe0875577 configure: Skip assembly support checks, when assembly is disabled
6 years ago
Luke Dashjr d8ab8dc12d configure: Invert --enable-asm help string since default is now enabled
6 years ago
Wladimir J. van der Laan 2dc5ab6378
Merge #13482: Remove boost::program_options dependency
6 years ago
Chun Kuan Lee f447a0a707 Remove program options from build system
6 years ago
Cory Fields 768981c93d build: add missing leveldb defines
6 years ago
Wladimir J. van der Laan dcb154e5aa
Merge #13177: GCC-7 and glibc-2.27 back compat code
6 years ago
Wladimir J. van der Laan 3a3eabef40
Merge #13386: SHA256 implementations based on Intel SHA Extensions
6 years ago
Chun Kuan Lee 49d1f4cdde Detect if char equals int8_t
6 years ago
Pieter Wuille 66b2cf1ccf Use immintrin.h everywhere for intrinsics
6 years ago
Pieter Wuille 4c935e2eee Add SHA256 implementation using using Intel SHA intrinsics
6 years ago
practicalswift 94e52d13db Add -ftrapv to DEBUG_CXXFLAGS when --enable-debug is used
6 years ago
Wladimir J. van der Laan 31145a3d7c
Merge #13480: Avoid copies in range-for loops and add a warning to detect them
6 years ago
Cory Fields d92204c900 build: add warning to detect hidden copies in range-for loops
7 years ago
Wladimir J. van der Laan bad068ad9f build: Build system changes to support only Qt5
7 years ago
Wladimir J. van der Laan 8eb76f3958
Merge #13445: build: Reset default -g -O2 flags when enable debug
7 years ago
Chun Kuan Lee 9882d1f044 Reset default -g -O2 flags when enable debug
7 years ago
Ben Woosley 51cd508e2f
When build fails due to lib missing, indicate which one
7 years ago
Wladimir J. van der Laan 0de7cc848e
Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2
7 years ago
Chun Kuan Lee 908c1d7745 GCC-7 and glibc-2.27 compat code
7 years ago