summaryrefslogtreecommitdiff
path: root/src/buildtool/common/action.hpp
AgeCommit message (Collapse)Author
2025-04-07Action: support tree-overlay actionsKlaus Aehlig
2024-10-07Enable readability-redundant-member-init check.Maksim Denisov
2024-09-17Small code improvements based on lint warningsPaul Cristian Sarbu
- add more noexcept requirements and enforce existing - fixing inconsistencies related to function arguments - remove redundant static keywords - silencing excessive lint reporting in test cases While there, make more getters const ref.
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>