Vicente J. Botet Escriba
|
67ca45ed83
|
Thread: Added synchronized_value const test.
[SVN r86283]
|
2013-10-13 10:13:10 +00:00 |
|
Vicente J. Botet Escriba
|
89de3dcf4f
|
Thread: make it possible to use non default constructible types in sync_queue, but sync_bounded_queue requires it yet.
[SVN r85861]
|
2013-09-23 21:40:08 +00:00 |
|
Vicente J. Botet Escriba
|
8b351fe473
|
Thread: fix some move semantic issues on sync_queue and sync_bounded_queue and add tests.
[SVN r85854]
|
2013-09-23 16:44:26 +00:00 |
|
Vicente J. Botet Escriba
|
6319080ef2
|
Thread: add test for get_exception_ptr.
[SVN r85708]
|
2013-09-16 17:15:05 +00:00 |
|
Vicente J. Botet Escriba
|
2d50af8481
|
Thread: Added synchronized_value operator() to synchronize around a function call.
[SVN r85306]
|
2013-08-11 20:33:47 +00:00 |
|
Vicente J. Botet Escriba
|
d759dd2dba
|
Thread: fix issue with continuation's future parameter which must taken by value.
[SVN r84978]
|
2013-07-07 20:36:05 +00:00 |
|
Vicente J. Botet Escriba
|
9fc6fec1eb
|
Thread: Add return type to lambda to be portable on msvc10.
[SVN r84953]
|
2013-07-04 21:40:15 +00:00 |
|
Vicente J. Botet Escriba
|
1da5f9563c
|
Thread: make use of barrier on test sync_queue/multi_thread_pass.cpp and remove some warnings in sync_queue|sync_bounded_queue/single_thread_pass.cpp tests.
[SVN r84911]
|
2013-06-28 06:00:44 +00:00 |
|
Vicente J. Botet Escriba
|
52039f75a3
|
Thread: fix some issues with sync_bounded_queue and added tests.
[SVN r84888]
|
2013-06-23 20:47:03 +00:00 |
|
Vicente J. Botet Escriba
|
6873d85650
|
Thread: Added future::unwrap()/get_or()/fallback_to().
[SVN r84719]
|
2013-06-09 21:41:00 +00:00 |
|
Vicente J. Botet Escriba
|
0c44630029
|
Thread: fix bug on future::then when the continuation is void() ir T&().
[SVN r84685]
|
2013-06-08 10:53:46 +00:00 |
|
Vicente J. Botet Escriba
|
2df6ce78a4
|
Thread: fix promise set_at_..._thread_exit; Added preconditions.
[SVN r84678]
|
2013-06-07 19:03:49 +00:00 |
|
Vicente J. Botet Escriba
|
5a1a9df623
|
Thread: fix shared_future::get when the shared state is async; refactor the shared_state classes.
[SVN r84607]
|
2013-06-02 05:56:13 +00:00 |
|
Vicente J. Botet Escriba
|
a6f67e25e3
|
Thread: fix packaged_task<void()> issue and add tests.
[SVN r84597]
|
2013-06-01 14:27:16 +00:00 |
|
Vicente J. Botet Escriba
|
14d3c59682
|
Thread added shared_future::then tests.
[SVN r84548]
|
2013-05-29 20:48:37 +00:00 |
|
Vicente J. Botet Escriba
|
d3a6277714
|
Thread: Reintroduce BOOST_VERIFY on pthread_mutex_destroy return type #8626.
[SVN r84540]
|
2013-05-28 20:06:51 +00:00 |
|
Vicente J. Botet Escriba
|
9e2a34ca9d
|
Thread: extend duration check from 200ms to 300ms.
[SVN r84467]
|
2013-05-24 21:24:13 +00:00 |
|
Vicente J. Botet Escriba
|
6d01267030
|
Thread: manage with #8596.
[SVN r84414]
|
2013-05-22 05:40:58 +00:00 |
|
Vicente J. Botet Escriba
|
1a613d03a9
|
Thread: Added call_once test with boost::ref().
[SVN r84005]
|
2013-04-21 16:39:04 +00:00 |
|
Vicente J. Botet Escriba
|
ffbcf96d90
|
Thread: let a little bit more time.
[SVN r84003]
|
2013-04-21 15:04:05 +00:00 |
|
Vicente J. Botet Escriba
|
8a259612cd
|
Thread: renamed all the examples as ex_; Added some lambda test.
[SVN r83762]
|
2013-04-04 00:04:16 +00:00 |
|
Vicente J. Botet Escriba
|
9fb88b8f47
|
Thread: don't define BOOST_THREAD_DONT_PROVIDE_FUTURE_INVALID_AFTER_GET on future::then tests.
[SVN r83678]
|
2013-04-01 17:47:17 +00:00 |
|
Vicente J. Botet Escriba
|
528fcbde56
|
Thread: major rewrite of future::then.
[SVN r83676]
|
2013-04-01 16:17:05 +00:00 |
|
Vicente J. Botet Escriba
|
44ec248340
|
Thread: Added shared_future<>::wait... tests.
[SVN r83667]
|
2013-03-31 15:16:25 +00:00 |
|
Vicente J. Botet Escriba
|
7eba48576c
|
Thread: added future<>::wait... tests.
[SVN r83666]
|
2013-03-31 14:47:11 +00:00 |
|
Vicente J. Botet Escriba
|
6dad044ab7
|
Thread: avoid the use of boost/thread/thread.hpp to limit dependencies.
[SVN r83548]
|
2013-03-24 18:30:55 +00:00 |
|
Vicente J. Botet Escriba
|
f922fa56e4
|
Thread: Added assertions on pthread/shared_mutex.hpp; fixed two shared_mutex tests that were wrong.
[SVN r83546]
|
2013-03-24 17:18:21 +00:00 |
|
Vicente J. Botet Escriba
|
b03cebff7b
|
Thread: protect some tests with BOOST_THREAD_PROVIDES_VARIADIC_THREAD.
[SVN r83503]
|
2013-03-19 22:35:50 +00:00 |
|
Vicente J. Botet Escriba
|
a73425eb00
|
Thread: use invoke/bind whenever there is atleast one parameter on call_once.
[SVN r83422]
|
2013-03-13 23:01:49 +00:00 |
|
Vicente J. Botet Escriba
|
d86b5d2c0d
|
Thread: Added some synchronized_value tests
[SVN r83262]
|
2013-03-03 10:22:35 +00:00 |
|
Vicente J. Botet Escriba
|
247e9a4f09
|
Thread: Fixed null_mutex initialization + added tests some tests.
[SVN r82823]
|
2013-02-11 18:43:33 +00:00 |
|
Vicente J. Botet Escriba
|
d030dbd61c
|
Thread: fix some issues with futures of MoveOnly types + complete the variadic async function.
[SVN r82808]
|
2013-02-10 18:14:49 +00:00 |
|
Vicente J. Botet Escriba
|
fc57e9dde0
|
Thread: Update win32/once.hpp to take care of variadin rvalu call_once parameters.
[SVN r82649]
|
2013-01-27 21:30:51 +00:00 |
|
Vicente J. Botet Escriba
|
a16f508b8a
|
Thread: Added two more test cases for call_once for thread I/F.
[SVN r82624]
|
2013-01-26 16:20:05 +00:00 |
|
Vicente J. Botet Escriba
|
1642db3441
|
Thread: enable BOOST_THREAD_PROVIDES_ONCE_CXX11 on cal_once_pass test
[SVN r82613]
|
2013-01-25 20:53:49 +00:00 |
|
Vicente J. Botet Escriba
|
b389079417
|
Thread: improve call_once using invoke/bind and rvalue references
[SVN r82566]
|
2013-01-20 17:06:33 +00:00 |
|
Vicente J. Botet Escriba
|
951c8952ff
|
Thread: Added variadic call_once for windows
[SVN r82543]
|
2013-01-18 22:36:28 +00:00 |
|
Vicente J. Botet Escriba
|
59f91a2405
|
Thread: extend the timeout in test async_pass.
[SVN r82542]
|
2013-01-18 22:04:27 +00:00 |
|
Vicente J. Botet Escriba
|
e72184e9ee
|
Thread: Added atomic once implementation + variadi call_once for pthread
[SVN r82513]
|
2013-01-16 21:49:59 +00:00 |
|
Vicente J. Botet Escriba
|
73348d69d2
|
Thread: added specific macros to state if some lock factories are not provided
[SVN r82471]
|
2013-01-12 22:21:58 +00:00 |
|
Vicente J. Botet Escriba
|
15eff9e412
|
Thread: adjust some durations on tests
[SVN r82459]
|
2013-01-12 09:48:54 +00:00 |
|
Vicente J. Botet Escriba
|
a0071b301b
|
Thread: Added BOOST_THREAD_NO_CXX11_HDR_TUPLE to wrokarround msvc 10.0 behavior providing <tuple> without move semantics
[SVN r82410]
|
2013-01-08 22:00:02 +00:00 |
|
Vicente J. Botet Escriba
|
a849a41367
|
Thread: fix typo on condition BOOST_NO_CXX11_HDR_TUPLE.
[SVN r82317]
|
2013-01-02 11:17:13 +00:00 |
|
Vicente J. Botet Escriba
|
4b1c13e5cb
|
Thread: replace BOOST_NO_CXX11_HDR_INITIALIZER_LIST by specific BOOST_THREAD_NO_CXX11_HDR_INITIALIZER_LIST that takes in account that gcc up to 4.6 doens't supports it as expected
[SVN r82311]
|
2013-01-02 00:04:33 +00:00 |
|
Vicente J. Botet Escriba
|
c8edd6c795
|
Thread: minor refactorings
[SVN r81842]
|
2012-12-10 22:02:16 +00:00 |
|
Vicente J. Botet Escriba
|
fcb94bcecf
|
Thread: Add more tests for _at_thread_exit functions when the source is moved.
[SVN r81792]
|
2012-12-08 14:05:52 +00:00 |
|
Vicente J. Botet Escriba
|
4209dfaa7f
|
Thread: Added make_strict_lock.
[SVN r81784]
|
2012-12-08 08:15:49 +00:00 |
|
Vicente J. Botet Escriba
|
0936913bf6
|
Thread: Added tests for strict_lock, nested_strict_lock
[SVN r81753]
|
2012-12-07 07:48:36 +00:00 |
|
Vicente J. Botet Escriba
|
580c1b7be4
|
Thread: fix some issues when BOOST_THREAD_DONT_PROVIDE_INTERRUPTIONS is defined and add tests
[SVN r81672]
|
2012-12-02 14:14:09 +00:00 |
|
Vicente J. Botet Escriba
|
168ee37d30
|
Thread: remove warnings
[SVN r81645]
|
2012-12-01 11:04:25 +00:00 |
|