aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/dist/rule.cxx
AgeCommit message (Collapse)AuthorFilesLines
2022-04-07Rename {match,execute}() to *_sync(), add *_complete()Boris Kolpackov1-1/+1
In particular, the match() rename makes sure it doesn't clash with rule::match() which, after removal of the hint argument in simple_rule, has exactly the same signature, thus making it error-prone to calling recursively.
2022-04-06Add support for rule hintsBoris Kolpackov1-1/+1
A rule hint is a target attribute, for example: [rule_hint=cxx] exe{hello}: c{hello} Rule hints can be used to resolve ambiguity when multiple rules match the same target as well as to override an unambiguous match.
2020-10-27Tweak dist rule to handle prerequisites outside projectBoris Kolpackov1-7/+21
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-07-05Move config, dist, test, and install modules into libraryKaren Arutyunov1-0/+88