Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-02 | Reimplement C++11 support to be header-only | Boris Kolpackov | 1 | -4/+0 | |
This way, the same build of the runtime libraries can be used in both C++98 and C++11 modes. This is important for when runtimes are installed or packaged. | |||||
2012-02-28 | Build infrastructure for C++11 support | Boris Kolpackov | 1 | -0/+4 | |
2012-01-29 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 1 | -1/+0 | |
Too much effort to maintain. | |||||
2011-01-04 | Copyright update | Boris Kolpackov | 1 | -1/+1 | |
2010-09-14 | Use __thread keyword if available | Boris Kolpackov | 1 | -0/+2 | |
2010-09-06 | Cosmetic changes | Boris Kolpackov | 1 | -3/+1 | |
2010-09-03 | Implement Win32 TLS support | Boris Kolpackov | 1 | -0/+4 | |
2010-09-02 | Misc changes | Boris Kolpackov | 1 | -6/+2 | |
2010-08-30 | Support for automake and VC++ builds | Boris Kolpackov | 1 | -73/+17 | |
2010-08-26 | Add support for creating other build systems (meta-building) | Boris Kolpackov | 1 | -0/+113 | |
Add support for automake, VC++ 9, and VC++ 10. Also add the Win32 and 'NULL' threading model implementations. |