aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-12-16 09:43:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-12-16 09:43:38 +0200
commit630dc4ccf3207f7cdd5b410582e1e572081b80e8 (patch)
treedc6b4dfb5608799fc63f4f1b6f6fceee8530cb0c /build2/b-options.hxx
parentb3df2f69ff340e2c5c6d215bea6689594f0a3d80 (diff)
Add support for structured result output (--structured-result)
Diffstat (limited to 'build2/b-options.hxx')
-rw-r--r--build2/b-options.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/build2/b-options.hxx b/build2/b-options.hxx
index 535e70c..b6edae8 100644
--- a/build2/b-options.hxx
+++ b/build2/b-options.hxx
@@ -438,6 +438,9 @@ namespace build2
serial_stop () const;
const bool&
+ structured_result () const;
+
+ const bool&
match_only () const;
const bool&
@@ -515,6 +518,7 @@ namespace build2
size_t queue_depth_;
bool queue_depth_specified_;
bool serial_stop_;
+ bool structured_result_;
bool match_only_;
bool no_column_;
bool no_line_;