Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-10 | Relax prerequisite filtering semantics of aliases for clean operation | Boris Kolpackov | 1 | -2/+3 | |
This is analogous to what has been done to test and install a couple of commits before. | |||||
2020-06-25 | Add more instrumentation for unassigned path race | Boris Kolpackov | 1 | -4/+4 | |
2020-05-28 | Allow calling certain search_existing() versions during load phase | Boris Kolpackov | 1 | -3/+7 | |
This is necessary for $target.path() implementation. | |||||
2020-04-30 | Factor recipe to separate header/source files | Boris Kolpackov | 1 | -2/+9 | |
2020-04-27 | Add another search_existing() overload | Boris Kolpackov | 1 | -0/+3 | |
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-11-16 | Handle dry-run mode in backlinking implementation | Boris Kolpackov | 1 | -1/+2 | |
2019-10-29 | Add forward declaration header for build state types | Boris Kolpackov | 1 | -5/+1 | |
2019-08-26 | Implement updating build system modules | Boris Kolpackov | 1 | -1/+1 | |
2019-08-23 | Introduce notion of build context | Boris Kolpackov | 1 | -10/+17 | |
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-01 | Fix linkage failure due to inline functions defined in ↵ | Karen Arutyunov | 1 | -3/+3 | |
libbuild2/algorithm.ixx and referred from libbuild2/target.txx | |||||
2019-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -0/+778 | |