summaryrefslogtreecommitdiff
path: root/src/buildtool/common/action.hpp
AgeCommit message (Collapse)Author
2024-08-01class Action: include field cwdKlaus Aehlig
... for the working directory inside the action directory.
2023-06-15action data structure: support (additional) execution propertiesKlaus Aehlig
2023-05-31action data structure: support timeout-scaling factorKlaus Aehlig
2022-10-12Add copyright and license notice to all source and header filesKlaus Aehlig
Signed-off-by: Goetz Brasche <goetz.brasche@huawei.com>
2022-02-22Initial self-hosting commitKlaus Aehlig
This is the initial version of our tool that is able to build itself. In can be bootstrapped by ./bin/bootstrap.py Co-authored-by: Oliver Reiche <oliver.reiche@huawei.com> Co-authored-by: Victor Moreno <victor.moreno1@huawei.com>