aboutsummaryrefslogtreecommitdiff
path: root/src/test/checkqueue_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-1/+1
* test: Fix sign for expected valuesKarl-Johan Alm2018-04-111-1/+1
* test: Plug memory leaks and stack-use-after-scopeMarcoFalke2018-02-221-4/+4
* 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-6/+6
|/
* Expose more parallelism with relaxed atomics (suggested in #9938). Fix a test...Jeremy Rubin2017-08-091-15/+18
* Merge #10521: Limit variable scopePieter Wuille2017-06-091-4/+4
|\
| * Limit variable scopepracticalswift2017-06-051-4/+4
* | scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille2017-06-071-5/+5
* | scripted-diff: use insecure_rand256/randrange morePieter Wuille2017-06-051-5/+5
|/
* [trivial] Fix typos in commentspracticalswift2017-03-211-1/+1
* Fix shadowing of local variables.Pavel Janík2017-03-181-4/+4
* Add CheckQueue TestsJeremy Rubin2017-02-161-0/+442