aboutsummaryrefslogtreecommitdiff
path: root/build/root.build
AgeCommit message (Collapse)AuthorFilesLines
2016-08-31Build infrastructure updateKaren Arutyunov1-0/+5
2016-08-31build2 build system fixesBoris Kolpackov1-3/+1
2016-08-14Use default build2 extensions for C++ filesBoris Kolpackov1-5/+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).