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

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

Branch merges

Branch information

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

Recent commits

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

go on with the future refactoring.

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

minor fix on clang with executor forward declaration.

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

minor fix on clang with executor forward declaration.

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

make executor_adaptor copyable/movable.

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

comment serial_executor_cont test as not supported.

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

make executor_adaptor copy constructible.

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

Merge from develop.

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

More fixes for some move semantic issues C++03.

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

Use parent executor (#11716). Add promise::set_executor and packaged_task::set_executor (#11717). Fix some move semantic issues C++03.

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

minor updates.