~roguescholar/boost/+git/thread:sandbox-branches/birbacher/fix_iostreams

Last commit made on 2007-10-29
Get this branch:
git clone -b sandbox-branches/birbacher/fix_iostreams https://git.launchpad.net/~roguescholar/boost/+git/thread

Branch merges

Branch information

Name:
sandbox-branches/birbacher/fix_iostreams
Repository:
lp:~roguescholar/boost/+git/thread

Recent commits

ce56820... by Frank Birbacher <email address hidden>

restart of branch, this is to include changes from trunk

[SVN r40545]

6485717... by Anthony Williams

improved lifetime management of thread data

[SVN r40478]

1d5bbd1... by Anthony Williams

disable_cancellation and restore_cancellation need to be declared BOOST_THREAD_DECL to work with DLLs with pthread-win32

[SVN r40477]

bc40374... by Anthony Williams

disable_cancellation and restore_cancellation need to be declared BOOST_THREAD_DECL to work with DLLs

[SVN r40476]

c7f963f... by Vladimir Prus

Make sure every library can be installed by using

     bjam stage|install

in libs/<library>/build.

[SVN r40475]

afb6684... by Anthony Williams

added tests for cancellation

[SVN r40472]

ee3d772... by Anthony Williams

thread move constructor is not explicit, so self() compiles for MSVC8 and Intel; thread_exit_callback_node constructor added to remove warnings on MSVC8; thread destructor no longer calls cancel

[SVN r40456]

1af08f7... by Anthony Williams

updated pthreads code to support move and multiple joins

[SVN r40424]

ccf23fa... by Anthony Williams

updated thread move semantics to work with Borland

[SVN r40412]

f701def... by Anthony Williams

thrd-api is no longer a symmetric feature

[SVN r40407]