| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Declare single-argument (non-converting) constructors "explicit" | practicalswift | 2017-08-16 | 1 | -1/+1 |
| | | | | | In order to avoid unintended implicit conversions. | ||||
| * | Add a FastRandomContext::randrange and use it | Pieter Wuille | 2017-03-29 | 1 | -1/+1 |
| | | |||||
| * | Address ryanofsky feedback on CCheckQueue benchmarks. Eliminated magic ↵ | Jeremy Rubin | 2017-01-11 | 1 | -15/+24 |
| | | | | | numbers, fixed scoping of vectors (and memory movement component of benchmark). | ||||
| * | Add Basic CheckQueue Benchmark | Jeremy Rubin | 2017-01-09 | 1 | -0/+94 |