Austin Beer
|
c6863c4b27
|
Improve the sync_timed_queue test so it is less likely to fail in
non-deterministic timing environments
|
2019-04-02 09:46:52 -06:00 |
|
Austin Beer
|
ff38aad946
|
Add pull_until() and pull_for() to test for Issue 271
|
2019-03-30 19:18:30 -06:00 |
|
Austin Beer
|
ea54f2ec4d
|
Add test for Issue 271
|
2019-03-22 10:46:53 -06:00 |
|
Vicente J. Botet Escriba
|
1f08b38461
|
Make the timing check configurable.
|
2018-03-08 20:39:09 +01:00 |
|
Vicente J. Botet Escriba
|
5ed197748e
|
Move from 50ms to 75 ms as MacOS runs (on virtual machines?) are failing.
|
2018-01-30 13:21:03 +01:00 |
|
Vicente J. Botet Escriba
|
f01b7b5013
|
print diff for some timeouts.
|
2018-01-29 19:44:25 +01:00 |
|
Austin Beer
|
a0f216bb2b
|
Update timed tests to use stricter threshold with pthreads
|
2017-10-26 07:54:37 -06:00 |
|
Austin Beer
|
2272e9e3f5
|
Updated more tests to pass consistently on Windows.
|
2017-10-12 10:48:01 -06:00 |
|
Austin Beer
|
d259e0fde4
|
Increased the time thresholds on a bunch of tests to be more forgiving so they pass consistently on Windows.
Reduced the time thresholds on a bunch of tests that were TOO forgiving.
|
2017-10-11 21:40:38 -06:00 |
|
Vicente J. Botet Escriba
|
e3f586836a
|
check > 480 instead of > 500.
|
2017-10-02 19:06:52 +02:00 |
|
Vicente J. Botet Escriba
|
3479524845
|
trace elapsed time.
|
2017-10-02 13:18:33 +02:00 |
|
Vicente J. Botet Escriba
|
b94c36f960
|
move to 650 ms to see if the test pass.
|
2017-10-02 08:41:39 +02:00 |
|
Austin Beer
|
35d25851ce
|
* Reverted some of my Windows updates to get a condition variable test on Windows to pass again. Further analysis is needed to determine why the updates didn't work.
* Increased the range of one test so it passes on Windows.
|
2017-09-29 14:52:42 -06:00 |
|
Daniela Engert
|
4e83359537
|
fix or silence (msvc) compiler warnings about constant conditional expressions, unused parameters, narrowing, unreachable code, use of 'this' in base member initializations, and some other minor stuff
Signed-off-by: Daniela Engert <dani@ngrt.de>
|
2017-09-24 14:02:17 +02:00 |
|
Vicente J. Botet Escriba
|
55c21919fc
|
try to remove some warnings.
|
2015-06-21 17:37:30 +02:00 |
|
Vicente J. Botet Escriba
|
b8763b05ad
|
Add missing push(movable&&) and Run some failing tests that work when BOOST_NO_CXX11_RVALUE_REFERENCES is not defined.
|
2015-02-28 12:35:42 +01:00 |
|
Vicente J. Botet Escriba
|
06a9f9ab6d
|
Added Clock parameter to scheduler and priority_timed_queue. Fix warnings in tests.
|
2014-11-17 07:34:43 +01:00 |
|
Vicente J. Botet Escriba
|
e6501b5485
|
cleanup scheduled executors.
|
2014-11-09 11:37:18 +01:00 |
|
Vicente J. Botet Escriba
|
4f01891da7
|
Added not_ready and timeout queue_op_status. Make sync_timed_queue and sync_priority_queue conform to the sync_queue interface. Aapt the test to the new interface.
|
2014-11-02 15:13:37 +01:00 |
|
Vicente J. Botet Escriba
|
6fd7dc0d94
|
Added move semantics for C++11 compilers. Need of a detail::priority_queue. Tried to do it for C++98, but heap_push/heap_pop algorithms are not move aware:(.
|
2014-11-01 22:18:32 +01:00 |
|
Vicente J. Botet Escriba
|
49d485f1aa
|
Removed BOOST_THREAD_QUEUE_DEPRECATE_OLD for priority and timed queues.
|
2014-11-01 11:21:09 +01:00 |
|
Vicente J. Botet Escriba
|
d5c41e4c4a
|
Added tyy_pus returning queue_op_status. Rename is_closed to closed.
|
2014-10-31 23:49:34 +01:00 |
|
Vicente J. Botet Escriba
|
304240b206
|
Move priority/timed queues to concurrent name space and scheduled executors to executors name spapce.
|
2014-10-31 08:03:15 +01:00 |
|
Vicente J. Botet Escriba
|
c61c139933
|
merged scheduled executors GSOC project from Ian Forbed.
|
2014-10-31 00:19:10 +01:00 |
|