Age | Commit message (Expand) | Author | Files | Lines |
2022-09-19 | Add target_lock::first to distinguish first lock of target | Boris Kolpackov | 1 | -3/+3 |
2022-06-29 | Make sure we generate common pkg-config file for only liba{}/libs{} | Boris Kolpackov | 1 | -0/+11 |
2022-06-23 | Minor enhancements to algorithms | Boris Kolpackov | 1 | -0/+15 |
2022-06-21 | Add --trace-{match,execute} options | Boris Kolpackov | 1 | -2/+14 |
2022-04-19 | Use target recipe for auxiliary data storage during match-apply | Boris Kolpackov | 1 | -2/+1 |
2022-04-19 | Cache "recipe is group_action" information, clear recipes after execution | Boris Kolpackov | 1 | -2/+5 |
2022-04-07 | Rename {match,execute}() to *_sync(), add *_complete() | Boris Kolpackov | 1 | -20/+51 |
2022-03-10 | Add reverse_execute_prerequisites() variant | Boris Kolpackov | 1 | -0/+14 |
2022-03-09 | Rename execute_wait() to execute() | Boris Kolpackov | 1 | -11/+12 |
2022-03-09 | Parallel implementation of update_during_match_prerequisites() | Boris Kolpackov | 1 | -1/+39 |
2022-02-07 | Make match_inc_dependents() part of public API | Boris Kolpackov | 1 | -4/+4 |
2022-01-21 | Add search_new() and search_new_locked() variants of search() | Boris Kolpackov | 1 | -0/+64 |
2021-11-09 | Suppress few unused variable warnings caused by NDEBUG | Boris Kolpackov | 1 | -5/+10 |
2021-06-08 | Implement ad hoc regex pattern rule support | Boris Kolpackov | 1 | -6/+6 |
2020-12-11 | Add search_locked() versions of search() functions | Boris Kolpackov | 1 | -0/+32 |
2020-12-03 | Add match_rule() in addition to match_recipe() | Boris Kolpackov | 1 | -4/+32 |
2020-08-25 | Fix bug in interaction of unmatch logic with target groups | Boris Kolpackov | 1 | -2/+7 |
2020-07-10 | Relax prerequisite filtering semantics of aliases for clean operation | Boris Kolpackov | 1 | -2/+4 |
2020-06-25 | Add more instrumentation for unassigned path race | Boris Kolpackov | 1 | -5/+5 |
2020-05-27 | Initial support for ad hoc recipes (still work in progress) | Boris Kolpackov | 1 | -2/+2 |
2020-04-30 | Rename target::member to target::adhoc_member | Boris Kolpackov | 1 | -4/+4 |
2020-04-27 | Add inject() for injecting additional dependencies during match | Boris Kolpackov | 1 | -0/+7 |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 |
2019-08-23 | Introduce notion of build context | Boris Kolpackov | 1 | -22/+30 |
2019-08-21 | Cleanup context.hxx and its usage | Boris Kolpackov | 1 | -0/+1 |
2019-08-01 | Fix linkage failure due to inline functions defined in libbuild2/algorithm.ix... | Karen Arutyunov | 1 | -69/+0 |
2019-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -0/+764 |