Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-13 | ArtifactDescription: Add ref getter for id and C++ hash | Oliver Reiche | |
2022-06-13 | RemoteExecutionConfig: Keep global platform properties | Oliver Reiche | |
... and cache endpoint address for rebuilding. | |||
2022-06-13 | RepoConfig: Compute repository key | Oliver Reiche | |
2022-06-09 | Change wording of -D to emphasize that it is an overlay | Klaus Aehlig | |
While there, also document the option (in more detail) in the man page. | |||
2022-06-02 | CLI: New option -D/--defines for in-line configuration | Oliver Reiche | |
2022-06-02 | Add missing direct dependencies | Klaus Aehlig | |
2022-05-09 | CLI: Fix use of multiple RE property options | Oliver Reiche | |
... which were all ignored except the last. CLI11 usually only calls the option function once all options have been parsed. This change ensures that the option function is called everytime the option is parsed. | |||
2022-04-27 | use kebab-case for all cmd line args | Alberto Sartori | |
2022-04-21 | add compatibility with original remote build protocol | Alberto Sartori | |
2022-04-04 | statistics: also count completed uncached actions | Klaus Aehlig | |
2022-04-04 | Add a new log level for progress updates | Klaus Aehlig | |
2022-04-04 | cli: hint on orientation of --log-limit argument | Klaus Aehlig | |
2022-03-21 | Drop unnecessary declaration of indirect dependencies | Klaus Aehlig | |
If we do not use a target directly, we also should not include it. It's be build tool's job to track indirect dependencies. | |||
2022-03-16 | Format: Apply compact JSON formatting | Oliver Reiche | |
2022-03-01 | Pass actions and trees in analysis result as shared pointer | Klaus Aehlig | |
... to avoid unnecessary copying and moving of larger objects. | |||
2022-02-28 | CLI: Add option to set action timeout | Oliver Reiche | |
2022-02-25 | Format: Apply alphabetical include order | Oliver Reiche | |
2022-02-22 | Initial self-hosting commit | Klaus 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> |