aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/file.cxx
AgeCommit message (Collapse)AuthorFilesLines
2019-08-26Make target types project-wideBoris Kolpackov1-3/+4
2019-08-25Split import into search and load stepsBoris Kolpackov1-45/+78
This allows us to load things in a separate context.
2019-08-23Introduce notion of build contextBoris Kolpackov1-87/+106
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-21Implement dynamic loading of build system modulesBoris Kolpackov1-1/+1
2019-08-16Minor cleanupsBoris Kolpackov1-3/+1
2019-07-01Split build system into library and driverBoris Kolpackov1-0/+1660