1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-02 20:30:00 +00:00
CLK/Machines/Utility
Thomas Harte d360b2c62d Standardises the static analyser on std::vector and slightly widens passageway to a machine.
The SDL target would now be fooled by a hypothetical multi-target, the Mac not yet.
2018-01-23 22:18:16 -05:00
..
MachineForTarget.cpp Standardises the static analyser on std::vector and slightly widens passageway to a machine. 2018-01-23 22:18:16 -05:00
MachineForTarget.hpp Standardises the static analyser on std::vector and slightly widens passageway to a machine. 2018-01-23 22:18:16 -05:00
MemoryFuzzer.cpp Doubles down on <cX> over <X.h> for C includes, and usage of the namespace for those types and functions. 2017-11-11 15:28:40 -05:00
MemoryFuzzer.hpp Doubles down on <cX> over <X.h> for C includes, and usage of the namespace for those types and functions. 2017-11-11 15:28:40 -05:00
TypedDynamicMachine.hpp Adapts the Mac port to use a Machine::DynamicMachine, thereby eliminating plenty of duplication. 2017-11-24 21:36:22 -05:00
Typer.cpp Ensures typers terminate. 2017-12-30 13:46:30 -05:00
Typer.hpp Rejigs the typing relationship so that use of a typer is not strongly implied by the interface. 2017-12-29 18:30:46 -05:00