Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-16 | Initial low verbosity diagnostics rework | Boris Kolpackov | 1 | -1/+1 | |
2022-11-09 | Improve low-level diagnostics in `in` rule (and derived) | Boris Kolpackov | 1 | -1/+29 | |
2022-11-08 | Tighten args const-ness in the run*() function family | Boris Kolpackov | 1 | -3/+0 | |
2022-10-27 | Initial work on child process diagnostics buffering | Boris Kolpackov | 1 | -0/+3 | |
Currently this is implemented for C/C++ compile and link rules. | |||||
2022-09-02 | Add ability to specify `in` rule substitution as key-value pairs | Boris Kolpackov | 1 | -9/+38 | |
2022-09-02 | Rename in.substitution variable to in.mode | Boris Kolpackov | 1 | -1/+1 | |
The original name is still recognized for backwards compatibility. | |||||
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-02-07 | Use target::as instead of static_cast everywhere | Boris Kolpackov | 1 | -2/+2 | |
2022-01-20 | Add in::rule::perform_update_{pre,post}() hooks | Boris Kolpackov | 1 | -9/+31 | |
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 | -0/+9 | |
2021-11-03 | Add line processing customization hook to in::rule | Boris Kolpackov | 1 | -133/+197 | |
2021-03-08 | Fix 'in' module to preserve line endings | Karen Arutyunov | 1 | -4/+29 | |
2020-10-15 | Add ability to specify fallback value for NULL substitutions with in.null | Boris Kolpackov | 1 | -10/+35 | |
2020-07-02 | Hopefully fix flaky permission denied in `in` module on Windows | Boris Kolpackov | 1 | -1/+9 | |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 | |
2019-11-15 | Use path_name_view in location and path_name_value in location_value | Karen Arutyunov | 1 | -2/+2 | |
2019-08-23 | Introduce notion of build context | Boris Kolpackov | 1 | -4/+4 | |
All non-const global state is now in class context and we can now have multiple independent builds going on at the same time. | |||||
2019-08-12 | Use new fdstream constructor | Boris Kolpackov | 1 | -1/+1 | |
2019-07-24 | Move in build system module to separate library | Boris Kolpackov | 1 | -0/+485 | |