aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-27 18:40:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-07-27 18:40:52 +0200
commit566bcb8c4c36d12e398f00349c5f27cae06fa7a9 (patch)
treed7090693a6f13cf4995a24724675faa8a5582296 /build2/b-options.hxx
parentd14d3123c7cdb53a635d4be55902c09a410c28cc (diff)
Implement displaying build progress (--progress|-p)
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 a280a79..b0c8091 100644
--- a/build2/b-options.hxx
+++ b/build2/b-options.hxx
@@ -402,6 +402,9 @@ namespace build2
V () const;
const bool&
+ progress () const;
+
+ const bool&
quiet () const;
const uint16_t&
@@ -494,6 +497,7 @@ namespace build2
public:
bool v_;
bool V_;
+ bool progress_;
bool quiet_;
uint16_t verbose_;
bool verbose_specified_;