aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options.hxx
AgeCommit message (Collapse)AuthorFilesLines
2022-02-18Move parse_cmdline() to libbuild2Karen Arutyunov1-722/+0
2021-08-03Regenerate options parsing filesBoris Kolpackov1-9/+41
2021-03-18Add noop mode to file cache, add --file-cache option to selectBoris Kolpackov1-0/+8
2020-12-08Add --options-file optionKaren Arutyunov1-0/+8
2020-09-22Add ability to skip external modules during bootstrap (--no-external-modules)Boris Kolpackov1-0/+4
2020-06-16Add metadata for exe{b}, including whether it is statically-linkedBoris Kolpackov1-0/+8
Use this information to omit ad hoc C++ recipe tests is testing statically- linked build system.
2020-03-30Regenerate options parsing codeBoris Kolpackov1-1/+24
2019-10-25Add --silent, remap verbosity 0 to 1 while building modules unless silentBoris Kolpackov1-0/+4
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/+8
2019-08-17Add support for default options filesKaren Arutyunov1-0/+10
2019-08-02Regenerate options parsing codeBoris Kolpackov1-0/+9
2019-07-01Split build system into library and driverBoris Kolpackov1-1/+1
2019-04-08Support for --dry-run|-n mode, perform update partBoris Kolpackov1-13/+17
2018-11-28Add --[no-]mtime-check options to control this behavior at runtimeBoris Kolpackov1-0/+8
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/+10
2018-07-09Regenerate options parsing codeBoris Kolpackov1-1/+6
2018-04-30Don't print scheduler statistics at verbosity level 2, add --stat insteadBoris Kolpackov1-0/+4
2018-03-24Fix bug in '--' handlingBoris Kolpackov1-7/+20
2018-02-12Add default capping of stack size for all POSIX platforms, --max-stackBoris Kolpackov1-0/+8
2017-12-16Add support for structured result output (--structured-result)Boris Kolpackov1-0/+4
2017-08-06Print progress to terminal by defaultKaren Arutyunov1-0/+4
2017-08-05Add --match-only optionBoris Kolpackov1-0/+4
2017-07-27Implement displaying build progress (--progress|-p)Boris Kolpackov1-0/+4
2017-05-01Add hxx extension for headersKaren Arutyunov1-0/+540