Re: [E-devel] [PATCH] Add monotonic clock implementation for Mac OS X

2011-04-29 Thread Gustavo Sverzut Barbieri
On Thu, Apr 28, 2011 at 7:11 PM, Lucas De Marchi
lucas.demar...@profusion.mobi wrote:
 On Thu, Apr 28, 2011 at 1:18 PM, Eduardo Felipe
 eduardofelip...@gmail.com wrote:
 I would appreciate if I'm mentioned as the author of the patch and the
 commit message is preserved.
 This is the third time a patch of mine is accepted without
 attribution, and I think it shows a lack of care for input from users.

 Another time to remember people that there's a tool for committing
 patches formatted by git (like this one).

 http://code.google.com/p/barbieri-playground/source/browse/python/svn-git-am.py

And guess what, this version is now fixed to do all things right :-)
(before it had few problems with git binary patches and others). Just
remember to use -a (--parse-author) to keep credits.


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] [PATCH] Add monotonic clock implementation for Mac OS X

2011-04-28 Thread Eduardo Felipe
Folks,

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.

Without this patch ecore_timer throws a critical warning on Mac OS X.

Cheers,

Eduardo Felipe


0001-Add-monotonic-clock-implementation-for-Mac-OS-X.patch
Description: Binary data
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] Add monotonic clock implementation for Mac OS X

2011-04-28 Thread Vincent Torri


On Thu, 28 Apr 2011, Eduardo Felipe wrote:

 Folks,

 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.

 Without this patch ecore_timer throws a critical warning on Mac OS X.

in svn, thanks

Vincent

--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] Add monotonic clock implementation for Mac OS X

2011-04-28 Thread Eduardo Felipe
I would appreciate if I'm mentioned as the author of the patch and the
commit message is preserved.
This is the third time a patch of mine is accepted without
attribution, and I think it shows a lack of care for input from users.

Eduardo.

On Thu, Apr 28, 2011 at 3:43 PM, Vincent Torri vto...@univ-evry.fr wrote:


 On Thu, 28 Apr 2011, Eduardo Felipe wrote:

 Folks,

 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.

 Without this patch ecore_timer throws a critical warning on Mac OS X.

 in svn, thanks

 Vincent


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] Add monotonic clock implementation for Mac OS X

2011-04-28 Thread Vincent Torri


On Thu, 28 Apr 2011, Eduardo Felipe wrote:

 I would appreciate if I'm mentioned as the author of the patch and the
 commit message is preserved.
 This is the third time a patch of mine is accepted without
 attribution, and I think it shows a lack of care for input from users.

what I can do is added a CahngeLog entry mentioning you as the author. 
Would it be sufficient ?

Vincent



 Eduardo.

 On Thu, Apr 28, 2011 at 3:43 PM, Vincent Torri vto...@univ-evry.fr wrote:


 On Thu, 28 Apr 2011, Eduardo Felipe wrote:

 Folks,

 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.

 Without this patch ecore_timer throws a critical warning on Mac OS X.

 in svn, thanks

 Vincent




--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] Add monotonic clock implementation for Mac OS X

2011-04-28 Thread Vincent Torri


On Thu, 28 Apr 2011, Vincent Torri wrote:



 On Thu, 28 Apr 2011, Eduardo Felipe wrote:

 I would appreciate if I'm mentioned as the author of the patch and the
 commit message is preserved.
 This is the third time a patch of mine is accepted without
 attribution, and I think it shows a lack of care for input from users.

 what I can do is added a CahngeLog entry mentioning you as the author. Would 
 it be sufficient ?

or I can revert it and re-commit it with what you want


 Vincent


 
 Eduardo.
 
 On Thu, Apr 28, 2011 at 3:43 PM, Vincent Torri vto...@univ-evry.fr wrote:
 
 
 On Thu, 28 Apr 2011, Eduardo Felipe wrote:
 
 Folks,
 
 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.
 
 Without this patch ecore_timer throws a critical warning on Mac OS X.
 
 in svn, thanks
 
 Vincent
 
 
 


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] Add monotonic clock implementation for Mac OS X

2011-04-28 Thread Eduardo Felipe
Reverting is dangerous. I guess should have written the changes to the
Changelog myself. Should I write it now or would you do it for me?

On Thu, Apr 28, 2011 at 4:21 PM, Vincent Torri vto...@univ-evry.fr wrote:


 On Thu, 28 Apr 2011, Vincent Torri wrote:



 On Thu, 28 Apr 2011, Eduardo Felipe wrote:

 I would appreciate if I'm mentioned as the author of the patch and the
 commit message is preserved.
 This is the third time a patch of mine is accepted without
 attribution, and I think it shows a lack of care for input from users.

 what I can do is added a CahngeLog entry mentioning you as the author.
 Would it be sufficient ?

 or I can revert it and re-commit it with what you want


 Vincent



 Eduardo.

 On Thu, Apr 28, 2011 at 3:43 PM, Vincent Torri vto...@univ-evry.fr
 wrote:


 On Thu, 28 Apr 2011, Eduardo Felipe wrote:

 Folks,

 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.

 Without this patch ecore_timer throws a critical warning on Mac OS X.

 in svn, thanks

 Vincent






