From: caro Date: Thu, 28 Apr 2011 20:57:30 +0000 (+0000) Subject: ChangeLog entry for the monotonic clock implementation for Mac OS X X-Git-Tag: 2.0_alpha~194^2~113 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2db72bc3a137e3ab0533c6682a5e3ada5638796;p=framework%2Fuifw%2Fecore.git ChangeLog entry for the monotonic clock implementation for Mac OS X patch by Eduardo Felipe Castegnaro git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59024 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/ChangeLog b/ChangeLog index 8791cc6..b57d937 100644 --- a/ChangeLog +++ b/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. +