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.ixx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build2/b-options.ixx') diff --git a/build2/b-options.ixx b/build2/b-options.ixx index 190c960..61d0f11 100644 --- a/build2/b-options.ixx +++ b/build2/b-options.ixx @@ -259,6 +259,12 @@ namespace build2 } inline const bool& options:: + serial_stop () const + { + return this->serial_stop_; + } + + inline const bool& options:: no_column () const { return this->no_column_; -- cgit v1.1