Re: [E-devel] Was: Re: NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-02 Thread Mathieu Taillefumier
Hello, As my previous message said I think I understand the changes to do but to be sure i would like to try with one example of my own. For this I take the function eina_array_init() for the eina_array.c file. the original code is this one (minus uninteresting details for the discussion) EAP

Re: [E-devel] Was: Re: NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-02 Thread Mathieu Taillefumier
Hello, > Hope this and code examples are enough. Any doubts please post on the ML. It sounds perfectly clear to me especially with the example code. I will start to look at it and do necessary modifications later today. best Mathieu

Re: [E-devel] Was: Re: NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-01 Thread Andre Dieb
Hello, On the beginning of a module, program or library, you must call eina_log_init() for initializing the library. After that, you should call eina_log_domain_register(domain_name, color) for registering a new domain, note that this call returns an index associated with the created domain. When y

Re: [E-devel] Was: Re: NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-01 Thread Mathieu Taillefumier
Hi, I am willing to help if needed. It is a good way to enter into the details of the library. So I think I need a very small example how it works and I might be able to do these changes. best Mathieu On 09/01/2009 11:58 AM, Andre Dieb wrote: > I plan to change what I can, but I'll certainly

Re: [E-devel] Was: Re: NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-01 Thread Andre Dieb
I plan to change what I can, but I'll certainly need help. Basically we need to eina_log_init() and eina_log_shutdown() (some places are only using macros directly and not init'ing - won't work with new API). Also, you can't just replace eina_error_init() because these apps also use eina_error API

[E-devel] Was: Re: NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-01 Thread Rocco Carbone
On 1 September 11:15 2009 Cedric BAIL spoke: | On Tue, Sep 1, 2009 at 12:22 AM, Gustavo Sverzut | Barbieri wrote: | >   - fixing bugs reported by Luis Felipe's LLVM/Clang: | > http://local.profusion.mobi:8081/~lfelipe/output-efl/ | >   - moving code from fprintf/printf to eina_log (prefer to