aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/buildspec.cxx
AgeCommit message (Collapse)AuthorFilesLines
2022-12-14Improve empty simple value to empty list of names reduction heuristicsBoris Kolpackov1-2/+2
Specifically, do not reduce typed RHS empty simple values for prepend/append and additionally for assignment provided LHS is typed and is a container.
2020-06-05Add ability to specify ad hoc recipe actionsBoris Kolpackov1-0/+109
We are reusing the buildspec syntax for that.