--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] Add monotonic clock implementation for Mac OS X

2011-04-28 Thread Vincent Torri


On Thu, 28 Apr 2011, Eduardo Felipe wrote:

 Reverting is dangerous. I guess should have written the changes to the
 Changelog myself. Should I write it now or would you do it for me?

do it, so that you'll put exactly what you want.

Vincent


 On Thu, Apr 28, 2011 at 4:21 PM, Vincent Torri vto...@univ-evry.fr wrote:


 On Thu, 28 Apr 2011, Vincent Torri wrote:



 On Thu, 28 Apr 2011, Eduardo Felipe wrote:

 I would appreciate if I'm mentioned as the author of the patch and the
 commit message is preserved.
 This is the third time a patch of mine is accepted without
 attribution, and I think it shows a lack of care for input from users.

 what I can do is added a CahngeLog entry mentioning you as the author.
 Would it be sufficient ?

 or I can revert it and re-commit it with what you want


 Vincent



 Eduardo.

 On Thu, Apr 28, 2011 at 3:43 PM, Vincent Torri vto...@univ-evry.fr
 wrote:


 On Thu, 28 Apr 2011, Eduardo Felipe wrote:

 Folks,

 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.

 Without this patch ecore_timer throws a critical warning on Mac OS X.

 in svn, thanks

 Vincent








--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] Add monotonic clock implementation for Mac OS X

2011-04-28 Thread Eduardo Felipe
So here is the patch for the ChangeLog.

Thanks,

Eduardo Felipe.

On Thu, Apr 28, 2011 at 4:25 PM, Vincent Torri vto...@univ-evry.fr wrote:


 On Thu, 28 Apr 2011, Eduardo Felipe wrote:

 Reverting is dangerous. I guess should have written the changes to the
 Changelog myself. Should I write it now or would you do it for me?

 do it, so that you'll put exactly what you want.

 Vincent


 On Thu, Apr 28, 2011 at 4:21 PM, Vincent Torri vto...@univ-evry.fr
 wrote:


 On Thu, 28 Apr 2011, Vincent Torri wrote:



 On Thu, 28 Apr 2011, Eduardo Felipe wrote:

 I would appreciate if I'm mentioned as the author of the patch and the
 commit message is preserved.
 This is the third time a patch of mine is accepted without
 attribution, and I think it shows a lack of care for input from users.

 what I can do is added a CahngeLog entry mentioning you as the author.
 Would it be sufficient ?

 or I can revert it and re-commit it with what you want


 Vincent



 Eduardo.

 On Thu, Apr 28, 2011 at 3:43 PM, Vincent Torri vto...@univ-evry.fr
 wrote:


 On Thu, 28 Apr 2011, Eduardo Felipe wrote:

 Folks,

 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.

 Without this patch ecore_timer throws a critical warning on Mac OS X.

 in svn, thanks

 Vincent










changelog.patch
Description: Binary data
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] Add monotonic clock implementation for Mac OS X

2011-04-28 Thread Vincent Torri


On Thu, 28 Apr 2011, Eduardo Felipe wrote:

 So here is the patch for the ChangeLog.

 Thanks,

done, sorry for not mentioning you

Vincent


 Eduardo Felipe.

 On Thu, Apr 28, 2011 at 4:25 PM, Vincent Torri vto...@univ-evry.fr wrote:


 On Thu, 28 Apr 2011, Eduardo Felipe wrote:

 Reverting is dangerous. I guess should have written the changes to the
 Changelog myself. Should I write it now or would you do it for me?

 do it, so that you'll put exactly what you want.

 Vincent


 On Thu, Apr 28, 2011 at 4:21 PM, Vincent Torri vto...@univ-evry.fr
 wrote:


 On Thu, 28 Apr 2011, Vincent Torri wrote:



 On Thu, 28 Apr 2011, Eduardo Felipe wrote:

 I would appreciate if I'm mentioned as the author of the patch and the
 commit message is preserved.
 This is the third time a patch of mine is accepted without
 attribution, and I think it shows a lack of care for input from users.

 what I can do is added a CahngeLog entry mentioning you as the author.
 Would it be sufficient ?

 or I can revert it and re-commit it with what you want


 Vincent



 Eduardo.

 On Thu, Apr 28, 2011 at 3:43 PM, Vincent Torri vto...@univ-evry.fr
 wrote:


 On Thu, 28 Apr 2011, Eduardo Felipe wrote:

 Folks,

 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.

 Without this patch ecore_timer throws a critical warning on Mac OS X.

 in svn, thanks

 Vincent










--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] Add monotonic clock implementation for Mac OS X

2011-04-28 Thread Lucas De Marchi
On Thu, Apr 28, 2011 at 1:18 PM, Eduardo Felipe
eduardofelip...@gmail.com wrote:
 I would appreciate if I'm mentioned as the author of the patch and the
 commit message is preserved.
 This is the third time a patch of mine is accepted without
 attribution, and I think it shows a lack of care for input from users.

Another time to remember people that there's a tool for committing
patches formatted by git (like this one).

http://code.google.com/p/barbieri-playground/source/browse/python/svn-git-am.py



Lucas De Marchi

--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel