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

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

Branch merges

Branch information

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

Recent commits

5a18153... by Beman Dawes

v2, v3, integration branch

[SVN r62649]

f6b8cdd... by Anthony Williams

Use BOOST_THREAD_DYN_LINK instead of BOOST_THREAD_DYN_DLL for
compatibility with the rest of boost. Fix for issue #2874

[SVN r62643]

6727013... by Anthony Williams

Use time_duration::tick_type rather than long when calculating due
time to fix issue #4318

[SVN r62642]

cda12a2... by Anthony Williams

Added BOOST_THREAD_DECL to friend declaration of
this_thread::get_id. Fix for issue #4316

[SVN r62641]

c3c2072... by Anthony Williams

Added unimplemented default constructor to derived to avoid complaints
about the constructors of T in some compilers. Fix for issue #4317

[SVN r62639]

bfc226f... by Anthony Williams

Add extra braces to fix issue #4321

[SVN r62638]

fd28e1a... by Anthony Williams

Added missing #includes. Fix for issue #4322

[SVN r62637]

b11911f... by Anthony Williams

Moved thread startup and shutdown hooks to namespace boost

[SVN r62636]

a1587d0... by Anthony Williams

Replace use of noncopyable with private copy operations, issue #3244

[SVN r62633]

df2f43b... by Anthony Williams

Added documentation for this_thread::sleep overload that takes a
system_time. see issue #3179

[SVN r62632]