aboutsummaryrefslogtreecommitdiff
path: root/src/bench/base58.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-3/+3
* Merge #11558: Minimal code changes to allow msvc compilationWladimir J. van der Laan2017-12-131-1/+1
|\
| * Minimal code changes to allow msvc compilation.Aaron Clauson2017-11-101-1/+1
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-3/+3
|/
* Avoid static analyzer warnings regarding uninitialized argumentspracticalswift2017-07-151-12/+15
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* [copyright] copyright header style uniformisle29832016-11-061-1/+1
* bench: Added base58 encoding/decoding benchmarksYuri Zhykin2016-05-271-0/+56