aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/script/script.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-05-27Use dir_name_view for script environment working and sandbox directoriesKaren Arutyunov1-1/+1
2020-05-27Wrap up $<, $> variables and related ($target.path(), hashing, cleanup)Boris Kolpackov1-1/+1
2020-05-27Add script command redirect aliasesKaren Arutyunov1-68/+50
2020-05-27Complete dump(ostream,script::lines)Karen Arutyunov1-35/+127
2020-05-27Implement build script variable hashingBoris Kolpackov1-2/+0
2020-05-27Partially implement dump(ostream,script::lines)Karen Arutyunov1-7/+22
2020-05-27Set proper build script command default redirectsKaren Arutyunov1-23/+79
2020-05-27Add dump(ostream,script::lines) (partial implementation)Karen Arutyunov1-0/+68
2020-05-27Factor out generic script parsing/executing functionality from build2::test::...Karen Arutyunov1-0/+448