index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
scheduler_tests.cpp
Age
Commit message (
Expand
)
Author
2018-10-20
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-08-31
Merge #14088: tests: Don't assert(...) with side effects
Wladimir J. van der Laan
2018-08-28
tests: Fix accidental trunction from int to bool
practicalswift
2018-08-28
Don't assert(...) with side effects
practicalswift
2018-08-26
Use assert when running from multithreaded code as BOOST_CHECK_* are not thre...
Jesse Cohen
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-18
Add Unit Test for SingleThreadedSchedulerClient
Jesse Cohen
2018-02-23
Avoid unintentional unsigned integer wraparounds in tests
practicalswift
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-06-07
[tests] Use FastRandomContext instead of boost::random::{mt19937,uniform_int_...
practicalswift
2017-01-22
[Trivial] Grammar and typo correction
Lauda
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-10-17
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-05-06
Reenable multithread scheduler test.
Pavel JanÃk
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-01
test: Disable scheduler test manythreads
Wladimir J. van der Laan
2015-05-16
More robust CScheduler unit test
Gavin Andresen
2015-05-14
CScheduler unit test
Gavin Andresen