aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/in/rule.hxx
AgeCommit message (Collapse)AuthorFilesLines
2023-07-20Change inner rule/prerequisites match order in install::file_ruleBoris Kolpackov1-0/+5
The old order messed up the for-install signaling logic. See the long comment in install::file_rule::apply_impl() for background and details.
2022-09-02Add ability to specify `in` rule substitution as key-value pairsBoris Kolpackov1-0/+5
2022-04-19Use target recipe for auxiliary data storage during match-applyBoris Kolpackov1-2/+3
In particular, we now have separate auxiliary data storage for inner and outer operations.
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.
2022-01-20Add in::rule::perform_update_{pre,post}() hooksBoris Kolpackov1-0/+10
Also fix bug in depdb line parsing.
2021-11-29Fix bug in in::ruleBoris Kolpackov1-2/+2
2021-11-24Add ability to add extra depdb entries in in::ruleBoris Kolpackov1-6/+12
2021-11-03Add line processing customization hook to in::ruleBoris Kolpackov1-7/+57
2020-10-15Add ability to specify fallback value for NULL substitutions with in.nullBoris Kolpackov1-4/+9
2020-07-13Add ability to extend rule interface in source-compatible mannerBoris Kolpackov1-1/+1
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-07-24Move in build system module to separate libraryBoris Kolpackov1-0/+90