Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-01 | [MSVC] Copy build output to src/ automatically after 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-04-11 | scripted-diff: Rename test_bitcoin to test/setup_common | MarcoFalke | |
-BEGIN VERIFY SCRIPT- sed -i --regexp-extended -e 's/test_bitcoin\.(h|cpp)/setup_common.\1/g' $(git grep -l test_bitcoin) git mv ./src/test/test_bitcoin.h ./src/test/setup_common.h git mv ./src/test/test_bitcoin.cpp ./src/test/setup_common.cpp sed -i -e 's/BITCOIN_TEST_TEST_BITCOIN_H/BITCOIN_TEST_SETUP_COMMON_H/g' ./src/test/setup_common.h -END VERIFY SCRIPT- | |||
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-04 | msvc: add rapid check property tests | Chun Kuan Lee | |
2019-02-01 | msvc: build leveldb locally | Chun Kuan Lee | |
2019-02-01 | msvc: build secp256k1 locally | Chun Kuan Lee | |
2018-09-12 | wallet: Add walletdir arg unit tests | Pierre Rochard | |
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 | |