~roguescholar/boost/+git/thread:feature/associate_executor_to_promise

Last commit made on 2015-10-29
Get this branch:
git clone -b feature/associate_executor_to_promise https://git.launchpad.net/~roguescholar/boost/+git/thread

Branch merges

Branch information

Name:
feature/associate_executor_to_promise
Repository:
lp:~roguescholar/boost/+git/thread

Recent commits

6e42765... by "Vicente J. Botet Escriba" <email address hidden>

Remove the set_executor promise/packged_task member function. Added a promise constructor taking an Executor as parameter. The packaged_task will come later.

c108444... by "Vicente J. Botet Escriba" <email address hidden>

s/ex/excp when ex means exception. Mark the executor type erased code.

c0317c5... by "Vicente J. Botet Escriba" <email address hidden>

Add return *this in invoker assignment.

06d2571... by "Vicente J. Botet Escriba" <email address hidden>

Merge branch 'master' into develop

fdaba4e... by "Vicente J. Botet Escriba" <email address hidden>

try to fix Windows issue with system::time_point arithmetic.

8a7cd83... by "Vicente J. Botet Escriba" <email address hidden>

Merge branch 'develop'

98a5e34... by "Vicente J. Botet Escriba" <email address hidden>

fix compiler error on time_point_cast.

89d8e18... by "Vicente J. Botet Escriba" <email address hidden>

Merge branch 'develop'

d949253... by "Vicente J. Botet Escriba" <email address hidden>

fix timi_point conversion.

f6c732b... by "Vicente J. Botet Escriba" <email address hidden>

Merge branch 'develop'