aboutsummaryrefslogtreecommitdiff
path: root/tests/build/root.build
AgeCommit message (Collapse)AuthorFilesLines
2017-01-24Specify test.targetKaren Arutyunov1-0/+4
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2016-08-31Build infrastructure updateKaren Arutyunov1-1/+4
2016-08-14Use default build2 extensions for C++ filesBoris Kolpackov1-3/+0
2016-08-05Initial take on build2-based buildBoris Kolpackov1-0/+14
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).