aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep/timer-win2.c
Commit message (Expand)AuthorAge
* Universal Windows Plaform (UWP) supportGravatar Pedro Pombeiro2017-06-29
* osdep/timer*: change license to LGPLGravatar wm42017-05-05
* win32: use QueryPerformanceCounter for timingGravatar James Ross-Gowan2015-07-04
* win32: do not call timeEndPeriod(1) on terminationGravatar wm42015-05-21
* Update license headersGravatar Marcin Kurczewski2015-04-13
* win32: use monotonic clock on windows if possibleGravatar Hiltjo Posthuma2015-01-19
* timer: init only onceGravatar wm42014-02-10
* timer: use gettimeofday() on WindowsGravatar wm42013-05-26
* timer: refactor, add 64 bit timer functionGravatar wm42013-05-26
* timer: remove timer_nameGravatar wm42012-09-07
* Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* Merge svn changes up to r28862Gravatar Uoti Urpala2009-03-07
|\
| * Add standard license headers to files.Gravatar diego2009-03-01
* | Merge svn changes up to r28310Gravatar Uoti Urpala2009-01-15
|\|
| * timer-win2.c: Fix "voi" (void) typo breaking Windows compilationGravatar uau2009-01-05
| * Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
* | timers: Remove GetRelativeTime()Gravatar Uoti Urpala2008-04-28
* | osdep: Change timer_name to a saner typeGravatar Uoti Urpala2008-04-28
|/
* Native darwin timer update.Gravatar wight2004-08-04
* Sleep(0) != usleep(0), bugreport by Paul-Kenji CahierGravatar faust32003-11-16
* alternative timer and glob emulation code for mingw32 portGravatar faust32003-04-25