1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-24 12:30:17 +00:00

Renames files to match project convention.

This commit is contained in:
Thomas Harte 2020-03-19 23:24:06 -04:00
parent b8b335f67d
commit 69277bbb27
18 changed files with 37 additions and 37 deletions

View File

@ -9,7 +9,7 @@
#ifndef Analyser_Static_Acorn_Target_h #ifndef Analyser_Static_Acorn_Target_h
#define Analyser_Static_Acorn_Target_h #define Analyser_Static_Acorn_Target_h
#include "../../../Reflection/Struct.h" #include "../../../Reflection/Struct.hpp"
#include "../StaticAnalyser.hpp" #include "../StaticAnalyser.hpp"
#include <string> #include <string>

View File

@ -9,8 +9,8 @@
#ifndef Analyser_Static_AmstradCPC_Target_h #ifndef Analyser_Static_AmstradCPC_Target_h
#define Analyser_Static_AmstradCPC_Target_h #define Analyser_Static_AmstradCPC_Target_h
#include "../../../Reflection/Enum.h" #include "../../../Reflection/Enum.hpp"
#include "../../../Reflection/Struct.h" #include "../../../Reflection/Struct.hpp"
#include "../StaticAnalyser.hpp" #include "../StaticAnalyser.hpp"
#include <string> #include <string>

View File

