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

Last commit made on 2004-07-20
Get this branch:
git clone -b svn-branches/thread_dev https://git.launchpad.net/~roguescholar/boost/+git/thread

Branch merges

Branch information

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

Recent commits

9f9292e... by Michael Glassford <email address hidden>

Fix compile errors: some compilers don't like an enum and the namespace it is in to have the same name; missing typename; _sntprintf not in namespace std for cw. Fix warnings on some compilers. Clean up scheduling algorithms to pass unit tests and hopefully eliminate reported deadlocks. Still needs work, but should be better than before.

[SVN r23859]

0a88a53... by Michael Glassford <email address hidden>

Fix compile errors: some compilers don't like an enum and the namespace it is in to have the same name.

[SVN r23858]

0bce1be... by Michael Glassford <email address hidden>

Remove line-continuation inside #if (cwpro8 seemed not to like it).

[SVN r23857]

9f354c9... by Michael Glassford <email address hidden>

Renamed add_thread_exit() to at_thread_exit(), a better name.

[SVN r23856]

274b04b... by Michael Glassford <email address hidden>

Add hooks for users to provide their own tss cleanup in win32 statically linked builds.

[SVN r23586]

539d194... by Michael Glassford <email address hidden>

Add try_lock() method to scoped_timed_lock.

[SVN r23585]

fff6d9e... by Michael Glassford <email address hidden>

Changes for WinCE.

[SVN r23584]

5472ebd... by Michael Glassford <email address hidden>

Add hooks for users to provide their own tss cleanup in win32 statically linked builds.

[SVN r23583]

50c034f... by Michael Glassford <email address hidden>

Fix enum definition.

[SVN r23582]

2a5e1a3... by Michael Glassford <email address hidden>

Add read_lock and write_lock and related classes; modify lock constructors; add promote() that throws exception if it fails; fix enum definition.

[SVN r23581]