aboutsummaryrefslogtreecommitdiff
path: root/build_msvc
AgeCommit message (Expand)Author
2021-03-30Merge #21543: build: Enable safe warnings for msvc buildsfanquake
2021-03-29build: Enable safe warnings for msvc buildsHennadii Stepanov
2021-03-29test: remove qt byteswap compattestsfanquake
2021-03-22build: Remove unused header from the build systemHennadii Stepanov
2021-03-04bitcoind: Add -daemonwait option to wait for initializationWladimir J. van der Laan
2021-02-23Merge #16546: External signer support - Wallet Box editionWladimir J. van der Laan
2021-02-23assumptions: check C++17 assumption with MSVCfanquake
2021-02-21configure: add --enable-external-signerSjors Provoost
2021-02-02ci: remove boost thread installationfanquake
2021-02-02build: don't build or use Boost Threadfanquake
2021-01-21Fix MSVC build after gui#176Hennadii Stepanov
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-12-02Adjusted msvc compiler and linker settings to remove optimisations that are c...Aaron Clauson
2020-11-23Merge #20202: wallet: Make BDB support optionalWladimir J. van der Laan
2020-11-18Drop the leading 0 from the version numberAndrew Chow
2020-11-18Allow disabling BDB in configure with --without-bdbAndrew Chow
2020-11-18Do not compile BDB things when USE_BDB is definedAndrew Chow
2020-11-18build: Bump master version to 0.21.99Wladimir J. van der Laan
2020-10-15Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript)Wladimir J. van der Laan
2020-10-14Add sqlite to travis and dependsAndrew Chow
2020-10-12Support for Schnorr signatures and integration in SignatureCheckers (BIP 340)Pieter Wuille
2020-09-29Update msvc build to use new vcpkg manifestAaron Clauson
2020-08-20Move Win32 defines to configure.ac to ensure they are globally definedLuke Dashjr
2020-07-31[build] msvc: add boost::processSjors Provoost
2020-07-04Updates msvc build to use ISO standard C++17.Aaron Clauson
2020-06-29build: improve builtin_clz* detectionfanquake
2020-06-19[gui] PSBT Operations Dialog (sign & broadcast)Glenn Willen
2020-06-09Update MSVC build config for libsecp256k1Pieter Wuille
2020-05-07build: remove fdelt_chk backwards compatibility codefanquake
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-10Merge #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on libeventMarcoFalke
2020-04-10build: Bump version to 0.20.99Wladimir J. van der Laan
2020-04-03test: remove rapidcheck integration and testsfanquake
2020-04-02Drop unintended bitcoin-tx dependency on libeventRussell Yanofsky
2020-03-27Merge #18107: build: Add cov_fuzz targetWladimir J. van der Laan
2020-03-07build: remove Boost Chrono detection from build systemfanquake
2020-03-06Merge #16117: util: Replace boost sleep with std sleepfanquake
2020-02-27Add missing step in win deployment instructions Dan Gershony
2020-02-21util: Remove unused MilliSleepMarcoFalke
2020-02-10Ignore only auto-generated .vcxproj filesHennadii Stepanov
2020-02-10build: Remove unused USE_COVERAGEMarcoFalke
2020-02-10Merge #17398: build: Update leveldb to 1.22+Wladimir J. van der Laan
2020-01-29build: Fix appveyor test_bitcoin build of *.rawMarcoFalke
2020-01-28build: Disable msvc warning 4722 for leveldb buildAaron Clauson
2020-01-28build: MSVC changes for leveldb updateAaron Clauson
2020-01-23build: remove configure checks for win libraries we don't link againstfanquake
2020-01-22Merge #17738: build: remove linking librt for backwards compatibilityWladimir J. van der Laan
2020-01-16Merge #17691: doc: Add missed copyright headersMarcoFalke
2020-01-09Ignore msvc linker warning and update to msvc build instructions.Aaron Clauson
2020-01-04scripted-diff: Add missed copyright headersHennadii Stepanov