From a8758228f4737b9b930986ed7be1c7148aae9810 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 1 May 2017 19:33:47 +0300 Subject: Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl --- bbot/agent.cxx | 4 ++-- bbot/bootstrap-manifest.cxx | 4 ++-- bbot/bootstrap-manifest.hxx | 4 ++-- bbot/diagnostics.hxx | 2 +- bbot/machine-manifest.cxx | 6 +++--- bbot/machine-manifest.hxx | 2 +- bbot/types.hxx | 16 ++++++++-------- bbot/utility.hxx | 20 ++++++++++---------- bbot/utility.txx | 6 +++--- bbot/version.hxx.in | 2 +- bbot/worker.cxx | 4 ++-- unit-tests/bootstrap-manifest/driver.cxx | 4 ++-- 12 files changed, 37 insertions(+), 37 deletions(-) diff --git a/bbot/agent.cxx b/bbot/agent.cxx index bb0ccb7..3ebbd2d 100644 --- a/bbot/agent.cxx +++ b/bbot/agent.cxx @@ -19,8 +19,8 @@ #include #include -#include -#include // dir_iterator +#include +#include // dir_iterator #include diff --git a/bbot/bootstrap-manifest.cxx b/bbot/bootstrap-manifest.cxx index ebbc7ce..e9697bd 100644 --- a/bbot/bootstrap-manifest.cxx +++ b/bbot/bootstrap-manifest.cxx @@ -4,8 +4,8 @@ #include -#include -#include +#include +#include using namespace butl; diff --git a/bbot/bootstrap-manifest.hxx b/bbot/bootstrap-manifest.hxx index 69fb358..6b56785 100644 --- a/bbot/bootstrap-manifest.hxx +++ b/bbot/bootstrap-manifest.hxx @@ -7,8 +7,8 @@ #include -#include -#include +#include +#include #include #include diff --git a/bbot/diagnostics.hxx b/bbot/diagnostics.hxx index 07052a0..bfeeb2a 100644 --- a/bbot/diagnostics.hxx +++ b/bbot/diagnostics.hxx @@ -5,7 +5,7 @@ #ifndef BBOT_DIAGNOSTICS_HXX #define BBOT_DIAGNOSTICS_HXX -#include +#include #include // Note: not . diff --git a/bbot/machine-manifest.cxx b/bbot/machine-manifest.cxx index 54ed43f..dd3b7de 100644 --- a/bbot/machine-manifest.cxx +++ b/bbot/machine-manifest.cxx @@ -4,9 +4,9 @@ #include -#include -#include -#include +#include +#include +#include using namespace butl; diff --git a/bbot/machine-manifest.hxx b/bbot/machine-manifest.hxx index fa6139f..efcdda4 100644 --- a/bbot/machine-manifest.hxx +++ b/bbot/machine-manifest.hxx @@ -7,7 +7,7 @@ #include -#include +#include #include // machine_header diff --git a/bbot/types.hxx b/bbot/types.hxx index 20f9f23..0ab6377 100644 --- a/bbot/types.hxx +++ b/bbot/types.hxx @@ -20,10 +20,10 @@ #include // logic_error, invalid_argument, runtime_error #include -#include -#include -#include -#include +#include +#include +#include +#include namespace bbot { @@ -63,20 +63,20 @@ namespace bbot using std::system_error; using io_error = std::ios_base::failure; - // + // // using butl::optional; using butl::nullopt; - // + // // using butl::vector_view; - // + // // using butl::small_vector; - // + // // using butl::path; using butl::dir_path; diff --git a/bbot/utility.hxx b/bbot/utility.hxx index f6f0349..73804a4 100644 --- a/bbot/utility.hxx +++ b/bbot/utility.hxx @@ -11,14 +11,14 @@ #include // assert() #include // make_move_iterator() -#include +#include -#include -#include -#include -#include // casecmp(), reverse_iterate(), etc -#include -#include +#include +#include +#include +#include // casecmp(), reverse_iterate(), etc +#include +#include #include #include @@ -35,7 +35,7 @@ namespace bbot using std::to_string; using std::stoull; - // + // // using butl::casecmp; using butl::reverse_iterate; @@ -43,11 +43,11 @@ namespace bbot using butl::exception_guard; using butl::make_exception_guard; - // + // // using butl::auto_fd; - // + // // using butl::auto_rmdir; using butl::auto_rmfile; diff --git a/bbot/utility.txx b/bbot/utility.txx index 519762b..688eb9c 100644 --- a/bbot/utility.txx +++ b/bbot/utility.txx @@ -4,10 +4,10 @@ #include // cin -#include +#include -#include -#include +#include +#include #include diff --git a/bbot/version.hxx.in b/bbot/version.hxx.in index 9f451e8..2b8ca54 100644 --- a/bbot/version.hxx.in +++ b/bbot/version.hxx.in @@ -37,7 +37,7 @@ #define BBOT_SNAPSHOT $bbot.version.snapshot_sn$ULL #define BBOT_SNAPSHOT_ID "$bbot.version.snapshot_id$" -#include +#include $libbutl.check(LIBBUTL_VERSION, LIBBUTL_SNAPSHOT)$ diff --git a/bbot/worker.cxx b/bbot/worker.cxx index 70440b0..acfff29 100644 --- a/bbot/worker.cxx +++ b/bbot/worker.cxx @@ -10,8 +10,8 @@ #include -#include -#include +#include +#include #include diff --git a/unit-tests/bootstrap-manifest/driver.cxx b/unit-tests/bootstrap-manifest/driver.cxx index 1412c21..f08cbca 100644 --- a/unit-tests/bootstrap-manifest/driver.cxx +++ b/unit-tests/bootstrap-manifest/driver.cxx @@ -5,8 +5,8 @@ #include // ios_base::failbit, ios_base::badbit #include -#include -#include +#include +#include #include #include -- cgit v1.1