Removed redundant 'Bloom' namespace from entire codebase
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "MemorySegment.hpp"
|
||||
|
||||
namespace Bloom::Targets::TargetDescription
|
||||
namespace Targets::TargetDescription
|
||||
{
|
||||
struct AddressSpace
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
namespace Bloom::Targets::TargetDescription
|
||||
namespace Targets::TargetDescription
|
||||
{
|
||||
struct BitField
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "src/Exceptions/Exception.hpp"
|
||||
|
||||
namespace Bloom::Exceptions
|
||||
namespace Exceptions
|
||||
{
|
||||
class TargetDescriptionParsingFailureException: public Exception
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <string>
|
||||
#include <optional>
|
||||
|
||||
namespace Bloom::Targets::TargetDescription
|
||||
namespace Targets::TargetDescription
|
||||
{
|
||||
struct Interface
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#include "src/Helpers/BiMap.hpp"
|
||||
|
||||
namespace Bloom::Targets::TargetDescription
|
||||
namespace Targets::TargetDescription
|
||||
{
|
||||
enum class MemorySegmentType
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include "ModuleInstance.hpp"
|
||||
#include "RegisterGroup.hpp"
|
||||
|
||||
namespace Bloom::Targets::TargetDescription
|
||||
namespace Targets::TargetDescription
|
||||
{
|
||||
struct Module
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "RegisterGroup.hpp"
|
||||
#include "Signal.hpp"
|
||||
|
||||
namespace Bloom::Targets::TargetDescription
|
||||
namespace Targets::TargetDescription
|
||||
{
|
||||
struct ModuleInstance
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace Bloom::Targets::TargetDescription
|
||||
namespace Targets::TargetDescription
|
||||
{
|
||||
struct Pin
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <QString>
|
||||
#include <map>
|
||||
|
||||
namespace Bloom::Targets::TargetDescription
|
||||
namespace Targets::TargetDescription
|
||||
{
|
||||
struct Property
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "BitField.hpp"
|
||||
|
||||
namespace Bloom::Targets::TargetDescription
|
||||
namespace Targets::TargetDescription
|
||||
{
|
||||
struct Register
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <string>
|
||||
#include <optional>
|
||||
|
||||
namespace Bloom::Targets::TargetDescription
|
||||
namespace Targets::TargetDescription
|
||||
{
|
||||
struct Signal
|
||||
{
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
#include "src/Logger/Logger.hpp"
|
||||
#include "src/Services/PathService.hpp"
|
||||
|
||||
namespace Bloom::Targets::TargetDescription
|
||||
namespace Targets::TargetDescription
|
||||
{
|
||||
using namespace Bloom::Exceptions;
|
||||
using namespace Exceptions;
|
||||
|
||||
const std::string& TargetDescriptionFile::getTargetName() const {
|
||||
return this->targetName;
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "Pinout.hpp"
|
||||
#include "Interface.hpp"
|
||||
|
||||
namespace Bloom::Targets::TargetDescription
|
||||
namespace Targets::TargetDescription
|
||||
{
|
||||
/**
|
||||
* A target description file (TDF) is an XML file that describes a particular target. All supported targets come
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace Bloom::Targets::TargetDescription
|
||||
namespace Targets::TargetDescription
|
||||
{
|
||||
struct Variant
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user