aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/name.cxx
AgeCommit message (Collapse)AuthorFilesLines
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-11-14Make use of butl::to_stream(ostream, path, bool)Karen Arutyunov1-5/+2
2019-10-18Add $quote() function for quoting valuesBoris Kolpackov1-6/+20
This can be useful if we want to pass a value on the command line, for example, in a testscript: $* config.cxx=$quote($recall($cxx.path) $cxx.mode, true)
2019-07-01Split build system into library and driverBoris Kolpackov1-0/+187