log osdep/timer-darwin.c @ 37159:d4fbf2eb4a04

age author description
Thu, 06 Jan 2011 12:25:33 +0000 diego Add/remove a few standard header #includes in our libc function replacements.
Wed, 23 Jun 2010 10:50:55 +0000 diego Change timer_name type from char* to char[]; patch taken from Uoti's tree.
Mon, 22 Feb 2010 21:53:06 +0000 diego Mark sleep_accurate() as static, it is only used within the file.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 04 May 2009 17:35:26 +0000 diego Add missing 'void' to parameterless function declarations.
Mon, 05 May 2008 00:35:30 +0000 ulion Remove useless variable startup_time, since we do not need it any more.
Mon, 28 Apr 2008 15:57:31 +0000 ulion Force to uint64_t first to avoid direct conversion from double to unsigned int.
Wed, 21 Nov 2007 09:22:33 +0000 diego main() --> main(void)
Tue, 23 Oct 2007 00:06:08 +0000 ulion Fix GetTimerMS() discontinuous return value bug caused by GetTimer() overflow
Mon, 14 Nov 2005 00:30:37 +0000 diego Unify include paths, -I.. is in CFLAGS.
Wed, 27 Apr 2005 14:55:30 +0000 nplourde use sleep_accurate darwin timer
Wed, 27 Oct 2004 18:03:11 +0000 nplourde repace call to sleep_accurate to usleep which fix hang while using -cache option on osx
Wed, 04 Aug 2004 15:48:43 +0000 wight Native darwin timer update.
Wed, 28 Jan 2004 10:40:29 +0000 alex disable buggy code, patch by Romain Dolbeau
Sun, 03 Aug 2003 18:28:28 +0000 alex 10l
Wed, 21 May 2003 21:18:29 +0000 alex Precise timer for Darwin (it's more accurate than timer-macosx.c)