~roguescholar/boost/+git/thread:svn-branches/cpp0x

Last commit made on 2008-06-19
Get this branch:
git clone -b svn-branches/cpp0x https://git.launchpad.net/~roguescholar/boost/+git/thread

Branch merges

Branch information

Name:
svn-branches/cpp0x
Repository:
lp:~roguescholar/boost/+git/thread

Recent commits

c484c37... by Beman Dawes

Branch at revision 46530

[SVN r46531]

851d6a9... by Anthony Williams

Correctly remove the reference type when copying the thread function into the thread data area so we don't end up with a dangling reference

[SVN r46295]

9bebd7b... by Anthony Williams

Disable general templated thread constructor for movable types, in order to prevent it trying to act as a thread copy constructor for EDG based compilers

[SVN r46273]

309acb9... by Anthony Williams

Don't try and use _interlockedbittestandset primitives if we don't know they're present

[SVN r46219]

a568871... by Anthony Williams

Added swap for try_lock_wrapper

[SVN r46164]

e984dff... by Anthony Williams

Combined TSS header for pthread and win32, #1958 now fixed for pthread too

[SVN r46162]

685e4d4... by Anthony Williams

Test and fix for bug #1958 on Win32

[SVN r46161]

8af680f... by Anthony Williams

Added swap for unique_lock

[SVN r46160]

6c60cce... by Anthony Williams

Removed partial initializer for res: both values will be assigned later, so no need to initialize either

[SVN r46124]

5882a67... by Anthony Williams

Added extra initializer to timeout to try and eliminate warnings with some compilers

[SVN r46123]