Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-20 | scripted-diff: Rename libbitcoin_server.a to libbitcoin_node.a | Russell Yanofsky | |
Goal along with namespacing PR #23497 is to have src/node/ code in node:: namespace in libbitcoin_node.a library -BEGIN VERIFY SCRIPT- bash -c ' # Bash shell needed for brace expansion {a,b} git mv build_msvc/libbitcoin_{server,node} git mv build_msvc/libbitcoin_node/libbitcoin_{server,node}.vcxproj.in ren() { git grep -l "$1" src build_msvc | xargs sed -i "s/$1/$2/g"; } ren LIBBITCOIN_{SERVER,NODE} ren libbitcoin_{server,node} ' -END VERIFY SCRIPT- | |||
2021-09-08 | test: Fix tests on Windows | MarcoFalke | |
2021-04-23 | multiprocess: Add bitcoin-node process spawning support | Russell Yanofsky | |
Add bitcoin-node startup code to let it spawn and be spawned by other processes | |||
2020-11-18 | Allow disabling BDB in configure with --without-bdb | Andrew Chow | |
2019-07-01 | [MSVC] Copy build output to src/ automatically after build | nicolas.dorier | |
2019-06-28 | [MSVC] Enable Fuzz for functional tests | nicolas.dorier | |
2019-06-21 | [MSVC]: Create the config.ini as part of bitcoind build | nicolas.dorier | |
2019-06-19 | Cleaned up and consolidated msvc build files to allow faster builds and ↵ | Aaron Clauson | |
easier migration to vs2019. | |||
2019-03-01 | msvc: Use a single file to specify the include path | Chun Kuan Lee | |
2019-02-17 | scripted-diff: Remove NDEBUG pre-define | Chun Kuan Lee | |
-BEGIN VERIFY SCRIPT- sed -i 's/NDEBUG;//g' $(git grep --name-only 'NDEBUG;' build_msvc) -END VERIFY SCRIPT- | |||
2019-02-01 | msvc: build leveldb locally | Chun Kuan Lee | |
2019-02-01 | msvc: build secp256k1 locally | Chun Kuan Lee | |
2018-08-10 | Visual Studio build configuration for Bitcoin Core | Aaron Clauson | |