d01c0232daThread: Added asynch deferred on a specifc configuration+ prepare the work for async futures joining the producer thread
Vicente J. Botet Escriba
2012-11-02 21:30:36 +0000
91e32e3f02Thread: extract invoke and make_tuple_indeces on specific files+change the condition to BOOST_NO_CXX11_DECLTYPE_N3276+ fix a warning when BOOST_THREAD_THROW_IF_PRECONDITION_NOT_SATISFIED is not defined
Vicente J. Botet Escriba
2012-11-02 07:31:19 +0000
88294f4161Thread: Add the function pointer overloads with MSVC even if it supports rvalue references.
Vicente J. Botet Escriba
2012-11-01 21:49:20 +0000
9cdc23159aThread: rollaback unintended default version change
Vicente J. Botet Escriba
2012-11-01 09:52:13 +0000
c95f1d95afThread: update doc with warnigs for deprecated features + history
Vicente J. Botet Escriba
2012-10-31 21:17:49 +0000
45c87d392fThread: Refactor futures by adding a basic_future common class + added some tests for shared_future
Vicente J. Botet Escriba
2012-10-31 21:16:00 +0000
1c0a4999b8Thread: rework async and packaged task.
Vicente J. Botet Escriba
2012-10-31 01:37:57 +0000
30bfc7bceaThread: remove some rvalue-references limitations for future::then and make_shared.
Vicente J. Botet Escriba
2012-10-30 09:36:22 +0000
48f8c1c1c8Thread Split lock.hpp + towards allowing to disable interruptions
Vicente J. Botet Escriba
2012-10-29 19:57:01 +0000
c47ea136b6Thread Split lock.hpp + towards allowing to disable interruptions
Vicente J. Botet Escriba
2012-10-29 19:19:40 +0000
b03de37155Thread: Added files needed to split locks.hpp in several files to limit depedencies
Vicente J. Botet Escriba
2012-10-29 00:55:31 +0000
73af713503Thread: Added null_mutex
Vicente J. Botet Escriba
2012-10-29 00:50:53 +0000
a903532cefThread: make use of the extracted thread functiors and added default constructor
Vicente J. Botet Escriba
2012-10-29 00:39:59 +0000
d6178b3139Thread: update thread_guard to make it a template parameterized by thread functors
Vicente J. Botet Escriba
2012-10-29 00:36:06 +0000
ec1241a6d8Thread: Added thread_joiner
Vicente J. Botet Escriba
2012-10-28 17:55:32 +0000
ae819901abThread: Added scoped_thread
Vicente J. Botet Escriba
2012-10-28 17:53:42 +0000
3c0294cf3aThread: added first version of synchronized_value
Vicente J. Botet Escriba
2012-10-28 17:43:40 +0000
0ae81b8d4cThread: merge [81032][81034]
Vicente J. Botet Escriba
2012-10-21 11:56:52 +0000
21bc767445Thread: remove include iostream
Vicente J. Botet Escriba
2012-10-21 09:26:58 +0000
47b6368ef7Thread: merge 81024
Vicente J. Botet Escriba
2012-10-21 06:37:51 +0000
05f02e1476Thread: merge 80986
Vicente J. Botet Escriba
2012-10-20 15:19:13 +0000
a3098b5dfdThread: Added BOOST_THREAD_DONT_PROVIDE_THREAD_EQ, BOOST_THREAD_DONT_USE_DATETIME and forbid their use when defined + Added BOOST_THREAD_PROVIDES_FUTURE_CONTINUATION and future<>::then + Go towards don't throwing from the cpp files (refactor start_thread, join + Added #define BOOST_THREAD_VERSION 2 for the tests that runs only with version 2
Vicente J. Botet Escriba
2012-10-20 14:05:32 +0000
bd69c9382fThread: ref #7461
Vicente J. Botet Escriba
2012-10-14 16:32:41 +0000
ce19b13c43Thread: merged 80966
Vicente J. Botet Escriba
2012-10-14 15:26:00 +0000
b47f43df59Thread: Rollback SIG_ATOMIC_MAX change for once.hpp. ref #7499
Vicente J. Botet Escriba
2012-10-12 00:01:30 +0000
8262d61ff5Thread: Merge 80757
Vicente J. Botet Escriba
2012-10-11 15:56:21 +0000
e9217d02f0Thread: remove some minor warnings
Vicente J. Botet Escriba
2012-10-04 21:57:18 +0000
6741c8420aThread: define BOOST_THREAD_PLATFORM_PTHREAD also in windows and restrict it BOOST_NO_SFINAE_EXPR is not defined
Vicente J. Botet Escriba
2012-10-04 21:55:03 +0000
fe45847841Thread: remove warning
Vicente J. Botet Escriba
2012-10-04 17:09:22 +0000
5d13b87dd3Thread: constraint these test to run only when BOOST_THREAD_USES_CHRONO is defined
Vicente J. Botet Escriba
2012-10-04 17:08:23 +0000
e1f5fbdc33Thread: fix typo introduced while making get_id inline on posix
Vicente J. Botet Escriba
2012-10-04 16:50:46 +0000
b342cf683bThread: Protect the static assert to catch bug with gcc-4.4
Vicente J. Botet Escriba
2012-10-03 20:14:15 +0000
e94946cc8cThread: Added static assert to catch bug with gcc-4.4
Vicente J. Botet Escriba
2012-10-03 18:47:53 +0000
8604ca1b85Thread: Fix bug with gcc4.4, prepare change to v3 by default
Vicente J. Botet Escriba
2012-10-03 05:45:35 +0000
9847f57ce7Thread: Update doc
Vicente J. Botet Escriba
2012-10-03 05:43:38 +0000
4d013af927Thread: merge from trunk
Vicente J. Botet Escriba
2012-10-01 00:24:05 +0000
7b54159af3Thread: Make use of BOOST_TRY family macros on win32 code
Vicente J. Botet Escriba
2012-09-30 23:46:00 +0000
16ad9c868eThread: make the code of tests set_rvalue and make_future more portable
Vicente J. Botet Escriba
2012-09-30 17:33:56 +0000
26f4ad3db2Thread: try to fix some issues with packaged_task with signature parameters
Vicente J. Botet Escriba
2012-09-30 14:31:52 +0000
715928e143Thread: Allow BOOST_THREAD_PROVIDES_VARIADIC_THREAD only if BOOST_NO_CXX11_HDR_TUPLE is defined + remove some -ansi flags tha make EXPERIMENTAL_CXX0X to be not defined
Vicente J. Botet Escriba
2012-09-29 23:35:29 +0000
40d694e893Thread: adding inline keyword to avoid linker errors
Hartmut Kaiser
2012-09-29 21:42:36 +0000
4d84fb97c9Thread: constrain make_future example to run when rvalues references are supported.
Vicente J. Botet Escriba
2012-09-29 20:54:24 +0000
ab7bb7a82dThread: try to fix regression on test_once
Vicente J. Botet Escriba
2012-09-29 18:22:21 +0000
171be40a1fThread: rollback preceding change and apply patch spliting the assembles so that each instruction is on one line.
Vicente J. Botet Escriba
2012-09-29 16:53:11 +0000
dedaa7e617Thread: version 4: Added variadic templates for packed_task cons, async, thread cons + added make_future + future::get() can be called just once
Vicente J. Botet Escriba
2012-09-29 16:31:27 +0000
6173ae42a9Fix: C4251 warnings from msvc
Jürgen Hunold
2012-09-23 14:33:50 +0000
2d8852199bThread: Merge from trunk
Vicente J. Botet Escriba
2012-09-23 12:38:00 +0000
792604127eThread: Added missing what() virtual function of future_error
Vicente J. Botet Escriba
2012-09-19 00:16:08 +0000
81d0aaf7bcThread: Added missing what() virtual function of future_error
Vicente J. Botet Escriba
2012-09-18 23:10:51 +0000
97c0ddbee4Thread: updated history
Vicente J. Botet Escriba
2012-09-09 12:46:49 +0000
330502ea1eThread: Manage with statefull allocators and call destroy on the task object: #7349 and #7350
Vicente J. Botet Escriba
2012-09-09 12:41:31 +0000
662118b5c6Thread: Remove BOOST_THREAD_DONT_USE_SYSTEM and update documentation to manage with 7336
Vicente J. Botet Escriba
2012-09-09 12:35:37 +0000
7bc8c437abThread: merge from trunk: 1.52
Vicente J. Botet Escriba
2012-09-08 14:59:26 +0000
8bee2291fdThread: start adding noexcept to recursive_mutex::try_lock. Uncomment needed after checking on windows
Vicente J. Botet Escriba
2012-09-08 14:18:43 +0000
39c4db3e66Thread: cleanup include
Vicente J. Botet Escriba
2012-09-08 14:18:14 +0000
749b1034f9Thread: test async with moveonly functors.
Vicente J. Botet Escriba
2012-09-08 14:16:07 +0000