Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-09 | Improve low-level diagnostics in `in` rule (and derived) | Boris Kolpackov | 2 | -2/+38 | |
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-10-13 | Optimize by going straight to public variable pool where applicable | Boris Kolpackov | 1 | -1/+4 | |
2022-09-02 | Add ability to specify `in` rule substitution as key-value pairs | Boris Kolpackov | 3 | -9/+59 | |
2022-09-02 | Rename in.substitution variable to in.mode | Boris Kolpackov | 2 | -2/+6 | |
The original name is still recognized for backwards compatibility. | |||||
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-15 | Get rid of target::dynamic_type() virtual function | Boris Kolpackov | 1 | -2/+5 | |
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 | 3 | -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. | |||||
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 | 2 | -9/+41 | |
Also fix bug in depdb line parsing. | |||||
2021-11-29 | Fix bug in in::rule | Boris Kolpackov | 2 | -4/+4 | |
2021-11-24 | Add ability to add extra depdb entries in in::rule | Boris Kolpackov | 2 | -6/+21 | |
2021-11-03 | Add line processing customization hook to in::rule | Boris Kolpackov | 2 | -140/+254 | |
2021-05-28 | Clean default target type extension logic | Boris Kolpackov | 1 | -3/+1 | |
2021-05-04 | Replace int_ with intf_ and imp_ with impl_ in names | Boris Kolpackov | 1 | -2/+2 | |
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 | 3 | -14/+49 | |
2020-07-13 | Add ability to extend rule interface in source-compatible manner | Boris Kolpackov | 1 | -1/+1 | |
2020-07-02 | Hopefully fix flaky permission denied in `in` module on Windows | Boris Kolpackov | 1 | -1/+9 | |
2020-06-12 | Make order of imports stable in saved host build configuration | Boris Kolpackov | 1 | -0/+2 | |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 8 | -8/+0 | |
2020-01-29 | Rename module_base to module, redo module boot/init argument passing | Boris Kolpackov | 1 | -4/+2 | |
2020-01-28 | Use scope::var_pool() | Boris Kolpackov | 1 | -1/+1 | |
2020-01-28 | Use scope::insert_rule() | Boris Kolpackov | 1 | -13/+9 | |
2020-01-27 | Improve module loading API | Boris Kolpackov | 1 | -2/+1 | |
2019-11-15 | Use path_name_view in location and path_name_value in location_value | Karen Arutyunov | 1 | -2/+2 | |
2019-08-28 | Make lib{build2} "implied interface dependency" of modules | Boris Kolpackov | 1 | -9/+3 | |
This makes our compilation and linking command lines a little bit saner. | |||||
2019-08-28 | Add/update some module descriptions | Karen Arutyunov | 1 | -1/+2 | |
2019-08-28 | Move bin build system module to separate library | Karen Arutyunov | 1 | -0/+4 | |
2019-08-26 | Make target types project-wide | Boris Kolpackov | 1 | -1/+1 | |
2019-08-23 | Introduce notion of build context | Boris Kolpackov | 2 | -5/+5 | |
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-21 | Cleanup context.hxx and its usage | Boris Kolpackov | 1 | -1/+0 | |
2019-08-20 | Add build.version.interface | Boris Kolpackov | 1 | -2/+4 | |
This build system interface version should be embedded into build system modules as load_suffix. | |||||
2019-08-15 | Embed build core version into build system modules as load path | Boris Kolpackov | 1 | -4/+9 | |
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 | 8 | -0/+937 | |