Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-12 | doc: Convert orgmode files to markdown | Oliver Reiche | |
2023-02-22 | docs: Fix typos in general documentation | Paul Cristian Sarbu | |
2022-07-12 | rules documentation: mention use cases for providers | Klaus Aehlig | |
While there, fix a few typos in the same document as well. | |||
2022-06-01 | user-defined rules: describe the TREE function | Klaus Aehlig | |
In the defining expression of a rule, the TREE function is also available. Document this. | |||
2022-05-10 | Document built-in rules | Klaus Aehlig | |
2022-05-09 | Verify conflict-freeness in inputs, artifacts, and runfiles | Klaus Aehlig | |
Our maps serve two purposes: on the one hand, they can be a generic key-value association with arbitrary strings as keys. On the other hand, we use them to describe arrangements of files (inputs to actions, artifacts or runfiles generated). In this function, certain keys refer to the same path and hence have to be identifed. Therefore, at places where the keys clearly have to be paths in the file system, implicitly normalize them and check for conflicts. | |||
2022-04-07 | Add basic documentation on build rules | Klaus Aehlig | |