Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-22 | Allow implicit conversion of TLS pointers | Boris Kolpackov | 1 | -6/+6 | |
2010-09-14 | Use __thread keyword if available | Boris Kolpackov | 1 | -1/+27 | |
2010-09-10 | Add support for early destruction of TLS object | Boris Kolpackov | 1 | -0/+9 | |
2010-09-03 | Implement Win32 TLS support | Boris Kolpackov | 1 | -23/+5 | |
2010-08-26 | Add support for creating other build systems (meta-building) | Boris Kolpackov | 1 | -3/+95 | |
Add support for automake, VC++ 9, and VC++ 10. Also add the Win32 and 'NULL' threading model implementations. | |||||
2010-08-18 | Add multi-threading primitives | Boris Kolpackov | 1 | -0/+14 | |
Currently only the pthread-based implementation is present. |