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-11 08:30:55 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
ClockReceiver
History
Thomas Harte
8efb6a9226
Simplify 'get_next_sequence_point' -> 'next_sequence_point'.
2023-09-10 18:00:49 -04:00
..
ClockingHintSource.hpp
Adds a bunch of
const
s.
2020-05-09 21:23:52 -04:00
ClockReceiver.hpp
Switch to a saturating conversion.
2021-11-18 18:01:30 -05: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
DeferredValue.hpp
Adds a simpler way of deferring single values.
2021-08-07 17:29:21 -04:00
ForceInline.hpp
…
JustInTime.hpp
Simplify 'get_next_sequence_point' -> 'next_sequence_point'.
2023-09-10 18:00:49 -04:00
ScanSynchroniser.hpp
Attempts to permit fixed speed multiplication.
2020-02-10 23:30:32 -05:00
TimeTypes.hpp
Hacks up an [unsafe] return to something best-effort-updater-esque.
2022-07-07 16:35:45 -04:00
VSyncPredictor.hpp
Attempts to improve vsync deadline estimation.
2020-07-27 21:08:00 -04:00