Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-17 | Add attribute [[noreturn]] (C++11) to functions that will not return | practicalswift | |
Rationale: * Reduce the number of false positives from static analyzers * Potentially enable additional compiler optimizations | |||
2017-03-10 | Make test_bitcoin.cpp compatible with Qt Test framework | Russell Yanofsky | |
Move Boost.Test main function and global overrides to a new test_bitcoin_main.cpp file. |