aboutsummaryrefslogtreecommitdiff
path: root/src/test/prevector_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-1/+1
* tests: Rename test suits not following the test suite naming conventionpracticalswift2018-03-191-1/+1
* Avoid unintentional unsigned integer wraparounds in testspracticalswift2018-02-231-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-5/+5
* Add const to methods that do not modify the object for which it is calledpracticalswift2017-07-251-2/+2
* scripted-diff: Remove BOOST_REVERSE_FOREACHJorge Timón2017-06-221-2/+2
* Introduce src/reverse_iterator.hpp and include it...Jorge Timón2017-06-221-0/+1
* Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille2017-06-131-2/+2
|\
| * scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-2/+2
* | scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille2017-06-071-32/+32
* | scripted-diff: Use randbits/bool instead of randrange where possiblePieter Wuille2017-06-071-6/+6
* | Use randbits instead of ad-hoc emulation in prevector testsPieter Wuille2017-06-071-18/+16
* | Replace more rand() % NUM by randrangesPieter Wuille2017-06-071-7/+7
* | scripted-diff: use insecure_rand256/randrange morePieter Wuille2017-06-051-7/+7
* | Merge test_random.h into test_bitcoin.hPieter Wuille2017-06-051-1/+0
|/
* Switch FastRandomContext to ChaCha20Pieter Wuille2017-03-291-4/+4
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Make CScript (and prevector) c++11 movable.Pieter Wuille2016-12-211-1/+20
* test: Fix test_random includesMarcoFalke2016-11-071-1/+1
* Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-8/+6
* Minimal fix to slow prevector tests as stopgap measureJeremy Rubin2016-09-061-19/+43
* Do not shadow local variablesPavel Janík2016-06-071-2/+2
* test prevector::swapKaz Wesley2016-04-161-2/+13
* Prevector typePieter Wuille2015-11-131-0/+217