aboutsummaryrefslogtreecommitdiff
path: root/odb/details/condition.hxx
AgeCommit message (Collapse)AuthorFilesLines
2016-08-16Try to clean up inline exportsBoris Kolpackov1-2/+1
2016-08-05Initial take on build2-based buildBoris Kolpackov1-1/+24
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-08-26Add support for creating other build systems (meta-building)Boris Kolpackov1-0/+38
Add support for automake, VC++ 9, and VC++ 10. Also add the Win32 and 'NULL' threading model implementations.
2010-08-18Add multi-threading primitivesBoris Kolpackov1-0/+11
Currently only the pthread-based implementation is present.