@ -9,8 +9,8 @@
#ifndef Target_h #ifndef Target_h
#define Target_h #define Target_h
#include "../../../Reflection/Enum.h" #include "../../../Reflection/Enum.hpp"
#include "../../../Reflection/Struct.h" #include "../../../Reflection/Struct.hpp"
#include "../StaticAnalyser.hpp" #include "../StaticAnalyser.hpp"
namespace Analyser { namespace Analyser {

View File

@ -9,7 +9,7 @@
#ifndef Analyser_Static_AtariST_Target_h #ifndef Analyser_Static_AtariST_Target_h
#define Analyser_Static_AtariST_Target_h #define Analyser_Static_AtariST_Target_h
#include "../../../Reflection/Struct.h" #include "../../../Reflection/Struct.hpp"
#include "../StaticAnalyser.hpp" #include "../StaticAnalyser.hpp"
namespace Analyser { namespace Analyser {

View File

@ -9,8 +9,8 @@
#ifndef Analyser_Static_Commodore_Target_h #ifndef Analyser_Static_Commodore_Target_h
#define Analyser_Static_Commodore_Target_h #define Analyser_Static_Commodore_Target_h
#include "../../../Reflection/Enum.h" #include "../../../Reflection/Enum.hpp"
#include "../../../Reflection/Struct.h" #include "../../../Reflection/Struct.hpp"
#include "../StaticAnalyser.hpp" #include "../StaticAnalyser.hpp"
#include <string> #include <string>

View File

@ -9,8 +9,8 @@
#ifndef Analyser_Static_MSX_Target_h #ifndef Analyser_Static_MSX_Target_h
#define Analyser_Static_MSX_Target_h #define Analyser_Static_MSX_Target_h
#include "../../../Reflection/Enum.h" #include "../../../Reflection/Enum.hpp"
#include "../../../Reflection/Struct.h" #include "../../../Reflection/Struct.hpp"
#include "../StaticAnalyser.hpp" #include "../StaticAnalyser.hpp"
#include <string> #include <string>

View File

@ -9,8 +9,8 @@
#ifndef Analyser_Static_Macintosh_Target_h #ifndef Analyser_Static_Macintosh_Target_h
#define Analyser_Static_Macintosh_Target_h #define Analyser_Static_Macintosh_Target_h
#include "../../../Reflection/Enum.h" #include "../../../Reflection/Enum.hpp"
#include "../../../Reflection/Struct.h" #include "../../../Reflection/Struct.hpp"
#include "../StaticAnalyser.hpp" #include "../StaticAnalyser.hpp"
namespace Analyser { namespace Analyser {

View File

@ -9,8 +9,8 @@
#ifndef Analyser_Static_Oric_Target_h #ifndef Analyser_Static_Oric_Target_h
#define Analyser_Static_Oric_Target_h #define Analyser_Static_Oric_Target_h
#include "../../../Reflection/Enum.h" #include "../../../Reflection/Enum.hpp"
#include "../../../Reflection/Struct.h" #include "../../../Reflection/Struct.hpp"
#include "../StaticAnalyser.hpp" #include "../StaticAnalyser.hpp"
#include <string> #include <string>

View File

@ -9,8 +9,8 @@
#ifndef Analyser_Static_Sega_Target_h #ifndef Analyser_Static_Sega_Target_h
#define Analyser_Static_Sega_Target_h #define Analyser_Static_Sega_Target_h
#include "../../../Reflection/Enum.h" #include "../../../Reflection/Enum.hpp"
#include "../../../Reflection/Struct.h" #include "../../../Reflection/Struct.hpp"
#include "../StaticAnalyser.hpp" #include "../StaticAnalyser.hpp"
namespace Analyser { namespace Analyser {

View File

@ -9,8 +9,8 @@
#ifndef Analyser_Static_ZX8081_Target_h #ifndef Analyser_Static_ZX8081_Target_h
#define Analyser_Static_ZX8081_Target_h #define Analyser_Static_ZX8081_Target_h
#include "../../../Reflection/Enum.h" #include "../../../Reflection/Enum.hpp"
#include "../../../Reflection/Struct.h" #include "../../../Reflection/Struct.hpp"
#include "../StaticAnalyser.hpp" #include "../StaticAnalyser.hpp"
#include <string> #include <string>

View File

@ -9,7 +9,7 @@
#ifndef Configurable_h #ifndef Configurable_h
#define Configurable_h #define Configurable_h
#include "../Reflection/Struct.h" #include "../Reflection/Struct.hpp"
#include <memory> #include <memory>

View File

@ -9,7 +9,7 @@
#ifndef StandardOptions_hpp #ifndef StandardOptions_hpp
#define StandardOptions_hpp #define StandardOptions_hpp
#include "../Reflection/Enum.h" #include "../Reflection/Enum.hpp"
namespace Configurable { namespace Configurable {

View File

@ -10,7 +10,7 @@
#define MachineForTarget_hpp #define MachineForTarget_hpp
#include "../../Analyser/Static/StaticAnalyser.hpp" #include "../../Analyser/Static/StaticAnalyser.hpp"
#include "../../Reflection/Struct.h" #include "../../Reflection/Struct.hpp"
#include "../DynamicMachine.hpp" #include "../DynamicMachine.hpp"

View File

@ -1038,8 +1038,8 @@
4B38F3471F2EC11D00D9235D /* AmstradCPC.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = AmstradCPC.hpp; path = AmstradCPC/AmstradCPC.hpp; sourceTree = "<group>"; }; 4B38F3471F2EC11D00D9235D /* AmstradCPC.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = AmstradCPC.hpp; path = AmstradCPC/AmstradCPC.hpp; sourceTree = "<group>"; };
4B3940E51DA83C8300427841 /* AsyncTaskQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncTaskQueue.cpp; path = ../../Concurrency/AsyncTaskQueue.cpp; sourceTree = "<group>"; }; 4B3940E51DA83C8300427841 /* AsyncTaskQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncTaskQueue.cpp; path = ../../Concurrency/AsyncTaskQueue.cpp; sourceTree = "<group>"; };
4B3940E61DA83C8300427841 /* AsyncTaskQueue.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = AsyncTaskQueue.hpp; path = ../../Concurrency/AsyncTaskQueue.hpp; sourceTree = "<group>"; }; 4B3940E61DA83C8300427841 /* AsyncTaskQueue.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = AsyncTaskQueue.hpp; path = ../../Concurrency/AsyncTaskQueue.hpp; sourceTree = "<group>"; };
4B3AF7D02413470E00873C0B /* Enum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Enum.h; sourceTree = "<group>"; }; 4B3AF7D02413470E00873C0B /* Enum.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Enum.hpp; sourceTree = "<group>"; };
4B3AF7D12413472200873C0B /* Struct.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Struct.h; sourceTree = "<group>"; }; 4B3AF7D12413472200873C0B /* Struct.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = Struct.hpp; sourceTree = "<group>"; };
4B3BA0C21D318AEB005DD7A7 /* C1540Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = C1540Tests.swift; sourceTree = "<group>"; }; 4B3BA0C21D318AEB005DD7A7 /* C1540Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = C1540Tests.swift; sourceTree = "<group>"; };
4B3BA0C51D318B44005DD7A7 /* C1540Bridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = C1540Bridge.h; sourceTree = "<group>"; }; 4B3BA0C51D318B44005DD7A7 /* C1540Bridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = C1540Bridge.h; sourceTree = "<group>"; };
4B3BA0C61D318B44005DD7A7 /* C1540Bridge.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = C1540Bridge.mm; sourceTree = "<group>"; }; 4B3BA0C61D318B44005DD7A7 /* C1540Bridge.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = C1540Bridge.mm; sourceTree = "<group>"; };
@ -2197,8 +2197,8 @@
4B3AF7CF2413470E00873C0B /* Reflection */ = { 4B3AF7CF2413470E00873C0B /* Reflection */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
4B3AF7D02413470E00873C0B /* Enum.h */, 4B3AF7D02413470E00873C0B /* Enum.hpp */,
4B3AF7D12413472200873C0B /* Struct.h */, 4B3AF7D12413472200873C0B /* Struct.hpp */,
4B47F6C4241C87A100ED06F7 /* Struct.cpp */, 4B47F6C4241C87A100ED06F7 /* Struct.cpp */,
); );
name = Reflection; name = Reflection;

View File

@ -34,8 +34,8 @@
#include "../../Outputs/OpenGL/ScanTarget.hpp" #include "../../Outputs/OpenGL/ScanTarget.hpp"
#include "../../Outputs/OpenGL/Screenshot.hpp" #include "../../Outputs/OpenGL/Screenshot.hpp"
#include "../../Reflection/Enum.h" #include "../../Reflection/Enum.hpp"
#include "../../Reflection/Struct.h" #include "../../Reflection/Struct.hpp"
namespace { namespace {

View File

@ -1,13 +1,13 @@
// //
// Enum.h // Enum.hpp
// Clock Signal // Clock Signal
// //
// Created by Thomas Harte on 17/02/2020. // Created by Thomas Harte on 17/02/2020.
// Copyright © 2020 Thomas Harte. All rights reserved. // Copyright © 2020 Thomas Harte. All rights reserved.
// //
#ifndef Enum_h #ifndef Enum_hpp
#define Enum_h #define Enum_hpp
#include <algorithm> #include <algorithm>
#include <cctype> #include <cctype>
@ -170,4 +170,4 @@ class Enum {
} }
#endif /* Enum_h */ #endif /* Enum_hpp */

View File

@ -6,7 +6,7 @@
// Copyright © 2020 Thomas Harte. All rights reserved. // Copyright © 2020 Thomas Harte. All rights reserved.
// //
#include "Struct.h" #include "Struct.hpp"
#include <algorithm> #include <algorithm>

View File

@ -1,13 +1,13 @@
// //
// Struct.h // Struct.hpp
// Clock Signal // Clock Signal
// //
// Created by Thomas Harte on 06/03/2020. // Created by Thomas Harte on 06/03/2020.
// Copyright © 2020 Thomas Harte. All rights reserved. // Copyright © 2020 Thomas Harte. All rights reserved.
// //
#ifndef Struct_h #ifndef Struct_hpp
#define Struct_h #define Struct_hpp
#include <cstdarg> #include <cstdarg>
#include <cstring> #include <cstring>
@ -17,7 +17,7 @@
#include <unordered_map> #include <unordered_map>
#include <vector> #include <vector>
#include "Enum.h" #include "Enum.hpp"
namespace Reflection { namespace Reflection {
@ -269,4 +269,4 @@ template <typename Owner> class StructImpl: public Struct {
} }
#endif /* Struct_h */ #endif /* Struct_hpp */