From e86333fa8790f624d82ecea2a8da40f85a1d3630 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 26 Apr 2018 09:48:58 +0200 Subject: Add support for forwarded configurations --- bdep/utility.hxx | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'bdep/utility.hxx') diff --git a/bdep/utility.hxx b/bdep/utility.hxx index 4831bab..31cd0cb 100644 --- a/bdep/utility.hxx +++ b/bdep/utility.hxx @@ -114,6 +114,19 @@ namespace bdep void run_bpkg (const common_options&, A&&... args); + // Run the b process. + // + const char* + name_b (const common_options&); + + template + process + start_b (const common_options&, O&& out, E&& err, A&&... args); + + template + void + run_b (const common_options&, A&&... args); + // Manifest parsing and serialization. // // For parsing, if path is '-', then read from stdin. -- cgit v1.1