summaryrefslogtreecommitdiff
path: root/src/buildtool/main/TARGETS
AgeCommit message (Collapse)Author
2022-04-21add compatibility with original remote build protocolAlberto Sartori
2022-04-14just: Add support for building static binaryOliver Reiche
2022-04-04Add a basic progress reporterKlaus Aehlig
Reporting, with exponentially backing off intervals, the number of cache hits found so far, the number of actions that have ben run, and the number of actions currently under consideration.
2022-03-16Format: Apply compact JSON formattingOliver Reiche
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>