summaryrefslogtreecommitdiff
path: root/src/buildtool/main/cli.hpp
AgeCommit message (Collapse)Author
2024-11-14common: Implement IWYU suggestionsPaul Cristian Sarbu
2024-09-26Fix enum sizes proposed by clang-tidy.Maksim Denisov
Enable performance-enum-size check.
2024-09-18Add missing #endif comments in headersMaksim Denisov
2024-09-13Remove Compatibility flag from justMaksim Denisov
2024-08-27Reformat code to comply with clang-format 18Klaus Aehlig
... while keeping our .clang-format file.
2024-03-20Add new subcommand add-to-casKlaus Aehlig
2024-03-11gc: add option --no-rotationKlaus Aehlig
... to clean up what can be done without losing cache information.
2023-12-13Add command line options to tune the retry strategy for rpc callsAlberto Sartori
Three new command line options have been added: - `--max-attempts` - `--initial-backoff-seconds` - `--max-backoff-seconds`
2023-12-06Add CLI option to set write strategy for target-level cacheKlaus Aehlig
2023-09-13just: Add handling of 'just serve' configurationPaul Cristian Sarbu
2023-08-23just: split main codeKlaus Aehlig
... by moving the diagnose and cli related code into to separate libraries. In this way, we hopefully improve maintainability of the code base.