Commit Graph

  • 4f8243cf59 Remove waiting_empty_. Vicente J. Botet Escriba 2014-11-02 19:41:25 +0100
  • 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. Vicente J. Botet Escriba 2014-11-02 15:13:37 +0100
  • efab5af918 Fix inspection issue. Vicente J. Botet Escriba 2014-11-02 15:11:28 +0100
  • 4d03b410a8 Update executors doc adding thread executor. Vicente J. Botet Escriba 2014-11-02 15:10:15 +0100
  • c1925df81c Fix task exception silently ignored. Make submit throw if closed. join the threads created by the thread_executor Vicente J. Botet Escriba 2014-11-02 15:09:11 +0100
  • cbf9fe8a5c Fix inspection issues. Vicente J. Botet Escriba 2014-11-02 15:08:44 +0100
  • 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:(. Vicente J. Botet Escriba 2014-11-01 22:18:32 +0100
  • a2f2924298 Added missing file sync_queue_base and refactor the concurrent queues to make use of this class. Vicente J. Botet Escriba 2014-11-01 22:18:09 +0100
  • 49d485f1aa Removed BOOST_THREAD_QUEUE_DEPRECATE_OLD for priority and timed queues. Vicente J. Botet Escriba 2014-11-01 11:21:09 +0100
  • d7251f223e Added sync_queue_base and refactor the concurrent queues to make use of this class. Make other refactor on priority and timed queues. Vicente J. Botet Escriba 2014-11-01 11:02:18 +0100
  • 20a6ef7de8 Added wait_until_not_empty, wait_until_not_empty_or_closed. Rename _q_qempty to _not_empty. Vicente J. Botet Escriba 2014-11-01 01:14:41 +0100
  • d5c41e4c4a Added tyy_pus returning queue_op_status. Rename is_closed to closed. Vicente J. Botet Escriba 2014-10-31 23:49:34 +0100
  • b96b9904b7 move scheduled_executor_base.hpp and declare scheduled_thread_pool::worker_loop inline. Vicente J. Botet Escriba 2014-10-31 08:21:27 +0100
  • 304240b206 Move priority/timed queues to concurrent name space and scheduled executors to executors name spapce. Vicente J. Botet Escriba 2014-10-31 08:03:15 +0100
  • c61c139933 merged scheduled executors GSOC project from Ian Forbed. Vicente J. Botet Escriba 2014-10-31 00:19:10 +0100
  • c3b98129e4 Added task_region documentation. Vicente J. Botet Escriba 2014-10-26 19:44:32 +0100
  • 3891eeef52 fix issue with C++98 exception library. Vicente J. Botet Escriba 2014-10-26 19:43:47 +0100
  • f1370b1255 Added a task_region_handle_gen that referes to an existing executor, so that we don't create one each time. Vicente J. Botet Escriba 2014-10-26 15:17:25 +0100
  • 69f2a1df72 Added fib_task_region example and allows to work without executors. Vicente J. Botet Escriba 2014-10-26 13:21:25 +0100
  • 700301e382 Added exception_list and task_region. Vicente J. Botet Escriba 2014-10-26 11:27:18 +0100
  • 952aa44a98 Added promise::emplace and variadic make_ready_future. Vicente J. Botet Escriba 2014-10-25 23:31:09 +0200
  • 5fb51a74fe remove thread_was_interrupted and fix wait_internal pending issue. Vicente J. Botet Escriba 2014-10-24 18:43:26 +0200
  • 02bb6abef4 Merge pull request #29 from awulkiew/patch-1 Vicente J. Botet Escriba 2014-10-23 00:39:04 +0200
  • 1a4bd71616 Change members order in win32 thread_data_base to match ctor initializer list. Adam Wulkiewicz 2014-10-23 00:01:37 +0200
  • 63dd439992 update history. Vicente J. Botet Escriba 2014-10-12 16:28:29 +0200
  • 1029fa9c59 take in account deferred/ready futures on variadic when_all/when_any. Vicente J. Botet Escriba 2014-10-12 15:47:16 +0200
  • 3e28ea806c Added deferred then tests. Vicente J. Botet Escriba 2014-10-11 07:33:57 +0200
  • 07dc40a9ff Added missing boost/config.hpp file when checking for BOOST_NO_CXX11_DECLTYPE. Vicente J. Botet Escriba 2014-10-09 06:51:02 +0200
  • 6f91af2154 Try to address #9569. Vicente J. Botet Escriba 2014-10-05 09:11:58 +0200
  • c3cff80557 Merge branch 'develop' of github.com:boostorg/thread into develop Vicente J. Botet Escriba 2014-10-05 09:07:18 +0200
  • 729c8b63bb added missing file. Vicente J. Botet Escriba 2014-10-05 09:06:52 +0200
  • 6fe7f44ea0 Clarified issue #6782 which can now be closed. Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) 2014-10-04 19:47:48 +0100
  • 8fd4755e79 Added shared_future::then executor. Vicente J. Botet Escriba 2014-10-04 10:36:57 +0200
  • 02b007a20e Make nullary_function copyable and movable following Boost.Move. Make use of std::shared_ptr when available. Vicente J. Botet Escriba 2014-10-04 10:36:44 +0200
  • c0c78e87fc Make invoker copyable and movable following Boost.Move. Vicente J. Botet Escriba 2014-10-04 10:36:31 +0200
  • 58cde5af05 Trying to use std::function for executors::work. This doesn't works yet. Vicente J. Botet Escriba 2014-10-03 21:46:57 +0200
  • c1f2c8a1f1 Added shared_ptr.hpp. Vicente J. Botet Escriba 2014-10-03 21:43:50 +0200
  • bacf5b52ec The added commented lines should work, but don't. Vicente J. Botet Escriba 2014-10-03 21:42:42 +0200
  • 3babf7966e update doc for future/shared_future::then(Executor, Fct). Vicente J. Botet Escriba 2014-10-02 22:34:47 +0200
  • f3de7bf10f Add fuutre::then(ex, fct). Vicente J. Botet Escriba 2014-10-02 07:36:52 +0200
  • 90154217cf Added const to shred_future::then(). Vicente J. Botet Escriba 2014-10-01 08:34:34 +0200
  • ac0b2f9ba7 minor changes to unwrap. Vicente J. Botet Escriba 2014-10-01 07:55:36 +0200
  • da739e680a Merge pull request #27 from Lastique/patch-4 Vicente J. Botet Escriba 2014-09-30 23:54:06 +0200
  • b240b097c7 Fix GCC warnings about initialization order Andrey Semashev 2014-09-30 22:42:13 +0400
  • debe2fb0d1 Merge pull request #26 from Lastique/patch-3 Vicente J. Botet Escriba 2014-09-30 20:38:35 +0200
  • b264ec8fc0 Fix compilation with BOOST_USE_WINDOWS_H defined Andrey Semashev 2014-09-30 22:17:44 +0400
  • 372f8fe10f Merge branch 'develop' of github.com:boostorg/thread into develop Vicente J. Botet Escriba 2014-09-29 23:22:16 +0200
  • e3c240df0a shared_future<R>::then() should be const. Vicente J. Botet Escriba 2014-09-29 23:22:03 +0200
  • 748ea5164e Merge pull request #25 from MarcelRaad/patch-1 Niall Douglas 2014-09-29 19:18:38 +0100
  • b44627f97d don't use std::queue with MSVC 11. Vicente J. Botet Escriba 2014-09-29 00:19:35 +0200
  • c8cd7d1d08 don't check for is_ready on all the futures when using when_wny. Vicente J. Botet Escriba 2014-09-29 00:19:18 +0200
  • f0d0c0551b rollback to not define BOOST_RESULT_OF_USE_DECLTYPE. Vicente J. Botet Escriba 2014-09-29 00:00:49 +0200
  • bb72eadbd8 Added validation of invalid inner future in wrap. Vicente J. Botet Escriba 2014-09-29 00:00:06 +0200
  • f52f32afda Fix GetTickCount return type Marcel Raad 2014-09-28 21:25:36 +0200
  • b973e9b32e remove BOOST_THREAD_NO_CXX11_DECLTYPE_N3276. Vicente J. Botet Escriba 2014-09-28 13:46:21 +0200
  • 1ffef9ed2d Add missing invoke.hpp include. Vicente J. Botet Escriba 2014-09-28 13:40:16 +0200
  • f24ea524bd Remove confusing may be remark and replace T by FutTypes. Vicente J. Botet Escriba 2014-09-28 11:55:35 +0200
  • 4111471ba5 fix typo on file guard. Vicente J. Botet Escriba 2014-09-28 09:19:42 +0200
  • 5e970b987e remove warning. Vicente J. Botet Escriba 2014-09-28 00:34:15 +0200
  • c7b5729cf3 Avoid the use fo invoke if not available, even if the semantics is not the same. Vicente J. Botet Escriba 2014-09-27 19:59:25 +0200
  • 291ebded8e update changes and compliance with last fixed issues. Vicente J. Botet Escriba 2014-09-27 19:58:17 +0200
  • 0c2c8ed3b8 Update doc with last modifications from Concurrent TS. Vicente J. Botet Escriba 2014-09-27 19:57:33 +0200
  • 5294dfa149 Update doc with last modifications from Concurrent TS. Vicente J. Botet Escriba 2014-09-27 16:45:39 +0200
  • 7f5dfb633d MSVC 10 doesn't provide std::is_copy_constructible. Make use of the boost version. Vicente J. Botet Escriba 2014-09-26 06:48:40 +0200
  • f381a7d591 Don't delete copy constructor when rvalue references are disabled. Vicente J. Botet Escriba 2014-09-25 07:25:39 +0200
  • aceabda609 try to avoid to unlock prematurely to see if this is the cause of the test_latch spourious failure. Vicente J. Botet Escriba 2014-09-24 08:09:40 +0200
  • dc4b619b57 Don't delete copy constructor when rvalue references are disabled. Vicente J. Botet Escriba 2014-09-23 23:34:42 +0200
  • abb3fc97e0 fix reported error. Vicente J. Botet Escriba 2014-09-23 23:30:26 +0200
  • ec6ae7b9b4 Take in account small durations. Vicente J. Botet Escriba 2014-09-23 23:29:38 +0200
  • 8c5ba97d39 Don't use lambdas on test if not available. Vicente J. Botet Escriba 2014-09-21 18:59:08 +0200
  • 617b979214 try a workaround with MSVC for error C3520: 'T' : parameter pack must be expanded in this context. Vicente J. Botet Escriba 2014-09-21 18:58:41 +0200
  • 96667cfcce MSVC 10 doesn't provide std::is_move_constructible. Let as if all classes were movable in this case. Vicente J. Botet Escriba 2014-09-21 18:58:23 +0200
  • a981650ce9 cleanup. Vicente J. Botet Escriba 2014-09-20 16:11:03 +0200
  • 00b25853b2 Added when_all/when_any iterators tests. Vicente J. Botet Escriba 2014-09-20 16:05:19 +0200
  • ef04ce8bce enable disabled test. Vicente J. Botet Escriba 2014-09-20 14:53:06 +0200
  • 5091ad705f Added when_any/variadic_pass.cpp. Vicente J. Botet Escriba 2014-09-20 14:37:47 +0200
  • b77f802c47 variadic when_all/when_any must retur tuple instead of vector even when all the types are the same.. Vicente J. Botet Escriba 2014-09-20 13:25:50 +0200
  • da945436c1 avoid call to boost::get_system_time() when relative is true. Vicente J. Botet Escriba 2014-09-14 21:51:01 +0200
  • 27befdf26f Added test for threads_specific_ptr<void>. Vicente J. Botet Escriba 2014-09-14 21:49:31 +0200
  • 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. Vicente J. Botet Escriba 2014-09-14 21:12:44 +0200
  • 8c3cfacf06 emulate template alias queue views. Vicente J. Botet Escriba 2014-09-14 21:00:27 +0200
  • 7d4392e157 try to get rid of missing std::is_copy_constructible < gcc-4.5. Vicente J. Botet Escriba 2014-09-14 09:09:59 +0200
  • aff3f424a9 move sync_queue_closed to concurrent directory. Vicente J. Botet Escriba 2014-09-13 22:17:19 +0200
  • 546ca909c4 try to avoid issue with < gcc-4.5 - error: 'is_copy_constructible' is not a member of 'std'. Vicente J. Botet Escriba 2014-09-13 22:16:57 +0200
  • 7dac51706c Merge branch 'develop' Vicente J. Botet Escriba 2014-09-12 23:40:30 +0200
  • 5ee0e27b5a add more try catch to trac the source of the error. Vicente J. Botet Escriba 2014-09-12 22:50:56 +0200
  • b4fd7fdeb1 fail test when exception cautch instead of rethrow it. Vicente J. Botet Escriba 2014-09-11 13:33:43 +0200
  • c75ea7db89 force the use of lambdas when available on multi_thread_pass test. Vicente J. Botet Escriba 2014-09-11 13:32:11 +0200
  • 19294dc756 Change ref by ptr on queue fields of queue_views so that the default constructors can be generated on MSVC. Vicente J. Botet Escriba 2014-09-11 13:30:48 +0200
  • 52a360775e cleanup. Vicente J. Botet Escriba 2014-09-11 07:32:40 +0200
  • c632b75db1 fix uninitialized variable. Vicente J. Botet Escriba 2014-09-11 07:29:53 +0200
  • 11e4c950ac fix 10478 data race in boost/thread/future.hpp Vicente J. Botet Escriba 2014-09-10 13:44:44 +0200
  • 8440e9a7d8 add tests on non_intettuption_point::sleep_... Vicente J. Botet Escriba 2014-09-10 13:42:15 +0200
  • 02bc292c20 document non_intettuption_point::sleep_... Vicente J. Botet Escriba 2014-09-10 13:41:11 +0200
  • 6d68bac44b fix move semantic issues on promise::set_value. Prepare the use of unique_ptr<T,D> to fix allocator issue. Vicente J. Botet Escriba 2014-09-09 13:21:01 +0200
  • 5d0d128cab let movelib do the std adaptation. Vicente J. Botet Escriba 2014-09-09 13:15:51 +0200
  • ec542d3c8b remove commented code. Vicente J. Botet Escriba 2014-09-08 05:49:10 +0200
  • 6e3216643b Remove future_traits<> as there are always an specialization. Vicente J. Botet Escriba 2014-09-07 19:46:02 +0200
  • 016f5653cf Added when_all().then() tests. Vicente J. Botet Escriba 2014-09-07 09:04:00 +0200
  • ce46539183 Added when_all/when_any/queue_views tests. Vicente J. Botet Escriba 2014-09-06 23:30:50 +0200