Vicente J. Botet Escriba
|
74f479d5c9
|
Fix non_copyable class in queue/dequeue view tests.
|
2015-03-29 19:34:28 +02:00 |
|
Vicente J. Botet Escriba
|
dbf793e7eb
|
Don't execute test for launch::deferred if BOOST_THREAD_PROVIDES_VARIADIC_THREAD is not defined.
|
2015-03-29 19:28:05 +02:00 |
|
Vicente J. Botet Escriba
|
331f0b9325
|
Added test for future<T&>::get_or.
|
2015-03-10 07:54:09 +01: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
|
3755af2063
|
Run some failing tests that work when BOOST_NO_CXX11_RVALUE_REFERENCES is not defined.
|
2015-02-28 12:35:23 +01:00 |
|
Vicente J. Botet Escriba
|
1ae96b3820
|
Merge branch 'develop' into fix/blocking_future
|
2015-02-20 14:34:55 +01:00 |
|
Vicente J. Botet Escriba
|
7ba9591015
|
first trial towards a work=nullary_function<void() const>.
|
2015-02-20 10:20:38 +01:00 |
|
Vicente J. Botet Escriba
|
fdf20f1adc
|
merge Allow to call shared_future::then multiple times. Related to #10972.
|
2015-02-02 19:40:04 +01:00 |
|
Vicente J. Botet Escriba
|
441c89d304
|
Allow to call shared_future::then multiple times. Related to #10972.
|
2015-02-02 17:41:57 +01:00 |
|
Vicente J. Botet Escriba
|
06b3f6a9d7
|
disable async deferred on C++98 as not implemented.
|
2015-01-23 06:02:11 +01:00 |
|
Vicente J. Botet Escriba
|
895b4a0ac5
|
Try to fix a lot of issues, even if alldoesn't works yet.
|
2015-01-22 23:10:40 +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
|
9b0705cb6f
|
Added deque_views. Make use of sync_queue and refactor to use sync_queue removing _front and _back.
|
2014-11-09 15:39:10 +01:00 |
|
Vicente J. Botet Escriba
|
3abdb869df
|
Reduce the interface of sync_quue to the queue operations, removing the deprecated ones and removing _front and _back.
|
2014-11-09 14:12:28 +01:00 |
|
Vicente J. Botet Escriba
|
f90e76a59c
|
Added sync_deque.
|
2014-11-09 13:45:05 +01:00 |
|
Vicente J. Botet Escriba
|
e6501b5485
|
cleanup scheduled executors.
|
2014-11-09 11:37:18 +01:00 |
|
Vicente J. Botet Escriba
|
69c1d40750
|
Merge branch 'develop' into feature/promise_set_value_emplace
|
2014-11-05 23:43:02 +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
|
efab5af918
|
Fix inspection issue.
|
2014-11-02 15:11:28 +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 |
|
Vicente J. Botet Escriba
|
952aa44a98
|
Added promise::emplace and variadic make_ready_future.
|
2014-10-25 23:31:09 +02:00 |
|
Vicente J. Botet Escriba
|
1029fa9c59
|
take in account deferred/ready futures on variadic when_all/when_any.
|
2014-10-12 15:47:16 +02:00 |
|
Vicente J. Botet Escriba
|
3e28ea806c
|
Added deferred then tests.
|
2014-10-11 07:33:57 +02:00 |
|
Vicente J. Botet Escriba
|
729c8b63bb
|
added missing file.
|
2014-10-05 09:06:52 +02:00 |
|
Vicente J. Botet Escriba
|
8fd4755e79
|
Added shared_future::then executor.
|
2014-10-04 10:36:57 +02:00 |
|
Vicente J. Botet Escriba
|
f3de7bf10f
|
Add fuutre::then(ex, fct).
|
2014-10-02 07:36:52 +02:00 |
|
Vicente J. Botet Escriba
|
c8cd7d1d08
|
don't check for is_ready on all the futures when using when_wny.
|
2014-09-29 00:19:18 +02:00 |
|
Vicente J. Botet Escriba
|
b973e9b32e
|
remove BOOST_THREAD_NO_CXX11_DECLTYPE_N3276.
|
2014-09-28 13:46:21 +02:00 |
|
Vicente J. Botet Escriba
|
8c5ba97d39
|
Don't use lambdas on test if not available.
|
2014-09-21 18:59:08 +02:00 |
|
Vicente J. Botet Escriba
|
00b25853b2
|
Added when_all/when_any iterators tests.
|
2014-09-20 16:05:19 +02:00 |
|
Vicente J. Botet Escriba
|
5091ad705f
|
Added when_any/variadic_pass.cpp.
|
2014-09-20 14:37:47 +02:00 |
|
Vicente J. Botet Escriba
|
b77f802c47
|
variadic when_all/when_any must retur tuple instead of vector even when all the types are the same..
|
2014-09-20 13:25:50 +02:00 |
|
Vicente J. Botet Escriba
|
f73007910a
|
replace unique_ptr<T> by optional<T> on shared_state when rvalue references are supported by the compiler, as optional<T> doesn't use Boost.Move.
|
2014-09-14 21:12:44 +02:00 |
|
Vicente J. Botet Escriba
|
8c3cfacf06
|
emulate template alias queue views.
|
2014-09-14 21:00:27 +02:00 |
|
Vicente J. Botet Escriba
|
546ca909c4
|
try to avoid issue with < gcc-4.5 - error: 'is_copy_constructible' is not a member of 'std'.
|
2014-09-13 22:16:57 +02:00 |
|
Vicente J. Botet Escriba
|
5ee0e27b5a
|
add more try catch to trac the source of the error.
|
2014-09-12 22:50:56 +02:00 |
|
Vicente J. Botet Escriba
|
c75ea7db89
|
force the use of lambdas when available on multi_thread_pass test.
|
2014-09-11 13:32:11 +02:00 |
|
Vicente J. Botet Escriba
|
c632b75db1
|
fix uninitialized variable.
|
2014-09-11 07:29:53 +02:00 |
|
Vicente J. Botet Escriba
|
6d68bac44b
|
fix move semantic issues on promise::set_value. Prepare the use of unique_ptr<T,D> to fix allocator issue.
|
2014-09-09 13:21:01 +02:00 |
|
Vicente J. Botet Escriba
|
016f5653cf
|
Added when_all().then() tests.
|
2014-09-07 09:04:00 +02:00 |
|
Vicente J. Botet Escriba
|
ce46539183
|
Added when_all/when_any/queue_views tests.
|
2014-09-06 23:30:50 +02:00 |
|
Vicente J. Botet Escriba
|
234df13faf
|
remove BOOST_THREAD_USES_LOG.
|
2014-09-01 19:59:30 +02:00 |
|
Vicente J. Botet Escriba
|
f36f5d6dbb
|
Added more async deferred tests.
|
2014-08-31 18:16:14 +02:00 |
|
Vicente J. Botet Escriba
|
ea0889485e
|
Make use of BOOST_THREAD_COPYABLE_AND_MOVABLE and BOOST_THREAD_COPY_ASSIGN_REF when appropriated.
|
2014-08-24 18:16:28 +02:00 |
|
Vicente J. Botet Escriba
|
6e154d45a4
|
fix wait_pull_front issue introduced in previous commit and add more tests.
|
2014-07-06 11:05:51 +02:00 |
|
Vicente J. Botet Escriba
|
6074487b73
|
Fix isse on sync_bounded_queue::wait_push_front and add tests.
|
2014-07-05 19:38:10 +02:00 |
|