From 624cd26fca13bcb11946634e2c0a7d6a691b4355 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 21:24:03 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- bdep/bdep.cxx | 2 +- bdep/ci-types.hxx | 2 +- bdep/ci.cxx | 4 ++-- bdep/diagnostics.cxx | 4 ++-- bdep/diagnostics.hxx | 2 +- bdep/git.cxx | 2 +- bdep/git.hxx | 2 +- bdep/help.cxx | 2 +- bdep/http-service.cxx | 2 +- bdep/http-service.hxx | 2 +- bdep/new.cxx | 6 +++--- bdep/project.cxx | 2 +- bdep/project.hxx | 2 +- bdep/publish.cxx | 4 ++-- bdep/release.cxx | 4 ++-- bdep/types.hxx | 38 +++++++++++++++++++------------------- bdep/utility.cxx | 4 ++-- bdep/utility.hxx | 22 +++++++++++----------- bdep/wrapper-traits.hxx | 2 +- 19 files changed, 54 insertions(+), 54 deletions(-) diff --git a/bdep/bdep.cxx b/bdep/bdep.cxx index 7bc747d..dd65c25 100644 --- a/bdep/bdep.cxx +++ b/bdep/bdep.cxx @@ -11,7 +11,7 @@ #include // set_terminate(), terminate_handler #include // enable_if, is_base_of -#include // backtrace() +#include // backtrace() #include #include diff --git a/bdep/ci-types.hxx b/bdep/ci-types.hxx index 09f3fae..1e8feea 100644 --- a/bdep/ci-types.hxx +++ b/bdep/ci-types.hxx @@ -6,7 +6,7 @@ #include -#include +#include namespace bdep { diff --git a/bdep/ci.cxx b/bdep/ci.cxx index a4acd94..1182108 100644 --- a/bdep/ci.cxx +++ b/bdep/ci.cxx @@ -5,8 +5,8 @@ #include -#include -#include +#include +#include #include diff --git a/bdep/diagnostics.cxx b/bdep/diagnostics.cxx index 67d7fb4..81c67be 100644 --- a/bdep/diagnostics.cxx +++ b/bdep/diagnostics.cxx @@ -5,8 +5,8 @@ #include -#include -#include // operator<<(ostream, process_arg) +#include +#include // operator<<(ostream, process_arg) #include diff --git a/bdep/diagnostics.hxx b/bdep/diagnostics.hxx index 4d885fb..e560724 100644 --- a/bdep/diagnostics.hxx +++ b/bdep/diagnostics.hxx @@ -8,7 +8,7 @@ #include -#include +#include #include // Note: not diff --git a/bdep/git.cxx b/bdep/git.cxx index 1749efe..2da7456 100644 --- a/bdep/git.cxx +++ b/bdep/git.cxx @@ -3,7 +3,7 @@ #include -#include +#include #include diff --git a/bdep/git.hxx b/bdep/git.hxx index bfc5cd2..b7703ea 100644 --- a/bdep/git.hxx +++ b/bdep/git.hxx @@ -4,7 +4,7 @@ #ifndef BDEP_GIT_HXX #define BDEP_GIT_HXX -#include +#include #include #include diff --git a/bdep/help.cxx b/bdep/help.cxx index b5bef1f..99e4452 100644 --- a/bdep/help.cxx +++ b/bdep/help.cxx @@ -3,7 +3,7 @@ #include -#include +#include #include #include diff --git a/bdep/http-service.cxx b/bdep/http-service.cxx index f18f4c6..84be22e 100644 --- a/bdep/http-service.cxx +++ b/bdep/http-service.cxx @@ -5,7 +5,7 @@ #include // strtoul() -#include // fdterm() +#include // fdterm() #include diff --git a/bdep/http-service.hxx b/bdep/http-service.hxx index 8a0e54f..cbe4328 100644 --- a/bdep/http-service.hxx +++ b/bdep/http-service.hxx @@ -4,7 +4,7 @@ #ifndef BDEP_HTTP_SERVICE_HXX #define BDEP_HTTP_SERVICE_HXX -#include +#include #include #include diff --git a/bdep/new.cxx b/bdep/new.cxx index f02626a..a888250 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -6,9 +6,9 @@ #include #include // replace() -#include -#include -#include +#include +#include +#include #include #include diff --git a/bdep/project.cxx b/bdep/project.cxx index 8280a48..93d24f1 100644 --- a/bdep/project.cxx +++ b/bdep/project.cxx @@ -4,7 +4,7 @@ #include #include -#include +#include #include diff --git a/bdep/project.hxx b/bdep/project.hxx index 5c6be87..9265945 100644 --- a/bdep/project.hxx +++ b/bdep/project.hxx @@ -6,7 +6,7 @@ #include -#include +#include #include diff --git a/bdep/publish.cxx b/bdep/publish.cxx index 3034055..bae4316 100644 --- a/bdep/publish.cxx +++ b/bdep/publish.cxx @@ -3,8 +3,8 @@ #include -#include -#include +#include +#include #include diff --git a/bdep/release.cxx b/bdep/release.cxx index 3f13427..0e0f0a6 100644 --- a/bdep/release.cxx +++ b/bdep/release.cxx @@ -5,8 +5,8 @@ #include // cout -#include -#include +#include +#include #include diff --git a/bdep/types.hxx b/bdep/types.hxx index 2413382..1fc3d1a 100644 --- a/bdep/types.hxx +++ b/bdep/types.hxx @@ -21,17 +21,17 @@ #include -#include -#include +#include +#include #include #include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include namespace bdep { @@ -55,7 +55,7 @@ namespace bdep using std::weak_ptr; using std::vector; - using butl::small_vector; // + using butl::small_vector; // using strings = vector; using cstrings = vector; @@ -77,16 +77,16 @@ namespace bdep using odb::sqlite::database; using odb::sqlite::transaction; - // + // // using butl::optional; using butl::nullopt; - // + // // using butl::url; - // + // // using butl::path; using butl::dir_path; @@ -98,11 +98,11 @@ namespace bdep using paths = vector; using dir_paths = vector; - // + // // using butl::uuid; - // + // // using butl::process; using butl::process_env; @@ -110,7 +110,7 @@ namespace bdep using butl::process_exit; using butl::process_error; - // + // // using butl::auto_fd; using butl::fdpipe; @@ -119,14 +119,14 @@ namespace bdep using butl::fdopen_mode; using butl::fdstream_mode; - // + // // using butl::default_options_files; using butl::default_options_entry; using butl::default_options; - // - // + // + // // using butl::semantic_version; using butl::standard_version; diff --git a/bdep/utility.cxx b/bdep/utility.cxx index 6cab4fa..2a7808f 100644 --- a/bdep/utility.cxx +++ b/bdep/utility.cxx @@ -3,8 +3,8 @@ #include -#include -#include +#include +#include #include diff --git a/bdep/utility.hxx b/bdep/utility.hxx index 8e3ca3c..e43b4ff 100644 --- a/bdep/utility.hxx +++ b/bdep/utility.hxx @@ -13,14 +13,14 @@ #include -#include // icasecmp(), reverse_iterate(), etc -#include -#include -#include -#include +#include // icasecmp(), reverse_iterate(), etc +#include +#include +#include +#include -#include // manifest_parser::filter_function -#include // manifest_serializer::filter_function +#include // manifest_parser::filter_function +#include // manifest_serializer::filter_function #include #include @@ -40,7 +40,7 @@ namespace bdep using std::find; using std::find_if; - // + // // using butl::ucase; using butl::lcase; @@ -59,16 +59,16 @@ namespace bdep using butl::setenv; using butl::unsetenv; - // + // // using butl::yn_prompt; - // + // // using butl::auto_rmfile; using butl::auto_rmdir; - // + // // using butl::load_default_options; using butl::merge_default_options; diff --git a/bdep/wrapper-traits.hxx b/bdep/wrapper-traits.hxx index b860f56..c3d58a0 100644 --- a/bdep/wrapper-traits.hxx +++ b/bdep/wrapper-traits.hxx @@ -6,7 +6,7 @@ #include -#include +#include #include -- cgit v1.1