Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-02 | Add ability to specify `in` rule substitution as key-value pairs | Boris Kolpackov | 1 | -0/+5 | |
2022-04-19 | Use target recipe for auxiliary data storage during match-apply | Boris Kolpackov | 1 | -2/+3 | |
In particular, we now have separate auxiliary data storage for inner and outer operations. | |||||
2022-04-06 | Add support for rule hints | Boris Kolpackov | 1 | -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-20 | Add in::rule::perform_update_{pre,post}() hooks | Boris Kolpackov | 1 | -0/+10 | |
Also fix bug in depdb line parsing. | |||||
2021-11-29 | Fix bug in in::rule | Boris Kolpackov | 1 | -2/+2 | |
2021-11-24 | Add ability to add extra depdb entries in in::rule | Boris Kolpackov | 1 | -6/+12 | |
2021-11-03 | Add line processing customization hook to in::rule | Boris Kolpackov | 1 | -7/+57 | |
2020-10-15 | Add ability to specify fallback value for NULL substitutions with in.null | Boris Kolpackov | 1 | -4/+9 | |
2020-07-13 | Add ability to extend rule interface in source-compatible manner | Boris Kolpackov | 1 | -1/+1 | |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 | |
2019-07-24 | Move in build system module to separate library | Boris Kolpackov | 1 | -0/+90 | |