Commit Graph

101 Commits (b03697b68e24bea7a177f84954c93691450d5638)

Author SHA1 Message Date
Aaron Clauson 2894e94d17
Updates msvc build to use ISO standard C++17.
4 years ago
fanquake 9952242c03
build: improve builtin_clz* detection
4 years ago
Glenn Willen a6cb0b0c29 [gui] PSBT Operations Dialog (sign & broadcast)
4 years ago
Pieter Wuille ddc2419c09 Update MSVC build config for libsecp256k1
4 years ago
fanquake 8bf1540cc2
build: remove fdelt_chk backwards compatibility code
5 years ago
MarcoFalke fa488f131f
scripted-diff: Bump copyright headers
5 years ago
MarcoFalke 4eb1eeb02c
Merge #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on libevent
5 years ago
Wladimir J. van der Laan d84c9aa25d
build: Bump version to 0.20.99
5 years ago
fanquake 9e071b0089
test: remove rapidcheck integration and tests
5 years ago
Russell Yanofsky 0660119ac3 Drop unintended bitcoin-tx dependency on libevent
5 years ago
Wladimir J. van der Laan bdc2644b72
Merge #18107: build: Add cov_fuzz target
5 years ago
fanquake bd37f2bc26
build: remove Boost Chrono detection from build system
5 years ago
fanquake 97aadf98d0
Merge #16117: util: Replace boost sleep with std sleep
5 years ago
Dan Gershony 7644567758
Add missing step in win deployment instructions
5 years ago
MarcoFalke fae86c38bc
util: Remove unused MilliSleep
5 years ago
Hennadii Stepanov dcb7af053d
Ignore only auto-generated .vcxproj files
5 years ago
MarcoFalke faf2c5aca0
build: Remove unused USE_COVERAGE
5 years ago
Wladimir J. van der Laan 22d11187ee
Merge #17398: build: Update leveldb to 1.22+
5 years ago
MarcoFalke fa1a46e7f4
build: Fix appveyor test_bitcoin build of *.raw
5 years ago
Aaron Clauson 8e68bb1dde build: Disable msvc warning 4722 for leveldb build
5 years ago
Aaron Clauson be23949765 build: MSVC changes for leveldb update
5 years ago
fanquake 2525c096b0
build: remove configure checks for win libraries we don't link against
5 years ago
Wladimir J. van der Laan 7a311fa54a
Merge #17738: build: remove linking librt for backwards compatibility
5 years ago
MarcoFalke 95ca6aeec7
Merge #17691: doc: Add missed copyright headers
5 years ago
Aaron Clauson 0874a109da
Ignore msvc linker warning and update to msvc build instructions.
5 years ago
Hennadii Stepanov fac86ac7b3
scripted-diff: Add missed copyright headers
5 years ago
fanquake f7453dcc03
build: remove linking librt for backwards compatibility
5 years ago
Aaron Clauson 592af5ad3a
Moved the include of the system projects to before the build depends on task. Otherwise it doesn't get run.
5 years ago
Aaron Clauson 6e2215187e
Included test_bitcoin-qt in msvc build.
5 years ago
Aaron Clauson 75d9317bc1
Update msvc build for Visual Studio 2019 v16.4
5 years ago
Aaron Clauson f13e274b6f
Appveyor install libevent[thread] vcpkg
5 years ago
Aaron Clauson b509554433
Added libtest_util library to msvc build configuration.
5 years ago
fanquake 397dbae070
ci: remove OpenSSL installation
5 years ago
fanquake a4eb839619
doc: remove OpenSSL from build instructions and licensing info
5 years ago
Aaron Clauson 29eb039252
Moves vcpkg list to a text file and updates the appveyor job and readme to use it.
5 years ago
Aaron Clauson b80f7db832
Remove redundant class file includes from test_bitcoin project.
5 years ago
MarcoFalke 46e0e27639
Merge #17364: Updates to appveyor config for VS2019 and Qt5.9.8 + msvc project fixes
5 years ago
Aaron Clauson 3c84deebaa
Updated appveyor config:
5 years ago
MarcoFalke faec28252c
scripted-diff: test: Move setup_common to test library
5 years ago
fanquake b1f1fb5f1d
doc: update MSVC instructions to remove Qt configuration
5 years ago
fanquake befbc40eb5
build: remove EVP_MD_CTX_new detection
5 years ago
Sebastian Falbesoner a0fc076476 refactor: test/bench: dedup Build{Crediting,Spending}Transaction()
5 years ago
Jon Atack c0859b7dac
build: 0.19 release updates on master
5 years ago
Aaron Clauson 1619684322
Added libbitcoin_qt and bitcoin-qt to the msbuild configuration.
5 years ago
Aaron Clauson d53d591230
Added the bench_bitcoin project to the list automatically produced by the msvc-autogen python script.
5 years ago
Aaron Clauson aff1c9c884
Adds an option to msbuild common configuration to ignore linker warning 4221. This warning is for object files that do not include any symbols. The warning is harmless and occurs due to some classes that are *nix only having no source to compile for an msvc build.
5 years ago
Wladimir J. van der Laan 390874c722 qt: Remove menu icons
5 years ago
Aaron Clauson e0324c3768
Updated python command in readme so it will work on systems that have both python2 and 3 installed.
5 years ago
Wladimir J. van der Laan 0a6ee9797e
Merge #16267: bench: Benchmark blockToJSON
5 years ago
Wladimir J. van der Laan 8c69fae944
Merge #15457: Check std::system for -[alert|block|wallet]notify
5 years ago