aboutsummaryrefslogtreecommitdiff
path: root/odb/details/export.hxx
AgeCommit message (Collapse)AuthorFilesLines
2016-08-05Initial take on build2-based buildBoris Kolpackov1-0/+39
Only C++11 is supported with GCC 4.8 and up and VC 14 and up. This change also introduces the ODB_THREADS_CXX11 threading model. It is the default for the build2 build but can be disabled with a global ODB_THREADS_NONE define (global means that it should be in effect both when building and using the library).
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
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-09-03Implement Win32 TLS supportBoris Kolpackov1-3/+15
2010-08-26Add support for creating other build systems (meta-building)Boris Kolpackov1-0/+29
Add support for automake, VC++ 9, and VC++ 10. Also add the Win32 and 'NULL' threading model implementations.