LookingGlass/common/include/common
Quantum 996b9e7e7b [common] time: fully implement all functionality for windows
We implement nanotime by converting QueryPerformanceTimer output with
floating point arithmetic. This is necessary to preserve precision on
platforms where each tick is not an integer number of nanoseconds.

Furthermore, struct timespec is included C11 and appears to be supported
on Windows, so we no longer need to #ifdef it out.
2021-07-29 10:16:52 +10:00
..
array.h [common]: move array length into a common helper 2021-07-18 10:41:50 +10:00
countedbuffer.h [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
crash.h [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
debug.h [common] debug: output to stdout and reset the the color at the end 2021-07-08 07:18:06 +10:00
event.h [host] windows/nvfbc/common: strip out broken "enhanced" event logic 2021-07-09 10:22:03 +10:00
framebuffer.h [common] framebuffer: allow custom framebuffer write implementations 2021-07-18 10:41:50 +10:00
ivshmem.h [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
KVMFR.h [common] kvmfr: add a new frameSerial field to the KVMFRFrame struct 2021-07-25 13:46:48 +10:00
locking.h [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
option.h [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
ringbuffer.h [common] ringbuffer: add pre value overwrite callback 2021-07-18 20:42:29 +10:00
runningavg.h [common] runningavg: refresh copyright notice 2021-06-06 13:36:55 +10:00
stringlist.h [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
stringutils.h [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
sysinfo.h [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
thread.h [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
time.h [common] time: fully implement all functionality for windows 2021-07-29 10:16:52 +10:00
types.h [common] kvmfr: add damage rectangles to the protocol 2021-07-18 10:41:50 +10:00
version.h [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
windebug.h [common] windebug: remove custom-rolled Windows 8 detector 2021-07-20 11:34:57 +10:00