aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/context.hxx
AgeCommit message (Collapse)AuthorFilesLines
2019-08-26Implement auto-import of development build2 buildBoris Kolpackov1-1/+2
2019-08-26Implement updating build system modulesBoris Kolpackov1-2/+21
2019-08-26Make target types project-wideBoris Kolpackov1-5/+7
2019-08-23Introduce notion of build contextBoris Kolpackov1-257/+345
All non-const global state is now in class context and we can now have multiple independent builds going on at the same time.
2019-08-21Cleanup context.hxx and its usageBoris Kolpackov1-99/+5
2019-08-19Minor cleanupsBoris Kolpackov1-124/+104
2019-08-01Fix linkage failure due to inline functions defined in ↵Karen Arutyunov1-1/+1
libbuild2/algorithm.ixx and referred from libbuild2/target.txx
2019-07-01Split build system into library and driverBoris Kolpackov1-0/+572