aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2016-08-31Build infrastructure updateKaren Arutyunov2-1/+5
2016-08-14Use default build2 extensions for C++ filesBoris Kolpackov1-3/+0
2016-08-14Update .gitignore filesBoris Kolpackov1-0/+1
2016-08-05Initial take on build2-based buildBoris Kolpackov5-0/+67
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).