aboutsummaryrefslogtreecommitdiff
path: root/odb/details/posix
AgeCommit message (Collapse)AuthorFilesLines
2011-01-04Copyright updateBoris Kolpackov12-12/+12
2010-11-22Allow implicit conversion of TLS pointersBoris Kolpackov1-2/+3
2010-09-28Get rid of compiler warningsBoris Kolpackov1-3/+3
2010-09-10Add support for early destruction of TLS objectBoris Kolpackov2-3/+29
2010-09-03Implement Win32 TLS supportBoris Kolpackov1-3/+0
2010-08-26Add support for creating other build systems (meta-building)Boris Kolpackov5-10/+36
Add support for automake, VC++ 9, and VC++ 10. Also add the Win32 and 'NULL' threading model implementations.
2010-08-18Add multi-threading primitivesBoris Kolpackov12-0/+554
Currently only the pthread-based implementation is present.