Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-22 | rule ["data", "staged"]: behave more file like | Klaus Aehlig | |
... by presenting the data both, as artifacts and as runfiles in the same way as inputs do. | |||
2022-04-07 | fix a typo | Alberto Sartori | |
2022-03-31 | rules ["CC", "libray"]: fix doc strings | Klaus Aehlig | |
... to have consistent punctuation. Also make clear, that the configuration does not have to specify "CC", etc, as usually they are taken from the default target. | |||
2022-03-23 | Create IDE rule for CC targets | Oliver Reiche | |
2022-03-18 | Add documentation for the "proto" fields in the CC rules | Klaus Aehlig | |
2022-03-16 | Format: Apply compact JSON formatting | Oliver Reiche | |
2022-03-14 | rule CC/test: Introduce TEST_ENV for test runners | Oliver Reiche | |
2022-03-04 | Add rule ["patch", "file"] | Klaus Aehlig | |
... to patch a single file, logically in place. | |||
2022-03-03 | CC rules: Disable warnings for protobuf | Oliver Reiche | |
2022-03-03 | CC rules: Add support for local cflags | Oliver Reiche | |
2022-03-02 | Extend shell-test rules to optionally detect flakyness | Klaus Aehlig | |
2022-03-01 | CC test: Add optional test launcher `CC_TEST_LAUNCHER` | Oliver Reiche | |
2022-02-25 | rules: Add CC/proto/IDE headers | Oliver Reiche | |
... to manually request the generation of headers for CC proto bindings. This is useful for IDEs and needed as implicitly generating those bindings via the `proto` field of CC libraries does not expose the produced headers. | |||
2022-02-23 | Add shell/test rule | Klaus Aehlig | |
... allowing to run simple tests given by a shell script. | |||
2022-02-23 | common rule expression: improve error reporting | Klaus Aehlig | |
... by asserting that "stage_singleton_field" return a non-empty map and providing a meaningful message in the "disjoint_map_union" contained in it. | |||
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> |