aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/target.ixx
AgeCommit message (Collapse)AuthorFilesLines
2019-10-02Allow iterating over group prerequisites during executeBoris Kolpackov1-1/+17
2019-08-23Introduce notion of build contextBoris Kolpackov1-9/+38
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-01Fix linkage failure due to inline functions defined in ↵Karen Arutyunov1-2/+2
libbuild2/algorithm.ixx and referred from libbuild2/target.txx
2019-07-01Split build system into library and driverBoris Kolpackov1-0/+496