container: c++: dfi namespace refactor
Align with project alias, save the eyes and hands.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// docker-finance | modern accounting for the power-user
|
||||
//
|
||||
// Copyright (C) 2021-2024 Aaron Fiore (Founder, Evergreen Crypto LLC)
|
||||
// Copyright (C) 2021-2025 Aaron Fiore (Founder, Evergreen Crypto LLC)
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
@@ -30,16 +30,16 @@
|
||||
|
||||
#include "../common/utility.hh"
|
||||
|
||||
//! \namespace docker_finance
|
||||
//! \namespace dfi
|
||||
//! \since docker-finance 1.0.0
|
||||
namespace docker_finance
|
||||
namespace dfi
|
||||
{
|
||||
//! \namespace docker_finance::macro
|
||||
//! \namespace dfi::macro
|
||||
//! \brief ROOT macros
|
||||
//! \since docker-finance 1.0.0
|
||||
namespace macro
|
||||
{
|
||||
//! \namespace docker_finance::macro::test
|
||||
//! \namespace dfi::macro::test
|
||||
//! \brief ROOT macros for docker-finance testing
|
||||
//! \since docker-finance 1.0.0
|
||||
namespace test
|
||||
@@ -70,7 +70,7 @@ class Benchmark
|
||||
{"../test/benchmark/random.hh"},
|
||||
{"../test/benchmark/utility.hh"}};
|
||||
|
||||
namespace common = ::docker_finance::macro::common;
|
||||
namespace common = ::dfi::macro::common;
|
||||
if (!loaded)
|
||||
{
|
||||
common::Command::load(paths);
|
||||
@@ -87,7 +87,7 @@ class Benchmark
|
||||
};
|
||||
} // namespace test
|
||||
} // namespace macro
|
||||
} // namespace docker_finance
|
||||
} // namespace dfi
|
||||
|
||||
#endif // CONTAINER_SRC_ROOT_MACRO_TEST_BENCHMARK_C_
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// docker-finance | modern accounting for the power-user
|
||||
//
|
||||
// Copyright (C) 2021-2024 Aaron Fiore (Founder, Evergreen Crypto LLC)
|
||||
// Copyright (C) 2021-2025 Aaron Fiore (Founder, Evergreen Crypto LLC)
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
@@ -30,16 +30,16 @@
|
||||
|
||||
#include "../common/utility.hh"
|
||||
|
||||
//! \namespace docker_finance
|
||||
//! \namespace dfi
|
||||
//! \since docker-finance 1.0.0
|
||||
namespace docker_finance
|
||||
namespace dfi
|
||||
{
|
||||
//! \namespace docker_finance::macro
|
||||
//! \namespace dfi::macro
|
||||
//! \brief ROOT macros
|
||||
//! \since docker-finance 1.0.0
|
||||
namespace macro
|
||||
{
|
||||
//! \namespace docker_finance::macro::test
|
||||
//! \namespace dfi::macro::test
|
||||
//! \brief ROOT macros for docker-finance testing
|
||||
//! \since docker-finance 1.0.0
|
||||
namespace test
|
||||
@@ -71,7 +71,7 @@ class Unit
|
||||
{"../test/unit/type.hh"},
|
||||
{"../test/unit/utility.hh"}};
|
||||
|
||||
namespace common = ::docker_finance::macro::common;
|
||||
namespace common = ::dfi::macro::common;
|
||||
if (!loaded)
|
||||
{
|
||||
common::Command::load(paths);
|
||||
@@ -84,7 +84,7 @@ class Unit
|
||||
};
|
||||
} // namespace test
|
||||
} // namespace macro
|
||||
} // namespace docker_finance
|
||||
} // namespace dfi
|
||||
|
||||
#endif // CONTAINER_SRC_ROOT_MACRO_TEST_UNIT_C_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user