1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 18:55:48 +00:00
CLK/Storage
Ryan Carsten Schmidt 070efd99e0 Include <cstddef> and use std::nullptr_t not nullptr_t
Fixes "error: use of undeclared identifier 'nullptr_t'; did you mean
'nullptr'?" when compiling with Xcode 12.4.
2024-01-20 19:17:18 -06:00
..
Cartridge Switch include guards to #pragma once. 2024-01-16 23:34:46 -05:00
Data Switch include guards to #pragma once. 2024-01-16 23:34:46 -05:00
Disk Include <cstddef> and use std::nullptr_t not nullptr_t 2024-01-20 19:17:18 -06:00
MassStorage Use updated logger. 2024-01-19 14:24:40 -05:00
State Remove dangling LOG_PREFIXs. 2024-01-19 22:19:35 -05:00
Tape Update use of logger. 2024-01-19 14:16:13 -05:00
FileHolder.cpp This is a deliberate fallthrough. 2020-06-20 00:12:08 -04:00
FileHolder.hpp Switch include guards to #pragma once. 2024-01-16 23:34:46 -05:00
Storage.hpp Switch include guards to #pragma once. 2024-01-16 23:34:46 -05:00
TargetPlatforms.hpp Switch include guards to #pragma once. 2024-01-16 23:34:46 -05:00
TimedEventLoop.cpp Ensure float literals are floats. 2020-07-17 23:18:41 -04:00
TimedEventLoop.hpp Switch include guards to #pragma once. 2024-01-16 23:34:46 -05:00