This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
CLK
Watch
1
Star
0
Fork
0
You've already forked CLK
mirror of
https://github.com/TomHarte/CLK.git
synced
2025-01-14 13:33:42 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
ClockReceiver
History
Thomas Harte
a096a09c72
Trusts Qt to supply a refresh rate, and handles retina <-> non-retina window transitions.
2020-06-30 23:03:39 -04:00
..
ClockingHintSource.hpp
Adds a bunch of
const
s.
2020-05-09 21:23:52 -04:00
ClockReceiver.hpp
Removes redundant constructors.
2020-06-19 23:26:22 -04:00
DeferredQueue.hpp
Increases const correctness, marks some additional constructors as constexpr, switches std::atomic construction style.
2020-05-20 23:34:26 -04:00
ForceInline.hpp
…
JustInTime.hpp
Introduces
RealTimeActor
, providing the same interface as
JustInTimeActor
.
2020-01-29 21:26:15 -05:00
ScanSynchroniser.hpp
Attempts to permit fixed speed multiplication.
2020-02-10 23:30:32 -05:00
TimeTypes.hpp
Experimentally switches to a 'high-resolution' clock for SDL.
2020-02-09 21:44:55 -05:00
VSyncPredictor.hpp
Trusts Qt to supply a refresh rate, and handles retina <-> non-retina window transitions.
2020-06-30 23:03:39 -04:00