index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build_msvc
Age
Commit message (
Expand
)
Author
2019-04-27
Align MSVC build options with Linux build ones
Hennadii Stepanov
2019-04-15
bench: Add wallet_balance benchmarks
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-04-10
test: Use test_bitcoin setup in bench, Add test utils
MarcoFalke
2019-04-09
[build] Move wallet load functions to wallet/load unit
John Newbery
2019-04-09
[build] Move CheckTransaction from lib_server to lib_consensus
John Newbery
2019-03-06
Merge #15473: bench: Benchmark MempoolToJSON
MarcoFalke
2019-02-28
test: Remove useless test_bitcoin_main.cpp
MarcoFalke
2019-03-01
msvc: Use a single file to specify the include path
Chun Kuan Lee
2019-02-25
bench: Benchmark MempoolToJSON
MarcoFalke
2019-02-25
Enable PID file creation on Windows
riordant
2019-02-17
scripted-diff: Remove NDEBUG pre-define
Chun Kuan Lee
2019-02-17
Merge #15398: msvc: add rapidcheck property tests
Wladimir J. van der Laan
2019-02-14
msvc: Fix silent merge conflict between #13926 and #14372 part II
Chun Kuan Lee
2019-02-05
Merge #14922: windows: Set _WIN32_WINNT to 0x0601 (Windows 7)
Wladimir J. van der Laan
2019-02-04
Merge #15339: qt: Pre-0.18 split-off translations update
Wladimir J. van der Laan
2019-02-04
qt: Pre-0.18 split-off translations update
Wladimir J. van der Laan
2019-02-04
msvc: add rapid check property tests
Chun Kuan Lee
2019-02-02
msvc: Fix silent merge conflict between #13926 and #14372
ken2812221
2019-02-01
msvc: build leveldb locally
Chun Kuan Lee
2019-02-01
msvc: build secp256k1 locally
Chun Kuan Lee
2019-01-31
Merge #13926: [Tools] bitcoin-wallet - a tool for creating and managing walle...
MarcoFalke
2019-01-30
[tools] Add wallet inspection and modification tool
Jonas Schnelli
2019-01-23
windows: Set _WIN32_WINNT to 0x0601 (Windows 7)
Chun Kuan Lee
2019-01-16
Merge #14151: windows: Fix remaining compiler warnings (MSVC)
Wladimir J. van der Laan
2019-01-15
Fix remaining compiler warnings (MSVC). Move disabling of specific warnings f...
practicalswift
2019-01-05
Fix the build problem in libbitcoin_server
Alexey Poghilenkov
2018-12-18
Modify build instructions to work with Command Prompt as well as
Murray Nesbitt
2018-11-06
Add skeleton chain and client classes
Russell Yanofsky
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-18
Merge #14146: wallet: Remove trailing separators from -walletdir arg
Wladimir J. van der Laan
2018-09-26
Make MSVC compiler read the source code using utf-8
Chun Kuan Lee
2018-09-12
wallet: Add walletdir arg unit tests
Pierre Rochard
2018-09-03
appveyor: Use clcache to speed up build
Chun Kuan Lee
2018-08-26
auto generate MSVC project files
Chun Kuan Lee
2018-08-14
Use wildcard path in test_bitcoin.vcxproj
Chun Kuan Lee
2018-08-10
Visual Studio build configuration for Bitcoin Core
Aaron Clauson