Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-28 | Regenerate options parsing code | Boris Kolpackov | 1 | -39/+40 | |
2020-03-30 | Regenerate options parsing code | Boris Kolpackov | 1 | -5/+31 | |
2019-10-29 | Regenerate options parsing code | Boris Kolpackov | 1 | -7/+37 | |
2019-10-25 | Add --silent, remap verbosity 0 to 1 while building modules unless silent | Boris Kolpackov | 1 | -7/+24 | |
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-21 | Make testscripts to ignore user's default options files | Karen Arutyunov | 1 | -124/+140 | |
2019-08-17 | Add support for default options files | Karen Arutyunov | 1 | -0/+230 | |
2019-08-02 | Regenerate options parsing code | Boris Kolpackov | 1 | -1/+2 | |
2019-04-08 | Support for --dry-run|-n mode, perform update part | Boris Kolpackov | 1 | -31/+46 | |
2019-04-03 | Regenerate options parsing code | Boris Kolpackov | 1 | -31/+45 | |
2019-03-07 | Add support for alternative build file/directory naming scheme | Boris Kolpackov | 1 | -8/+9 | |
Now the build/*.build, buildfile, and .buildignore filesystem entries in a project can alternatively (but consistently) be called build2/*.build2, build2file, and .build2ignore. See a note at the beginning of the Project Structure section in the manual for details (motivation, restrictions, etc). | |||||
2018-11-28 | Regenerate options documentation | Boris Kolpackov | 1 | -3/+3 | |
2018-11-28 | Add --[no-]mtime-check options to control this behavior at runtime | Boris Kolpackov | 1 | -0/+15 | |
By default the checks are enabled only for the staged toolchain. | |||||
2018-11-27 | Add --dump <phase> option, omit state dumping from verbosity level 6 | Boris Kolpackov | 1 | -1/+12 | |
2018-07-09 | Regenerate options parsing code | Boris Kolpackov | 1 | -0/+3 | |
2018-04-30 | Don't print scheduler statistics at verbosity level 2, add --stat instead | Boris Kolpackov | 1 | -0/+6 | |
2018-04-13 | Regenerate option parser (adds support for combined flags and values) | Boris Kolpackov | 1 | -39/+155 | |
2018-03-29 | Remove -p alias from --progress option | Boris Kolpackov | 1 | -3/+1 | |
In other tools (which may also have --[no-]progress) -p is used for something else. | |||||
2018-03-24 | Fix bug in '--' handling | Boris Kolpackov | 1 | -17/+26 | |
2018-03-05 | Update generated options parsing code | Boris Kolpackov | 1 | -2/+4 | |
2018-02-12 | Add default capping of stack size for all POSIX platforms, --max-stack | Boris Kolpackov | 1 | -0/+20 | |
2017-12-17 | Fix few issues with structured result output | Boris Kolpackov | 1 | -2/+2 | |
2017-12-16 | Generated options code update for previous commit | Boris Kolpackov | 1 | -8/+14 | |
2017-12-16 | Add support for structured result output (--structured-result) | Boris Kolpackov | 1 | -1/+18 | |
2017-10-17 | Adjust max-threads multiplier for 32-bit because of stack size increase | Boris Kolpackov | 1 | -1/+1 | |
2017-08-06 | Print progress to terminal by default | Karen Arutyunov | 1 | -3/+9 | |
2017-08-05 | Add --match-only option | Boris Kolpackov | 1 | -0/+7 | |
2017-07-27 | Implement displaying build progress (--progress|-p) | Boris Kolpackov | 1 | -0/+10 | |
2017-05-01 | Add hxx extension for headers | Karen Arutyunov | 1 | -2/+2 | |
2017-03-17 | Shorten scheduler queue depth, make it customizable via command line | Boris Kolpackov | 1 | -0/+15 | |
2017-03-02 | Options cleanup | Boris Kolpackov | 1 | -4/+8 | |
2017-03-02 | Implement parallel match | Boris Kolpackov | 1 | -6/+20 | |
2017-02-13 | Implement parallel error propagation, keep_going mode | Boris Kolpackov | 1 | -0/+10 | |
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-09 | Initial parallel scheduler implementation, use to run testscrips | Boris Kolpackov | 1 | -3/+21 | |
2016-11-04 | Add --no-line, --no-column options | Boris Kolpackov | 1 | -0/+12 | |
2016-08-03 | Add -V option as equivalent to --verbose 3 | Boris Kolpackov | 1 | -0/+7 | |
2016-04-05 | Implement --buildfile option, overrides default buildfile, supports '-' | Boris Kolpackov | 1 | -0/+15 | |
2016-03-11 | Implement --config-{guess,sub} options | Boris Kolpackov | 1 | -0/+24 | |
2016-02-12 | <types>/<utility> scheme cleanup | Boris Kolpackov | 1 | -2/+2 | |
2016-02-12 | Support specifying options/variables/buildspec in any order | Boris Kolpackov | 1 | -88/+45 | |
2016-01-31 | Add generated cli files back to repository | Boris Kolpackov | 1 | -0/+908 | |
Without them there is no way to bootstrap. |