From 566bcb8c4c36d12e398f00349c5f27cae06fa7a9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Jul 2017 18:40:52 +0200 Subject: Implement displaying build progress (--progress|-p) --- build2/b-options.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build2/b-options.hxx') 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_; -- cgit v1.1