Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-08 | Add --[no]diag-color options (infrastructure only) | Boris Kolpackov | 1 | -0/+12 | |
2022-10-28 | Add ability to disable diagnostics buffering (--no-diag-buffer) | Boris Kolpackov | 1 | -0/+6 | |
2022-06-21 | Add --trace-{match,execute} options | Boris Kolpackov | 1 | -12/+36 | |
These options can be used to understand which dependency chain causes matching or execution of a particular target. | |||||
2022-04-25 | Rename cmdline to b_cmdline, and options to b_options | Boris Kolpackov | 1 | -51/+51 | |
2022-03-11 | Add JSON format support for --structured-result option and info meta operation | Karen Arutyunov | 1 | -1/+7 | |
2022-02-18 | Factor out common CLI types (scanners, etc) | Karen Arutyunov | 1 | -270/+0 | |
2022-02-18 | Move parse_cmdline() to libbuild2 | Karen Arutyunov | 1 | -0/+585 | |