~roguescholar/boost/+git/thread:sandbox-branches/intrusive_fix_SunCC

Last commit made on 2009-08-24
Get this branch:
git clone -b sandbox-branches/intrusive_fix_SunCC https://git.launchpad.net/~roguescholar/boost/+git/thread

Branch merges

Branch information

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

Recent commits

01e0712... by Christopher Hite <email address hidden>

creating branch to fix intrusive for Sun CC (#3339)

[SVN r55764]

8d22c38... by troy d. straszheim

Copyrights on CMakeLists.txt to keep them from clogging up the inspect
reports. This is essentially the same commit as r55095 on the release
branch.

[SVN r55159]

235ed4a... by Vladimir Prus

Check _GNU_SOURCE before using get_nprocs.

The latter function is not POSIX, but a GNU extension and therefore
not available universally.

[SVN r54408]

627cb7f... by Anthony Williams

Fixed typo

[SVN r53412]

09021af... by Anthony Williams

Changed thread_specific_ptr to use a map for faster lookup, and erase empty nodes

[SVN r53389]

31c280d... by Anthony Williams

TSS cleanup not called for NULL data

[SVN r53388]

629f344... by Anthony Williams

Test and fix for first part of issue #2797

[SVN r53387]

db5f924... by Anthony Williams

Remove commented-out thread_group code

[SVN r53386]

9be3eb2... by Anthony Williams

Attempts to improve the boost::thread move semantics; separated tests to give clearer ID; incorporated patch to fix issue #2062

[SVN r53385]

effd891... by John Maddock <email address hidden>

Remove options that are no longer required and get the PDF docs building.

[SVN r51142]