Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-27 | Progress reporting: Extract generic logic from just progress class | Sascha Roloff | |
2022-10-12 | Add copyright and license notice to all source and header files | Klaus Aehlig | |
Signed-off-by: Goetz Brasche <goetz.brasche@huawei.com> | |||
2022-06-09 | fix typos | Alberto Sartori | |
2022-04-25 | Progress reporting: include origins of running actions | Klaus Aehlig | |
For a user, an important information is to know which actions are currently running and, more importantly, the target that caused them. To do so, we need a bit of infrastructure. - We have to keep track of begin and end of running actions, as well as the order in which they were started. That has to happen efficiently and in a thread-safe way. - We have to compute and keep the origin map for actions, even if we don't serialize the action graph. |