Vicente J. Botet Escriba
c1925df81c
Fix task exception silently ignored. Make submit throw if closed. join the threads created by the thread_executor
2014-11-02 15:09:11 +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
a2f2924298
Added missing file sync_queue_base and refactor the concurrent queues to make use of this class.
2014-11-01 22:18:09 +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
d7251f223e
Added sync_queue_base and refactor the concurrent queues to make use of this class. Make other refactor on priority and timed queues.
2014-11-01 11:02:18 +01:00
Vicente J. Botet Escriba
20a6ef7de8
Added wait_until_not_empty, wait_until_not_empty_or_closed. Rename _q_qempty to _not_empty.
2014-11-01 01:14:41 +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
b96b9904b7
move scheduled_executor_base.hpp and declare scheduled_thread_pool::worker_loop inline.
2014-10-31 08:21:27 +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
5fb51a74fe
remove thread_was_interrupted and fix wait_internal pending issue.
2014-10-24 18:43:26 +02:00
Adam Wulkiewicz
1a4bd71616
Change members order in win32 thread_data_base to match ctor initializer list.
2014-10-23 00:01:37 +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
6f91af2154
Try to address #9569 .
2014-10-05 09:11:58 +02:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
6fe7f44ea0
Clarified issue #6782 which can now be closed.
2014-10-04 19:47:48 +01:00
Vicente J. Botet Escriba
8fd4755e79
Added shared_future::then executor.
2014-10-04 10:36:57 +02:00
Vicente J. Botet Escriba
02b007a20e
Make nullary_function copyable and movable following Boost.Move. Make use of std::shared_ptr when available.
2014-10-04 10:36:44 +02:00
Vicente J. Botet Escriba
c0c78e87fc
Make invoker copyable and movable following Boost.Move.
2014-10-04 10:36:31 +02:00
Vicente J. Botet Escriba
58cde5af05
Trying to use std::function for executors::work. This doesn't works yet.
2014-10-03 21:46:57 +02:00
Vicente J. Botet Escriba
c1f2c8a1f1
Added shared_ptr.hpp.
2014-10-03 21:43:50 +02:00
Vicente J. Botet Escriba
bacf5b52ec
The added commented lines should work, but don't.
2014-10-03 21:42:42 +02:00
Vicente J. Botet Escriba
f3de7bf10f
Add fuutre::then(ex, fct).
2014-10-02 07:36:52 +02:00
Andrey Semashev
b240b097c7
Fix GCC warnings about initialization order
2014-09-30 22:42:13 +04:00
Andrey Semashev
b264ec8fc0
Fix compilation with BOOST_USE_WINDOWS_H defined
...
Don't use macros defined only in Windows SDK 6.0 and later as this breaks compilation with MinGW and older MSVC.
2014-09-30 22:17:44 +04:00
Vicente J. Botet Escriba
372f8fe10f
Merge branch 'develop' of github.com:boostorg/thread into develop
2014-09-29 23:22:16 +02:00
Vicente J. Botet Escriba
e3c240df0a
shared_future<R>::then() should be const.
2014-09-29 23:22:03 +02:00
Niall Douglas
748ea5164e
Merge pull request #25 from MarcelRaad/patch-1
...
Fix GetTickCount return type
2014-09-29 19:18:38 +01:00
Vicente J. Botet Escriba
b44627f97d
don't use std::queue with MSVC 11.
2014-09-29 00:19:35 +02:00
Vicente J. Botet Escriba
bb72eadbd8
Added validation of invalid inner future in wrap.
2014-09-29 00:00:06 +02:00
Marcel Raad
f52f32afda
Fix GetTickCount return type
...
int as a return type results in a signed/unsigned mismatch warning with MSVC (although disabled by default), and it doesn't even compile with clang-cl if the definiton from the Windows header was included before.
2014-09-28 21:25:36 +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
1ffef9ed2d
Add missing invoke.hpp include.
2014-09-28 13:40:16 +02:00
Vicente J. Botet Escriba
4111471ba5
fix typo on file guard.
2014-09-28 09:19:42 +02:00
Vicente J. Botet Escriba
c7b5729cf3
Avoid the use fo invoke if not available, even if the semantics is not the same.
2014-09-27 19:59:25 +02:00
Vicente J. Botet Escriba
7f5dfb633d
MSVC 10 doesn't provide std::is_copy_constructible. Make use of the boost version.
2014-09-26 06:48:40 +02:00
Vicente J. Botet Escriba
f381a7d591
Don't delete copy constructor when rvalue references are disabled.
2014-09-25 07:25:39 +02:00
Vicente J. Botet Escriba
aceabda609
try to avoid to unlock prematurely to see if this is the cause of the test_latch spourious failure.
2014-09-24 08:09:40 +02:00
Vicente J. Botet Escriba
dc4b619b57
Don't delete copy constructor when rvalue references are disabled.
2014-09-23 23:34:42 +02:00
Vicente J. Botet Escriba
abb3fc97e0
fix reported error.
2014-09-23 23:30:26 +02:00
Vicente J. Botet Escriba
ec6ae7b9b4
Take in account small durations.
2014-09-23 23:29:38 +02:00
Vicente J. Botet Escriba
617b979214
try a workaround with MSVC for error C3520: 'T' : parameter pack must be expanded in this context.
2014-09-21 18:58:41 +02:00
Vicente J. Botet Escriba
96667cfcce
MSVC 10 doesn't provide std::is_move_constructible. Let as if all classes were movable in this case.
2014-09-21 18:58:23 +02:00
Vicente J. Botet Escriba
a981650ce9
cleanup.
2014-09-20 16:11:03 +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
da945436c1
avoid call to boost::get_system_time() when relative is true.
2014-09-14 21:51:01 +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
7d4392e157
try to get rid of missing std::is_copy_constructible < gcc-4.5.
2014-09-14 09:09:59 +02:00
Vicente J. Botet Escriba
aff3f424a9
move sync_queue_closed to concurrent directory.
2014-09-13 22:17:19 +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