Vicente J. Botet Escriba
|
f6c732b124
|
Merge branch 'develop'
|
2015-10-21 18:59:44 +02:00 |
|
Vicente J. Botet Escriba
|
dcc3227668
|
don't use steady clock if not supported.
|
2015-10-20 10:03:51 +02:00 |
|
Vicente J. Botet Escriba
|
b3d237731a
|
avoid Boost.Test.
|
2015-10-20 10:03:15 +02:00 |
|
Vicente J. Botet Escriba
|
4321b59c1e
|
Merge branch 'develop'
|
2015-10-20 00:23:51 +02:00 |
|
Vicente J. Botet Escriba
|
67759325eb
|
update version
|
2015-10-20 00:23:06 +02:00 |
|
Vicente J. Botet Escriba
|
8153e2a652
|
try to fix MSVC issue with template class.
|
2015-10-19 20:01:42 +02:00 |
|
Vicente J. Botet Escriba
|
7876163c68
|
make sync optional.
|
2015-10-19 00:50:29 +02:00 |
|
Vicente J. Botet Escriba
|
805fa41a4e
|
try to fix issues with gcc-3.x.y with not supported -Wno-variadic-macros.
|
2015-10-18 18:50:34 +02:00 |
|
Vicente J. Botet Escriba
|
0e6376d93a
|
make async return a blocking future.
|
2015-10-18 18:47:24 +02:00 |
|
Vicente J. Botet Escriba
|
bf1fc5158e
|
Added launch::inherit and specialize the behavior for the(launch::inherit, Cont).
|
2015-10-18 04:17:27 +02:00 |
|
Vicente J. Botet Escriba
|
1e4e9ab84c
|
#11734. future::then(Cont) should be able to execute the contination on undetermined thread.
|
2015-10-18 00:36:25 +02:00 |
|
Vicente J. Botet Escriba
|
88ab663ac5
|
Merge branch 'feature/non_blocking_futures' into develop
|
2015-10-17 14:57:39 +02:00 |
|
Vicente J. Botet Escriba
|
0ab63b9248
|
Remove counting when async future blocking.
|
2015-10-17 11:38:06 +02:00 |
|
Vicente J. Botet Escriba
|
73053e4abe
|
merge from develop.
|
2015-10-17 10:51:50 +02:00 |
|
Vicente J. Botet Escriba
|
9a4fbbec5d
|
Merge branch 'develop'
|
2015-10-17 08:22:38 +02:00 |
|
Vicente J. Botet Escriba
|
b4744a2aa8
|
then can be now sync. The destructor of a shared state that joins check for thread_ifbefore join. Adde continuation_shared_state to share common behavior.
|
2015-10-17 00:44:45 +02:00 |
|
Vicente J. Botet Escriba
|
4169bcee44
|
Addoverloadsfor shared.
|
2015-10-17 00:40:53 +02:00 |
|
Vicente J. Botet Escriba
|
baf516e82f
|
comment serial conttest.
|
2015-10-17 00:40:23 +02:00 |
|
Vicente J. Botet Escriba
|
cc309eef8d
|
refactor ::then(f) in function of ::then(launch_policy, f).
|
2015-10-15 23:31:38 +02:00 |
|
Vicente J. Botet Escriba
|
45cc1704ef
|
fix some missing decay. Cleanup adding init.
|
2015-10-15 19:19:07 +02:00 |
|
Vicente J. Botet Escriba
|
278a06fd47
|
Merge pull request #71 from jhunold/executors_fix
Fix executor forward
|
2015-10-12 23:49:48 +02:00 |
|
Jürgen Hunold
|
6ed577f4eb
|
Fix executor forward
correct namespace and type
|
2015-10-12 08:01:19 +02:00 |
|
Vicente J. Botet Escriba
|
bf8459cf23
|
Merge from develop.
|
2015-10-11 23:34:45 +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
|
384c71dbe6
|
minor updates.
|
2015-10-11 18:45:58 +02:00 |
|
Vicente J. Botet Escriba
|
111574cf0c
|
minor updat on configuration.
|
2015-10-10 15:47:28 +02:00 |
|
Vicente J. Botet Escriba
|
759601d08a
|
Merge pull request #70 from mauve/fix-provides-executors-doc
doc: add PROVIDES_EXECUTORS to the config table
|
2015-10-10 10:26:01 +02:00 |
|
Vicente J. Botet Escriba
|
c60d152102
|
Merge pull request #69 from mauve/fix-then-docs
doc: then() on future take an executor
|
2015-10-10 10:24:18 +02:00 |
|
Mikael Olenfalk
|
6ff4fe1a89
|
doc: add PROVIDES_EXECUTORS to the config table
|
2015-10-10 09:04:38 +02:00 |
|
Mikael Olenfalk
|
2c0c4ead7f
|
doc: then() on future take an executor
|
2015-10-10 08:54:37 +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
|
c7df715709
|
Merge branch 'develop'
|
2015-10-06 23:27:17 +02:00 |
|
Vicente J. Botet Escriba
|
ddd26b5bb8
|
remove comments after \ continuator macro.
|
2015-10-04 18:06:59 +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
|
773f8bfcb4
|
replace >> by > >.
|
2015-09-30 23:57:00 +02:00 |
|
Vicente J. Botet Escriba
|
8afcbe22af
|
uncomment fixed test after merge from develop.
|
2015-09-30 00:08:16 +02:00 |
|
Vicente J. Botet Escriba
|
450f34daed
|
merge from develop.
|
2015-09-30 00:01:33 +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
|
3f8618b42b
|
update release notes.
|
2015-09-27 16:27:06 +02:00 |
|
Vicente J. Botet Escriba
|
9a8759a3dd
|
rollback physical_concurrency changes and take care of patch #10788. #11683.
|
2015-09-27 15:14:58 +02:00 |
|
Vicente J. Botet Escriba
|
9ac736a4c4
|
Apply patch fromPR - Do not wake up computer from sleep. #11368.
|
2015-09-27 14:30:16 +02:00 |
|
Vicente J. Botet Escriba
|
730cb550e6
|
Merge branch 'develop'
|
2015-09-27 08:24:26 +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
|
0fdd4fc620
|
remove comments.
|
2015-09-24 01:36:41 +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 |
|