Commit Graph

  • 126ed2428b Thread: try to remove warning C4520: 'boost::executor_adaptor<boost::thread_pool>' : multiple default constructors specified. Vicente J. Botet Escriba 2013-11-14 18:53:51 +0000
  • fd631e2794 Thread: remove BOOST_THREAD_MAX_ARGS_P1. Vicente J. Botet Escriba 2013-11-14 17:56:07 +0000
  • 44f9a2f4ad Thread: merge dummy replacement to fix #9341. Vicente J. Botet Escriba 2013-11-12 18:35:19 +0000
  • 8665c5d510 Thread: merge missing include string. Vicente J. Botet Escriba 2013-11-12 18:33:52 +0000
  • e1d6baddd6 Thread: merge missing thread move constructor noexcept. Vicente J. Botet Escriba 2013-11-12 18:32:37 +0000
  • 9287a29c9d Thread: Adding pp variadic to asyn_func and fix some typos. Vicente J. Botet Escriba 2013-11-11 23:00:37 +0000
  • 5c0cecaaf8 Thread: add _back/_front using queue_op_status interface to sync queues and update the depending classes thread_pool and user_scheduler; Simplfy some test to isolate the errors on msvc-12. Vicente J. Botet Escriba 2013-11-11 10:43:15 +0000
  • 713f5a449c Thread: Added missing include. Vicente J. Botet Escriba 2013-11-09 15:26:49 +0000
  • b336427571 Thread: try to fix error on mscv-12 when scoped_thread uses private dummy class with enable_if. Vicente J. Botet Escriba 2013-11-09 11:50:21 +0000
  • 2a16b649ad Thread: Added caller_context.hpp; Change executor by Executor template parameter in async; update the number of time the failing tests are run to catch all the compilers. Vicente J. Botet Escriba 2013-11-08 17:51:39 +0000
  • 3723cedcab Thread: Added user_scheduler (loop_executor). Vicente J. Botet Escriba 2013-11-06 06:37:46 +0000
  • 3ad582222c Thread: added test for #9303. Vicente J. Botet Escriba 2013-11-05 23:08:13 +0000
  • c9a33b8668 Thread: avoid thread ambiguity on vacpp tester. Vicente J. Botet Escriba 2013-11-05 23:07:28 +0000
  • 88880770d3 Thread: merge [86540] to fix #9319. Vicente J. Botet Escriba 2013-11-03 20:43:42 +0000
  • 9138a2ae92 Thread: Added missing variadic constructor for task_shared_state. Vicente J. Botet Escriba 2013-11-03 16:17:23 +0000
  • d558de7811 Thread: added new/old tickets tests for regression purposes. Vicente J. Botet Escriba 2013-11-02 12:58:03 +0000
  • 19290fddf9 Thread: manage system::errc as it was an real enum class, so no implicitly convertible to an int. Vicente J. Botet Escriba 2013-11-02 09:58:33 +0000
  • 2ac967d1dc Thread: try to avoid compile error with msvc.12 or atleast remove warning C4512. Vicente J. Botet Escriba 2013-11-02 09:56:20 +0000
  • 6e81db4172 Thread: try to avoid compile error with msvc.12. Vicente J. Botet Escriba 2013-11-02 09:54:13 +0000
  • 3a68a63478 Thread: unlock around the calls to continuations oe deferred future executions. Vicente J. Botet Escriba 2013-11-01 21:08:00 +0000
  • 7875edd234 Thread: make use of csbl to make the code more readable and to ensure that it interact well with the std. Vicente J. Botet Escriba 2013-10-28 20:08:39 +0000
  • 2be0b4f8fd Thread: added missing boost/tuple/tuple.hpp file. Vicente J. Botet Escriba 2013-10-28 10:34:51 +0000
  • 67528fc9af Thread: fix thread move constructor noexecpt. Vicente J. Botet Escriba 2013-10-28 02:31:55 +0000
  • 4da1e9dca1 Thread: cleanup replacing some macros by the types imported on csbl namespace comming from std or boost. Cleanup work type ussage. Vicente J. Botet Escriba 2013-10-26 23:35:40 +0000
  • d8c9be3449 Thread: fix change of BOOST_THREAD_VECTOR to boost::csbl::vector. Vicente J. Botet Escriba 2013-10-26 22:47:02 +0000
  • f02390a804 Thread: fix double definition of i in test. Vicente J. Botet Escriba 2013-10-26 22:43:12 +0000
  • 955b207c05 Thread: Added csbl (Common Std Boost Library) files, which allows to use on the csbl namespace eother a std or a boost file, e.g. tuple, vector, functional. Vicente J. Botet Escriba 2013-10-26 15:07:34 +0000
  • c17f5d3fc7 Thread: merge update history for limitations. Vicente J. Botet Escriba 2013-10-26 12:39:50 +0000
  • 8685c32d18 Thread: update history with know limitations. Vicente J. Botet Escriba 2013-10-26 11:59:52 +0000
  • f51e8c812a Thread: Add a loop to catch more quickly the multiple bugs on boost::future experimental features and see which tester are failing. Vicente J. Botet Escriba 2013-10-26 11:22:14 +0000
  • 51aff0fb00 Thread: Adapt barrier to new nullary_function. Vicente J. Botet Escriba 2013-10-26 10:23:00 +0000
  • bfe7af29bc Thread: adapt thread_pool and executor to the new nullary_function work. Vicente J. Botet Escriba 2013-10-26 10:21:27 +0000
  • 4681104b33 Thread: Added a portable copyable/movable thread_pool/executor work. Vicente J. Botet Escriba 2013-10-26 10:20:13 +0000
  • d602f44af6 Thread: Added a portable copyable/movable nullary_function functor. Vicente J. Botet Escriba 2013-10-26 10:20:02 +0000
  • dc55945760 Thread: Add BOOST_THREAD_RV when accessing a BOOST_THREAD_RV_REF to be portable. Vicente J. Botet Escriba 2013-10-26 10:19:38 +0000
  • f7f0347780 Thread: first steps toward async(executor&, f). Vicente J. Botet Escriba 2013-10-16 06:15:51 +0000
  • d6c4be0cd0 Thread: add thread_pool reserv for worker threads. Vicente J. Botet Escriba 2013-10-13 13:15:05 +0000
  • e146febd70 Thread: Added future::when_all/when_any (async vector version) for C++11 compilers. Vicente J. Botet Escriba 2013-10-13 13:08:29 +0000
  • 67ca45ed83 Thread: Added synchronized_value const test. Vicente J. Botet Escriba 2013-10-13 10:13:10 +0000
  • cad6f2b9a6 Thread: Add Copyright. Vicente J. Botet Escriba 2013-10-13 10:11:06 +0000
  • 7756df2ce0 thread: physical_concurrency - avoid c++03-style vector::data Tim Blechmann 2013-10-10 14:53:37 +0000
  • ae831efe08 thread: physical_concurrency - work around getline issue in libc++ Tim Blechmann 2013-10-09 15:25:31 +0000
  • fc65611e82 Revert "Thread: provide physical concurrency conditional until it no regression is introduced." Tim Blechmann 2013-10-09 15:24:58 +0000
  • 8c6dcb9709 Thread: fix some issues with double definition of shared_state_base and avoid ambiguity of disable_if with Boost.Test. Vicente J. Botet Escriba 2013-10-08 17:09:38 +0000
  • 67afa35c49 Thread: try to fix issue with double definition of shared_state_base. Vicente J. Botet Escriba 2013-10-04 20:07:03 +0000
  • 63d9ae2b29 Thread: Added a polymorphic executor and an executor_adaptor. Vicente J. Botet Escriba 2013-10-04 20:05:26 +0000
  • 08aa0d2fb6 Thread: use boost::disable_if instead of disable_if to avoid ambiguity. Vicente J. Botet Escriba 2013-10-02 22:45:23 +0000
  • 3c8334f8c4 Thread: Remove obsolete GCC version check. Stephen Kelly 2013-10-01 08:48:07 +0000
  • 0e2c8ed9e3 Thread: ensure that the thread is joined on the future destructor created by future<T>::then(). Vicente J. Botet Escriba 2013-09-29 19:10:11 +0000
  • 5bfa7cff41 Thread: update history. Vicente J. Botet Escriba 2013-09-29 16:10:56 +0000
  • e3a1498355 Thread: provide physical_concurrency conditionally. Vicente J. Botet Escriba 2013-09-29 14:41:01 +0000
  • 6fab117c17 Thread: future::then should join the thread before destruction. Vicente J. Botet Escriba 2013-09-26 14:47:24 +0000
  • 4a63d4992c Thread: provide physical concurrency conditional until it no regression is introduced. Vicente J. Botet Escriba 2013-09-26 06:54:33 +0000
  • 04e3d918fb thread: implement physical_concurrency Tim Blechmann 2013-09-24 06:41:24 +0000
  • 0073516f0a Thread: added missing function wrapper. Vicente J. Botet Escriba 2013-09-24 05:35:11 +0000
  • 89de3dcf4f Thread: make it possible to use non default constructible types in sync_queue, but sync_bounded_queue requires it yet. Vicente J. Botet Escriba 2013-09-23 21:40:08 +0000
  • 47f40f991f Thread: added first thread_pool. Vicente J. Botet Escriba 2013-09-23 16:45:00 +0000
  • 8b351fe473 Thread: fix some move semantic issues on sync_queue and sync_bounded_queue and add tests. Vicente J. Botet Escriba 2013-09-23 16:44:26 +0000
  • 2da4e8c29e Thread: add a test on get_exception_ptr. Vicente J. Botet Escriba 2013-09-22 23:35:04 +0000
  • 8dce737911 Thread: fix non-copyable issues with intel compiler. Vicente J. Botet Escriba 2013-09-22 23:33:52 +0000
  • 24f1e620e8 Thread: fix some move issues on sync_queue. Vicente J. Botet Escriba 2013-09-22 22:23:58 +0000
  • ed6459ecd2 Thread: make code uniform heap_new/heap_delete pairwise. Vicente J. Botet Escriba 2013-09-22 22:22:08 +0000
  • 3a7f0b1e78 Merged changes from trunk. Andrey Semashev 2013-09-22 09:57:15 +0000
  • 8f06153f46 Thread: merge from trunk to fix 8070 and possibly 7461. Vicente J. Botet Escriba 2013-09-21 20:45:06 +0000
  • 858816b2d2 Thread: add detail:: to access detail::win32::GetTickCount64(). Vicente J. Botet Escriba 2013-09-18 10:58:46 +0000
  • 4bc70444a4 Thread: try to fix SIGSEGV on win32 issue #7666. Vicente J. Botet Escriba 2013-09-17 21:17:02 +0000
  • fcc027369f Thread: try to fix win32 condition_variable issue #7461. Vicente J. Botet Escriba 2013-09-17 21:01:05 +0000
  • 5c78582794 Thread: refactor make_ready_at_thread_exit + inhibit at_thread_exit functions from external threads. Vicente J. Botet Escriba 2013-09-17 20:57:46 +0000
  • 7f479a1dec Thread: Added test for tickets. Vicente J. Botet Escriba 2013-09-17 19:32:03 +0000
  • 4f2a7b2256 Thread: make use of explicit noncopyable constructor to avoid compile error with Intel compiler. Vicente J. Botet Escriba 2013-09-17 19:25:18 +0000
  • 5c88e6ce61 Thread: patch for #8070 to make use of GetTickCount64 when available. Vicente J. Botet Escriba 2013-09-16 19:43:37 +0000
  • 650e374492 Thread: Added ostream_buffer. Vicente J. Botet Escriba 2013-09-16 17:24:30 +0000
  • 6319080ef2 Thread: add test for get_exception_ptr. Vicente J. Botet Escriba 2013-09-16 17:15:05 +0000
  • 3ac48bdd65 Thread: patch for #8070 to make use of GetTickCount64 when available. Vicente J. Botet Escriba 2013-09-16 16:55:21 +0000
  • c3c8ada97d Thread: replace TABS. Vicente J. Botet Escriba 2013-09-15 16:13:47 +0000
  • 325d8cf5ca Thread: merge atomic linked conditionaly + future:get_exception_ptr. Vicente J. Botet Escriba 2013-09-14 14:22:45 +0000
  • 134c323958 Thread: merge scoped_thread constr + condition_variable timed wait issues on windows + doc typos. Vicente J. Botet Escriba 2013-09-13 19:01:48 +0000
  • fd5dd0c2ed Thread: added future<>::get_exception_ptr(). Vicente J. Botet Escriba 2013-09-10 19:40:14 +0000
  • 4a83aa58ed Thread: add workaround for non compliants compilers on scoped_thread constructor. Vicente J. Botet Escriba 2013-09-10 18:55:52 +0000
  • 7d96aa625c Thread: update doc with history. Vicente J. Botet Escriba 2013-09-09 17:37:54 +0000
  • 5520763a73 Thread fix #8943. Vicente J. Botet Escriba 2013-09-09 17:04:15 +0000
  • ad010e0647 Thread: fix #8417. Vicente J. Botet Escriba 2013-09-09 16:57:32 +0000
  • d57a4c6565 Thread: link with boost_atomic conditionaly. Vicente J. Botet Escriba 2013-09-08 22:20:48 +0000
  • 73f5c060ca Thread: merge from trunk upgrade_to_unique_lock::mutex() + doc typos + BOOST_THREAD_USES_ATOMIC doc + synchronized _value call + rename wait_until params. Vicente J. Botet Escriba 2013-09-08 09:50:12 +0000
  • c67e39f126 Thread: protect condition_variable/_any wait_for and wait_until from malicious input. Vicente J. Botet Escriba 2013-09-07 12:11:44 +0000
  • 5a3c301582 Thread: protect condition_variable/_any wait_for and wait_until from malicious input. Vicente J. Botet Escriba 2013-09-07 12:11:18 +0000
  • dc5a8a9c4e Thread: try to handle with not needed definition of uintptr_t #8817. Vicente J. Botet Escriba 2013-09-01 07:25:56 +0000
  • 1e49343ff4 Thread: try to handle with call_once intel issue #8943. Vicente J. Botet Escriba 2013-09-01 07:22:21 +0000
  • 93d1855e64 Thread: fix scoped_thread variadic constructor. Vicente J. Botet Escriba 2013-08-27 22:37:15 +0000
  • a39dd7e8b3 Thread: avoid conflict with thread symbol. Vicente J. Botet Escriba 2013-08-27 22:35:21 +0000
  • 7e5cb92bab Thread: fix some typos in doc. Vicente J. Botet Escriba 2013-08-27 22:31:32 +0000
  • 62cf0f86f6 Thread: fix more typos in doc. Vicente J. Botet Escriba 2013-08-27 11:32:24 +0000
  • c12e07754a Thread: link with boost_chrono and boost_atomic independently of the platform. Vicente J. Botet Escriba 2013-08-25 15:13:17 +0000
  • cbc4266774 Thread: rename wait_until parameter to avoid shadow with member function. Vicente J. Botet Escriba 2013-08-25 15:09:12 +0000
  • 3a038d33e5 Thread: rename check by cgeck_counter to avoid conflict with macro. Vicente J. Botet Escriba 2013-08-25 15:08:08 +0000
  • 51ba4be998 Thread: fix type and add BOOST_THREAD_USE_ATOMIC macro doc. Vicente J. Botet Escriba 2013-08-22 22:11:48 +0000
  • 2d50af8481 Thread: Added synchronized_value operator() to synchronize around a function call. Vicente J. Botet Escriba 2013-08-11 20:33:47 +0000
  • 3fb971386a Thread: merge from trunk last updates since 1.54. Vicente J. Botet Escriba 2013-08-03 16:04:39 +0000
  • e438c98070 Thread: Add mutex() to upgrade_to_unique_lock (#8891). Vicente J. Botet Escriba 2013-08-03 07:47:18 +0000
  • 1e2a76de47 Thread: apply pathc for #8931. Vicente J. Botet Escriba 2013-08-03 07:44:15 +0000