aboutsummaryrefslogtreecommitdiff
path: root/src/bench/checkblock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Improved microbenchmarking with multiple features.Martin Ankerl2017-12-231-2/+2
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-6/+6
* Merge #9544: [trivial] Add end of namespace comments. Improve consistency.Wladimir J. van der Laan2017-06-261-1/+1
|\
| * [trivial] Add end of namespace commentspracticalswift2017-05-311-1/+1
* | Chainparams: Get rid of CChainParams& Params(std::string)Jorge Timón2017-05-031-2/+2
|/
* [bench] Avoid function call arguments which are pointers to uninitialized valuespracticalswift2017-03-081-2/+2
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Move network-msg-processing code out of main to its own fileMatt Corallo2016-12-021-0/+1
* Use better name for local variable to prevent -Wshadow compiler warningPavel Janík2016-11-101-2/+2
* Add deserialize + CheckBlock benchmarks, and a full block hexMatt Corallo2016-11-091-0/+55