aboutsummaryrefslogtreecommitdiff
path: root/odb/details/posix/tls.hxx
AgeCommit message (Collapse)AuthorFilesLines
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-11-22Allow implicit conversion of TLS pointersBoris Kolpackov1-2/+3
2010-09-10Add support for early destruction of TLS objectBoris Kolpackov1-0/+10
2010-09-03Implement Win32 TLS supportBoris Kolpackov1-3/+0
2010-08-26Add support for creating other build systems (meta-building)Boris Kolpackov1-6/+10
Add support for automake, VC++ 9, and VC++ 10. Also add the Win32 and 'NULL' threading model implementations.
2010-08-18Add multi-threading primitivesBoris Kolpackov1-0/+96
Currently only the pthread-based implementation is present.