Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-09 | Make quoted/display target names in JSON structured result consistent with dump | Boris Kolpackov | 1 | -17/+19 | |
Specifically, before we had `target` (display) and `quoted_target` and now we have `target` (quoted) and `display_target`. | |||||
2023-05-09 | Document JSON dump format (GH issue #182) | Boris Kolpackov | 1 | -5/+5 | |
2023-05-09 | Add --load-only option in addition to --match-only | Boris Kolpackov | 1 | -3/+14 | |
This option has the effect of loading all the subdirectory buildfiles that are not explicitly included. | |||||
2023-05-09 | Add support for dumping build system state in JSON format (GH issue #182) | Boris Kolpackov | 1 | -4/+31 | |
Specifically: 1. New --dump-format option. Valid values are `buildfile` and `json-v0.1`. 2. The --dump option now recognizes two additional values: `match-pre` and `match-post` to dump the state of pre/post-operations. The `match` value now only triggers dumping of the main operation. | |||||
2023-05-03 | Add --dump-scope and --dump-target options to limit --dump output | Boris Kolpackov | 1 | -7/+21 | |
2022-12-12 | Add no_subprojects parameter to info meta-operation | Boris Kolpackov | 1 | -0/+9 | |
2022-12-08 | Add --[no]diag-color options (infrastructure only) | Boris Kolpackov | 1 | -1/+17 | |
2022-10-28 | Add ability to disable diagnostics buffering (--no-diag-buffer) | Boris Kolpackov | 1 | -1/+17 | |
2022-07-25 | Use 'C:\Program Files' instead of 'C:\Program Files (x86)' in documentation | Karen Arutyunov | 1 | -1/+1 | |
2022-06-21 | Add --trace-{match,execute} options | Boris Kolpackov | 1 | -9/+23 | |
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 | -1/+1 | |
2022-03-11 | Add JSON format support for --structured-result option and info meta operation | Karen Arutyunov | 1 | -8/+220 | |
2022-03-04 | Convert stream names to lower case in documentation | Karen Arutyunov | 1 | -4/+4 | |
2022-02-18 | Factor out common CLI types (scanners, etc) | Karen Arutyunov | 1 | -1/+3 | |
2022-02-18 | Move parse_cmdline() to libbuild2 | Karen Arutyunov | 1 | -0/+751 | |