1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-29 00:56:21 +00:00
CLK/ClockReceiver
2023-09-10 18:00:49 -04:00
..
ClockingHintSource.hpp
ClockReceiver.hpp
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 Switches the presumption to requiring NDEBUG to avoid forced inlines. 2019-10-26 22:43:25 -04:00
JustInTime.hpp Simplify 'get_next_sequence_point' -> 'next_sequence_point'. 2023-09-10 18:00:49 -04:00
ScanSynchroniser.hpp
TimeTypes.hpp
VSyncPredictor.hpp