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/+1 | |
2022-08-17 | Get rid of Clang warning | Boris Kolpackov | 1 | -0/+2 | |
2022-08-02 | Make bash.in rule match exe{} without bash{} modules with hint | Boris Kolpackov | 1 | -1/+1 | |
2022-04-19 | Use target recipe for auxiliary data storage during match-apply | Boris Kolpackov | 1 | -3/+0 | |
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 | -3/+4 | |
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. | |||||
2021-11-03 | Add line processing customization hook to in::rule | Boris Kolpackov | 1 | -0/+1 | |
2021-09-14 | Consistently install prerequisites from any scope by default | Boris Kolpackov | 1 | -9/+2 | |
It is also now possible to adjust this behavior with global config.install.scope override. Valid values for this variable are: project -- only from project strong -- from strong amalgamation weak -- from weak amalgamation global -- from all projects (default) | |||||
2020-10-15 | Add ability to specify fallback value for NULL substitutions with in.null | Boris Kolpackov | 1 | -1/+2 | |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 | |
2019-08-01 | Move bash build system module to separate library | Karen Arutyunov | 1 | -0/+91 | |