Jürgen Hunold
|
6ed577f4eb
|
Fix executor forward
correct namespace and type
|
2015-10-12 08:01:19 +02:00 |
|
Vicente J. Botet Escriba
|
ad3cf1189e
|
More fixes for some move semantic issues C++03.
|
2015-10-11 21:30:54 +02:00 |
|
Vicente J. Botet Escriba
|
b8db8fef8b
|
Use parent executor (#11716). Add promise::set_executor and packaged_task::set_executor (#11717). Fix some move semantic issues C++03.
|
2015-10-11 19:56:38 +02:00 |
|
Vicente J. Botet Escriba
|
dacd6deb0a
|
Add static_shared_from_this and make use of it.
|
2015-10-09 08:53:47 +02:00 |
|
Vicente J. Botet Escriba
|
f0228ff559
|
fix shared_state_nullary_task_lifetime_issue_bad_use_of_direct_pointer on C++98 compilers.
|
2015-10-04 02:10:33 +02:00 |
|
Vicente J. Botet Escriba
|
4acaddd166
|
rollback fix shared_state_nullary_task_lifetime_issue_bad_use_of_direct_pointer on C++98 compilersas there is a compile error to fix.
|
2015-10-03 20:26:47 +02:00 |
|
Vicente J. Botet Escriba
|
3a65295d7d
|
replace >> by > >.
|
2015-09-30 23:58:03 +02:00 |
|
Vicente J. Botet Escriba
|
ea9eb62802
|
fix shared_state_nullary_task_lifetime_issue_bad_use_of_direct_pointer.
|
2015-09-29 21:57:52 +02:00 |
|
Vicente J. Botet Escriba
|
971c028c9a
|
thread::try_join_until: Avoid busy wait if system clock changes. #11688.
|
2015-09-28 21:46:16 +02:00 |
|
Vicente J. Botet Escriba
|
8f5de1d7c3
|
make condition_variable_any steady when BOOST_THREAD_HAS_CONDATTR_SET_CLOCK_MONOTONIC.
|
2015-09-25 07:35:25 +02:00 |
|
Vicente J. Botet Escriba
|
a86e2ebcc4
|
Dont use nanosleep on sleep_for if defined BOOST_THREAD_HAS_CONDATTR_SET_CLOCK_MONOTONIC.
|
2015-09-24 01:25:22 +02:00 |
|
Vicente J. Botet Escriba
|
18cbf4b055
|
rollback reverse the use of dattime and chrono when chrono is acceptable.
|
2015-09-24 01:24:08 +02:00 |
|
Vicente J. Botet Escriba
|
6029447774
|
Merge branch 'develop' of github.com:boostorg/thread into develop
|
2015-09-24 00:08:22 +02:00 |
|
Vicente J. Botet Escriba
|
205a1d7e2b
|
apply patch ref #7720.
|
2015-09-24 00:07:11 +02:00 |
|
Ben Wiederhake
|
baca517058
|
Avoid deprecated auto_ptr
|
2015-09-19 18:14:41 +02:00 |
|
Marcel Raad
|
4224a9f4df
|
Fix for future with RTTI off
895b4a0ac5 introduced dynamic_casts. This breaks boost::future with RTTI turned off, which worked before. static_casts should be enough here.
|
2015-09-11 11:06:32 +02:00 |
|
Vicente J. Botet Escriba
|
c1ee2bfbd8
|
fix issue with latch:wait when count is already 0.
|
2015-09-08 18:25:20 +02:00 |
|
Vicente J. Botet Escriba
|
b30cde32d4
|
reverse the use of dattime and chrono when chrono is acceptable.
|
2015-09-08 18:22:44 +02:00 |
|
Vicente J. Botet Escriba
|
ac3f7eb037
|
comment sleep_for overload on nanoseconds on windows.
|
2015-09-05 16:17:36 +02:00 |
|
Vicente J. Botet Escriba
|
9f883f6ad7
|
Add a possible implementation of a steady condition_variable.
|
2015-09-03 23:44:03 +02:00 |
|
Vicente J. Botet Escriba
|
89b119f65f
|
Merge branch 'develop' of github.com:boostorg/thread into develop
|
2015-08-21 18:38:14 +02:00 |
|
Vicente J. Botet Escriba
|
1ae07f3f3a
|
Add shared_timed_mutex typedef.
|
2015-08-21 18:37:42 +02:00 |
|
Vicente J. Botet Escriba
|
ac603f6bd1
|
fix devector allocator_traits_type specific usage.
|
2015-08-21 18:35:36 +02:00 |
|
jzmaddock
|
ff375e2780
|
Move Oracle workaround to correct location
|
2015-08-20 10:51:23 +01:00 |
|
jzmaddock
|
b8dbe960b7
|
Fix to get Thread lib building with Oracle C++
See https://svn.boost.org/trac/boost/ticket/11550
|
2015-08-18 18:20:25 +01:00 |
|
Vicente J. Botet Escriba
|
4f9a08c418
|
fix for(;;){} .
|
2015-07-01 13:21:39 +02:00 |
|
Vicente J. Botet Escriba
|
44272d3b7c
|
fix for(;;); .
|
2015-06-29 08:43:01 +02:00 |
|
Vicente J. Botet Escriba
|
8c974800f9
|
try to remove yet more warnings.
|
2015-06-23 19:05:32 +02:00 |
|
Vicente J. Botet Escriba
|
2a375808c4
|
Merge branch 'develop' of github.com:boostorg/thread into develop
|
2015-06-21 17:38:13 +02:00 |
|
Vicente J. Botet Escriba
|
55c21919fc
|
try to remove some warnings.
|
2015-06-21 17:37:30 +02:00 |
|
Marcel Raad
|
b980b88474
|
Fix typo
There was a typo in the code with both BOOST_USE_WINDOWS_H and BOOST_NO_ANSI_APIS defined.
|
2015-06-05 17:48:53 +02:00 |
|
Vicente J. Botet Escriba
|
7cb5211e25
|
fix typo on poly lockables.
|
2015-05-29 20:02:08 +02:00 |
|
Vicente J. Botet Escriba
|
e39703ff18
|
Merge branch 'develop' of github.com:boostorg/thread into develop
|
2015-05-15 15:07:08 +02:00 |
|
Vicente J. Botet Escriba
|
aafd5ca726
|
applie patch for #11266.
|
2015-05-15 15:05:09 +02:00 |
|
Vicente J. Botet Escriba
|
9b69912801
|
Merge pull request #54 from tempoz/patch-5
Remove unused parameter
|
2015-05-14 18:18:31 +02:00 |
|
Vicente J. Botet Escriba
|
87615d54dd
|
cleanup unused function set_exceptional_if_invalid.
|
2015-05-06 09:48:54 +02:00 |
|
Vicente J. Botet Escriba
|
5488482a44
|
simplify launch_continuation interface.
|
2015-05-04 23:06:39 +02:00 |
|
Vicente J. Botet Escriba
|
71d9a0a120
|
fix issue with unwrap shared state. Take care of exceptions on the unwrapped future.
|
2015-05-03 22:52:52 +02:00 |
|
Vicente J. Botet Escriba
|
b7b2a463cf
|
fix issue with unwrap shared state.
|
2015-05-03 22:32:17 +02:00 |
|
Vicente J. Botet Escriba
|
1b2736012c
|
Merge branch 'fix/basic_thread_pool_bad_use_of_scoped_thread' into develop
|
2015-05-03 14:36:57 +02:00 |
|
Vicente J. Botet Escriba
|
5205fa71bf
|
Fixed some missing lock.unlock().
|
2015-05-03 14:30:52 +02:00 |
|
Vicente J. Botet Escriba
|
ba2988a8f7
|
Fixed issue with basic_thread_pool scoped threads.
|
2015-05-03 10:42:42 +02:00 |
|
Vicente J. Botet Escriba
|
bce7eabba2
|
fix make_exceptional issue.
|
2015-04-30 01:11:39 +02:00 |
|
Vicente J. Botet Escriba
|
1bd78bbeea
|
cleanup commented code.
|
2015-04-25 11:16:03 +02:00 |
|
Vicente J. Botet Escriba
|
e850218c49
|
ref #11174 - boost::condition_variable::timed_wait with predicate unexpectedly wakes up while should wait infinite.
|
2015-04-25 00:20:53 +02:00 |
|
Vicente J. Botet Escriba
|
385eefd3b3
|
ref #11174 - boost::condition_variable::timed_wait with predicate unexpectedly wakes up while should wait infinite.
|
2015-04-25 00:20:05 +02:00 |
|
Zoey Greer
|
2ddf7aad0b
|
Remove unused parameter
lk is unused in get_state, naming it causes build warnings
|
2015-04-22 19:37:36 -04:00 |
|
Vicente J. Botet Escriba
|
c9433c2a5b
|
rollback ref #11174 - boost::condition_variable::timed_wait with predicate unexpectedly wakes up while should wait infinite.
|
2015-04-22 22:49:26 +02:00 |
|
Vicente J. Botet Escriba
|
8853a4cbdf
|
ref #11174 - boost::condition_variable::timed_wait with predicate unexpectedly wakes up while should wait infinite.
|
2015-04-22 07:23:38 +02:00 |
|
Vicente J. Botet Escriba
|
6f53279b50
|
ref #11174 - boost::condition_variable::timed_wait with predicate unexpectedly wakes up while should wait infinite.
|
2015-04-18 19:26:07 +02:00 |
|