Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-15 | Get rid of target::dynamic_type() virtual function | Boris Kolpackov | 1 | -1/+1 | |
Instead of overriding this function, derived targets must now set the dynamic_type variable to their static_type in their constructor body. | |||||
2022-04-06 | Add support for rule hints | Boris Kolpackov | 1 | -3/+3 | |
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-01-11 | Fix libul{} rule diagnostics | Boris Kolpackov | 1 | -3/+15 | |
2020-06-16 | Move common functionality from cc to bin | Boris Kolpackov | 1 | -18/+4 | |
2020-05-22 | Make template definition available in all translation units where used | Boris Kolpackov | 1 | -1/+1 | |
We were trying to be clever but GCC 10's IPA-SRA optimization didn't like it. | |||||
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 | |
2020-01-27 | See through lib{} group during dist | Boris Kolpackov | 1 | -2/+5 | |
2019-08-28 | Move bin build system module to separate library | Karen Arutyunov | 1 | -0/+89 | |