aboutsummaryrefslogtreecommitdiff
path: root/build/bootstrap.build
AgeCommit message (Collapse)AuthorFilesLines
2017-04-28Bump version to 2.5.0.b.1.z, switch to build2 version moduleBoris Kolpackov1-16/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2016-09-08Bump version to 2.5.0-a11Boris Kolpackov1-1/+1
2016-09-05Update to latest build2 changes2.5.0-a10Boris Kolpackov1-1/+1
2016-08-31Build infrastructure updateKaren Arutyunov1-6/+14
2016-08-22Bump version to 2.5.0-a10Boris Kolpackov1-1/+1
2016-08-14Bump version to 2.5.0-a9Boris Kolpackov1-1/+1
Note that we now use the -[ab]N schema rather than .[ab]N.
2016-08-05Initial take on build2-based buildBoris Kolpackov1-0/+18
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).