aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options.ixx
AgeCommit message (Collapse)AuthorFilesLines
2022-02-18Move parse_cmdline() to libbuild2Karen Arutyunov1-582/+0
2021-08-03Regenerate options parsing filesBoris Kolpackov1-16/+37
2021-03-18Add noop mode to file cache, add --file-cache option to selectBoris Kolpackov1-0/+12
2020-12-08Add --options-file optionKaren Arutyunov1-0/+12
2020-09-22Add ability to skip external modules during bootstrap (--no-external-modules)Boris Kolpackov1-0/+6
2020-06-16Add metadata for exe{b}, including whether it is statically-linkedBoris Kolpackov1-0/+12
Use this information to omit ad hoc C++ recipe tests is testing statically- linked build system.
2019-10-25Add --silent, remap verbosity 0 to 1 while building modules unless silentBoris Kolpackov1-0/+6
Failed that, we may have long periods of seemingly nothing happening (e.g., during implicit bdep sync) while we quietly update the module, which may look like things have hung up.
2019-08-21Make testscripts to ignore user's default options filesKaren Arutyunov1-0/+12
2019-08-17Add support for default options filesKaren Arutyunov1-0/+6
2019-08-02Regenerate options parsing codeBoris Kolpackov1-0/+29
2019-04-08Support for --dry-run|-n mode, perform update partBoris Kolpackov1-18/+24
2018-11-28Add --[no-]mtime-check options to control this behavior at runtimeBoris Kolpackov1-0/+12
By default the checks are enabled only for the staged toolchain.
2018-11-27Add --dump <phase> option, omit state dumping from verbosity level 6Boris Kolpackov1-0/+12
2018-07-09Regenerate options parsing codeBoris Kolpackov1-2/+11
2018-04-30Don't print scheduler statistics at verbosity level 2, add --stat insteadBoris Kolpackov1-0/+6
2018-03-24Fix bug in '--' handlingBoris Kolpackov1-0/+6
2018-02-12Add default capping of stack size for all POSIX platforms, --max-stackBoris Kolpackov1-0/+12
2017-12-16Add support for structured result output (--structured-result)Boris Kolpackov1-0/+6
2017-08-06Print progress to terminal by defaultKaren Arutyunov1-0/+6
2017-08-05Add --match-only optionBoris Kolpackov1-0/+6
2017-07-27Implement displaying build progress (--progress|-p)Boris Kolpackov1-0/+6
2017-03-17Shorten scheduler queue depth, make it customizable via command lineBoris Kolpackov1-0/+12
2017-03-02Implement parallel matchBoris Kolpackov1-0/+12
2017-02-13Implement parallel error propagation, keep_going modeBoris Kolpackov1-0/+6
Keep going is the default but there is now the -s|--serial-stop that makes the driver run serially and stop at first error. Also fix some lockups, other minor improvements/features.
2016-12-09Initial parallel scheduler implementation, use to run testscripsBoris Kolpackov1-2/+14
2016-11-04Add --no-line, --no-column optionsBoris Kolpackov1-0/+12
2016-08-03Add -V option as equivalent to --verbose 3Boris Kolpackov1-0/+6
2016-04-05Implement --buildfile option, overrides default buildfile, supports '-'Boris Kolpackov1-0/+12
2016-03-11Implement --config-{guess,sub} optionsBoris Kolpackov1-0/+24
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-1/+1
2016-01-31Add generated cli files back to repositoryBoris Kolpackov1-0/+283
Without them there is no way to bootstrap.