summaryrefslogtreecommitdiff
path: root/src/buildtool/main/retry.cpp
AgeCommit message (Collapse)Author
2024-11-14main: Implement IWYU suggestionsPaul Cristian Sarbu
2024-07-19Remove the RetryConfig singletonPaul Cristian Sarbu
...and replace it with instances created early via a builder pattern.
2024-07-19Fix naming inconsistencies in retry configurationPaul Cristian Sarbu
The retry_parameters.hpp header-only library defining the Retry class now is the retry_config.hpp header-only library defining the RetryConfig class.
2024-04-18Move retry-related CLI parts into separate librariesKlaus Aehlig
... to simplify reuse.