Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-06 | Update copyright | Boris Kolpackov | 6 | -6/+6 | |
2013-02-11 | Detect POSIX threads on MinGW-W64 | Boris Kolpackov | 1 | -1/+10 | |
2013-02-09 | Update copyright year | Boris Kolpackov | 6 | -6/+6 | |
2013-02-06 | Fix incorrect AC_LANG_SOURCE quoting | Boris Kolpackov | 2 | -6/+6 | |
Thanks to Hugo Mildenberger <Hugo.Mildenberger@web.de> for the patch. | |||||
2012-05-04 | Add -D_REENTRANT when building on Linux to emulate -pthread | Boris Kolpackov | 1 | -1/+3 | |
2012-03-02 | Reimplement C++11 support to be header-only | Boris Kolpackov | 1 | -38/+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/+38 | |
2012-01-29 | Update copyright year | Boris Kolpackov | 6 | -6/+6 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 6 | -6/+0 | |
Too much effort to maintain. | |||||
2011-01-04 | Copyright update | Boris Kolpackov | 6 | -6/+6 | |
2010-09-28 | Use libtool only to link | Boris Kolpackov | 1 | -5/+21 | |
2010-09-27 | More fixes to pthread test | Boris Kolpackov | 1 | -4/+0 | |
2010-09-25 | Improve pthread test | Boris Kolpackov | 1 | -1/+8 | |
2010-09-14 | Use __thread keyword if available | Boris Kolpackov | 1 | -0/+20 | |
2010-09-03 | Implement Win32 TLS support | Boris Kolpackov | 1 | -0/+19 | |
2010-09-02 | Rename a file | Boris Kolpackov | 1 | -0/+0 | |
2010-08-30 | Support for automake and VC++ builds | Boris Kolpackov | 5 | -0/+194 | |
2010-08-26 | Add support for creating other build systems (meta-building) | Boris Kolpackov | 1 | -0/+254 | |
Add support for automake, VC++ 9, and VC++ 10. Also add the Win32 and 'NULL' threading model implementations. |