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-09 | [build] Move wallet load functions to wallet/load unit | John Newbery | |
Moves the following wallet load functions to a new wallet/load unit in the libbitcoin_wallet library. All other functions in wallet/init remain in libbitcoin_server: - `VerifyWallets` - `LoadWallets` - `StartWallets` - `FlushWallets` - `StopWallets` - `UnloadWallets` | |||
2019-03-01 | msvc: Use a single file to specify the include path | Chun Kuan Lee | |
2019-02-25 | Enable PID file creation on Windows | riordant | |
- Add available WIN PID function - Consider WIN32 in each relevant case - Add new preprocessor definitions to suppress warning - Update error message for generic OS Co-authored-by: Jörn Röder <kontakt@joernroeder.de> | |||
2019-02-01 | msvc: build leveldb locally | Chun Kuan Lee | |
2019-01-05 | Fix the build problem in libbitcoin_server | Alexey Poghilenkov | |
2018-08-26 | auto generate MSVC project files | Chun Kuan Lee | |
2018-08-10 | Visual Studio build configuration for Bitcoin Core | Aaron Clauson | |