aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/dump.cxx
AgeCommit message (Collapse)AuthorFilesLines
2020-05-27Generalize to adhoc_rule/adhoc_script_ruleBoris Kolpackov1-23/+2
2020-05-27Use recipe data in ad hoc ruleBoris Kolpackov1-1/+1
2020-05-27Initial support for parsing and dumping recipesBoris Kolpackov1-58/+154
2020-05-27Amalgamation cutoff supportBoris Kolpackov1-0/+5
Now a project that disables amalgamation will not logically "see" an outer project even if it's physically inside its scope.
2020-03-17Rename all find*(variable) to lookup*(variable)Boris Kolpackov1-1/+1
Now we consistently use term "lookup" for variable value lookup. At some point we should also rename type lookup to binding and get rid of all the lookup_type aliases.
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-08-23Introduce notion of build contextBoris Kolpackov1-7/+9
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-1/+0
2019-07-01Split build system into library and driverBoris Kolpackov1-0/+491