aboutsummaryrefslogtreecommitdiff
path: root/buildfile
AgeCommit message (Collapse)AuthorFilesLines
2017-07-14Make use of wildcards in buildfilesKaren Arutyunov1-4/+3
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2016-08-31build2 build system fixesBoris Kolpackov1-0/+3
2016-08-05Initial take on build2-based buildBoris Kolpackov1-0/+9
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).