aboutsummaryrefslogtreecommitdiff
path: root/build2/dump.hxx
AgeCommit message (Collapse)AuthorFilesLines
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2017-11-20Implement dump directiveBoris Kolpackov1-3/+10
It can be used to print (to stderr) a human-readable representation of the current scope or a list of targets. For example: dump # Dump current scope. dump lib{foo} details/exe{bar} # Dump two targets. This is primarily useful for debugging as well as to write build system tests.
2017-05-01Add hxx extension for headersKaren Arutyunov1-0/+21