Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-14 | execution_api/remote: Implement IWYU suggestions | Paul Cristian Sarbu | |
2024-10-07 | Enable readability-redundant-member-init check. | Maksim Denisov | |
2024-09-26 | Fix assignments in conditions | Maksim Denisov | |
...proposed by clang-tidy. Enable bugprone-assignment-in-if-condition check. | |||
2024-08-22 | Remote-execution properties: restore the latest-wins semantics | Klaus Aehlig | |
... that was accidentially replaced by a first-wins semantics in 62d204ff4cc94c12c1635f189255710901682825 which fortunately did not make it to any release. | |||
2024-07-16 | Remove the RemoteExecutionConfig singleton | Paul Cristian Sarbu | |
...and replace it with passed instances created early via a builder pattern. Tests are also updated accordingly. | |||
2024-07-05 | Move functionality from StorageConfig to related classes. | Maksim Denisov | |
2024-06-28 | Use (un)expected for parsing dispatch info | Oliver Reiche | |
2024-01-08 | bugfix: Add missing return in SetRemoteExecutionDispatch | Paul Cristian Sarbu | |
This was a source of occasional std::bad_variant_access exceptions. | |||
2023-12-12 | execution_api: Move dispatch file parser into separate utility | Paul Cristian Sarbu | |
2023-11-30 | Resolve inconsistencies in third-party headers include format | Paul Cristian Sarbu | |
2023-07-05 | RemoteExecutionConfiguration: support dispatch list | Klaus Aehlig | |
Extend the configuration data structure by a dispatch list of endpoints to chose based on the first match of the execution properties. |