Re: [E-devel] [PATH] eet fixed / variable arrays support

2007-03-09 Thread Jorge Luis Zapata Muga
On 3/8/07, Nathan Ingersoll [EMAIL PROTECTED] wrote: On 3/8/07, Jorge Luis Zapata Muga [EMAIL PROTECTED] wrote: basically it was on the eet TODO, both group types were already defined but weren't implemented. I was looking for any of them for a project i'm coding on parallel. If your

[E-devel] [PATH] eet fixed / variable arrays support

2007-03-08 Thread Jorge Luis Zapata Muga
hi all, the following patch makes eet support for fixed arrays and variable arrays: int array[100]; // fixed int varray*; // variable int varray_count; if you prefer i can commit directly but i prefer if someone can take a look on it :) note that this makes an API break on the function

Re: [E-devel] [PATH] eet fixed / variable arrays support

2007-03-08 Thread Jorge Luis Zapata Muga
On 3/8/07, Nathan Ingersoll [EMAIL PROTECTED] wrote: Hi Jorge, Hi Nathan, On 3/8/07, Jorge Luis Zapata Muga [EMAIL PROTECTED] wrote: if you prefer i can commit directly but i prefer if someone can take a look on it :) note that this makes an API break on the function

Re: [E-devel] [PATH] eet fixed / variable arrays support

2007-03-08 Thread Jorge Luis Zapata Muga
On 3/8/07, Jorge Luis Zapata Muga [EMAIL PROTECTED] wrote: hi all, the following patch makes eet support for fixed arrays and variable arrays: int array[100]; // fixed int varray*; // variable int varray_count; if you prefer i can commit directly but i prefer if someone can take a look on

Re: [E-devel] [PATH] eet fixed / variable arrays support

2007-03-08 Thread Nathan Ingersoll
On 3/8/07, Jorge Luis Zapata Muga [EMAIL PROTECTED] wrote: basically it was on the eet TODO, both group types were already defined but weren't implemented. I was looking for any of them for a project i'm coding on parallel. If your question is why are both EET_G_ARRAY and EET_G_VAR_ARRAY