From bd02eaa1298271ecf8365aa869e93fdcb04fdeb1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 Sep 2021 08:42:53 +0200 Subject: Add progress to configure/disfigure in pkg-build/drop if result is disabled For projects with a large number of dependencies (e.g., Boost) these can take a while. --- bpkg/diagnostics.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bpkg/diagnostics.hxx') diff --git a/bpkg/diagnostics.hxx b/bpkg/diagnostics.hxx index 04ede36..72fc9ae 100644 --- a/bpkg/diagnostics.hxx +++ b/bpkg/diagnostics.hxx @@ -109,6 +109,11 @@ namespace bpkg template inline void l5 (const F& f) {if (verb >= 5) f ();} template inline void l6 (const F& f) {if (verb >= 6) f ();} + // Progress reporting. + // + using butl::diag_progress; + using butl::diag_progress_lock; + // Diagnostic facility, base infrastructure. // using butl::diag_stream; -- cgit v1.1