From abccaf9596461215fce0e32322133fb6c39be44f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 10 Feb 2017 08:15:48 +0200 Subject: Implement parallel error propagation, keep_going mode 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. --- build2/b-options | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build2/b-options') diff --git a/build2/b-options b/build2/b-options index f05f483..9f787cf 100644 --- a/build2/b-options +++ b/build2/b-options @@ -417,6 +417,9 @@ namespace build2 jobs_specified () const; const bool& + serial_stop () const; + + const bool& no_column () const; const bool& @@ -484,6 +487,7 @@ namespace build2 bool verbose_specified_; size_t jobs_; bool jobs_specified_; + bool serial_stop_; bool no_column_; bool no_line_; path buildfile_; -- cgit v1.1