aboutsummaryrefslogtreecommitdiffstats
path: root/src/systemtime.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* StyleMattias Andrée2025-03-061-2/+2
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* cleanup + cast + use pipe2 on linuxMattias Andrée2025-03-051-13/+10
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Cleanup and style update (avoid typedef)Mattias Andrée2025-03-051-16/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unify header files (so far most)Mattias Andrée2025-03-051-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix #174: Use nanosleep() instead of usleep()Jon Lund Steffensen2015-02-221-1/+5
| | | | | usleep() cannot sleep for more than 1000000 microseconds on certain platforms. nanosleep() does not have this limitation.
* systemtime: Add function wrapping platform sleep functionJon Lund Steffensen2014-12-281-0/+11
| | | | | Adds systemtime_msleep() which sleeps for a number of milliseconds. This wraps Sleep() on windows and usleep() on other platforms.
* systemtime: Fix includes and check for _POSIX_TIMERSJon Lund Steffensen2014-12-281-2/+7
| | | | | | Fix missing include of windows.h on windows platform. Change check for _POSIX_TIMERS to check that it is greater than 0. On OS X, the POSIX timers are not available and _POSIX_TIMERS is -1.
* systemtime: Use gettimeofday if POSIX timers not availableJon Lund Steffensen2014-12-151-12/+25
|
* systemtime.c: Portably read current time on posix and windows.Jon Lund Steffensen2010-05-061-0/+52
w32gdi.c: Implements gamma ramp method for Windows GDI API. Use double as a cross platform time representation. Add WinGDI as a selectable method (currently limitied to minimum 4500K). Fix a bug where redshift would crash if RANDR failed and VidMode wasn't compiled in.