1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-01 22:41:32 +00:00
CLK/Storage
Adrian Perez de Castro 1de2631877
Add missing <cstdint> includes for GCC 13
Sprinkle includes of the <cstdint> header as needed to make the
build succeed with GCC 13, this fixes both with SDL and Qt builds.
2023-05-25 23:06:13 +03:00
..
Cartridge Simplify namespace syntax. 2023-05-10 16:02:18 -05:00
Data Add missing <cstdint> includes for GCC 13 2023-05-25 23:06:13 +03:00
Disk Eliminate various other errant spaces. 2023-05-16 16:40:09 -04:00
MassStorage Eliminate various other errant spaces. 2023-05-16 16:40:09 -04:00
State Eliminate various other errant spaces. 2023-05-16 16:40:09 -04:00
Tape Eliminate various other errant spaces. 2023-05-16 16:40:09 -04:00
FileHolder.cpp This is a deliberate fallthrough. 2020-06-20 00:12:08 -04:00
FileHolder.hpp Corrects HeaderDoc/etc directive. 2021-04-25 13:01:23 -04:00
Storage.hpp Add a constexpr route that explicitly calculates the simplest possible form. 2022-01-01 17:14:52 -05:00
TargetPlatforms.hpp Add Amiga enums. 2021-07-16 17:59:08 -04:00
TimedEventLoop.cpp Ensure float literals are floats. 2020-07-17 23:18:41 -04:00
TimedEventLoop.hpp Ensure float literals are floats. 2020-07-17 23:18:41 -04:00