aboutsummaryrefslogtreecommitdiff
path: root/src/test/checkqueue_tests.cpp
AgeCommit message (Expand)Author
2021-03-11scripted-diff: remove MakeUnique<T>()fanquake
2021-01-29refactor: remove boost::thread_group usagefanquake
2021-01-25Merge #18710: Add local thread pool to CCheckQueueWladimir J. van der Laan
2020-12-06Don't declare de facto const member functions as non-constpracticalswift
2020-09-24refactor: Drop boost::thread stuff in CCheckQueueHennadii Stepanov
2020-09-24test: Use CCheckQueue local thread poolHennadii Stepanov
2020-06-04refactor: Specify boost/thread/thread.hpp explicitlyHennadii Stepanov
2020-05-19test/checkqueue_tests: thread safety annotationsAnthony Towns
2020-04-17test: Move boost/stdlib includes lastMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16scripted-diff: Sort test includesMarcoFalke
2020-02-21scripted-diff: Replace MilliSleep with UninterruptibleSleepMarcoFalke
2019-11-29Use correct C++11 header for std::swap()Hennadii Stepanov
2019-11-07Merge #17342: refactor: Clean up nScriptCheckThreadsMarcoFalke
2019-11-06[tests] Don't use TestingSetup in the checkqueue_testsJohn Newbery
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-04-16Merge #15352: tests: Reduce noise level in test_bitcoin outputMarcoFalke
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-03-29tests: Reduce noise level in test_bitcoin outputpracticalswift
2018-12-15Fix cuckoocache_tests TSAN failure introduced in #14935. Fixes #14967.practicalswift
2018-12-13tests: Test for expected return values when calling functions returning a suc...practicalswift
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-09-21tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift
2018-08-27Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-04-11test: Fix sign for expected valuesKarl-Johan Alm
2018-02-22test: Plug memory leaks and stack-use-after-scopeMarcoFalke
2017-12-13Merge #11558: Minimal code changes to allow msvc compilationWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-10Minimal code changes to allow msvc compilation.Aaron Clauson
2017-08-09Expose more parallelism with relaxed atomics (suggested in #9938). Fix a test...Jeremy Rubin
2017-06-09Merge #10521: Limit variable scopePieter Wuille
2017-06-07scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille
2017-06-05scripted-diff: use insecure_rand256/randrange morePieter Wuille
2017-06-05Limit variable scopepracticalswift
2017-03-21[trivial] Fix typos in commentspracticalswift
2017-03-18Fix shadowing of local variables.Pavel Janík
2017-02-16Add CheckQueue TestsJeremy Rubin