From 8f05d21ddfd8b67d34eb92b5f47fd6df4097f1cc Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Thu, 28 Apr 2011 20:57:30 +0000 Subject: [PATCH] ChangeLog entry for the monotonic clock implementation for Mac OS X patch by Eduardo Felipe Castegnaro SVN revision: 59024 --- legacy/ecore/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/legacy/ecore/ChangeLog b/legacy/ecore/ChangeLog index 8791cc6f5b..b57d93741d 100644 --- a/legacy/ecore/ChangeLog +++ b/legacy/ecore/ChangeLog @@ -149,3 +149,11 @@ callback which it can then use the new pos map call to map to some ease in/out, bounce, spring or whatever position. +2011-04-28 Eduardo Felipe Castegnaro + + * Add a monotonic clock implementation for Mac OS X to fix warning. + Mac OS X does not provide an implementation of clock_gettime() + even though it's POSIX, but it does provide a fast high-resolution + monotonic clock through mach specific APIs that are perfectly suited + for usage in ecore_timer. +