1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 23:52:26 +00:00
CLK/Storage
2017-08-11 19:18:45 -04:00
..
Cartridge
Data
Disk
Tape
FileHolder.cpp Upped C++ standard to C++14 and added an #if that's intended to use the built-in std::gcd when compiled on C++17 or better. Fixed for new signedness warnings resulting for taking the step to C++14. 2017-08-11 19:18:45 -04:00
FileHolder.hpp
Storage.hpp
TimedEventLoop.cpp Adjusted to avoid calls to ::greatest_common_divisor(numerator % denominator, denominator) unless necessary. 2017-08-11 19:05:46 -04:00
TimedEventLoop.hpp