Re: [E-devel] Integration of bindings generation in EFL

2014-01-08 Thread The Rasterman
On Thu, 09 Jan 2014 07:12:13 +1030 Simon said: > On 01/07/2014 01:07 PM, Cedric BAIL wrote: > > On Tue, Jan 7, 2014 at 1:27 AM, Tom Hacohen wrote: > >> On 06/01/14 04:25, Cedric BAIL wrote: > >>> As we move forward with Eo and Eolian, we will generate a part of our > >>> code automatically at co

Re: [E-devel] Integration of bindings generation in EFL

2014-01-08 Thread Simon
On 01/07/2014 01:07 PM, Cedric BAIL wrote: > On Tue, Jan 7, 2014 at 1:27 AM, Tom Hacohen wrote: >> On 06/01/14 04:25, Cedric BAIL wrote: >>> As we move forward with Eo and Eolian, we will generate a part of our >>> code automatically at compile time (some .c and .h). We also by now >>> require a C

Re: [E-devel] Integration of bindings generation in EFL

2014-01-07 Thread David Seikel
On Wed, 8 Jan 2014 09:20:04 +0900 Carsten Haitzler (The Rasterman) wrote: > On Tue, 7 Jan 2014 21:42:47 +0100 Davide Andreoli > said: > > > 2014/1/7 Cedric BAIL > > > > > On Tue, Jan 7, 2014 at 1:27 AM, Tom Hacohen > > > wrote: > > > > On 06/01/14 04:25, Cedric BAIL wrote: > > > >> As we mov

Re: [E-devel] Integration of bindings generation in EFL

2014-01-07 Thread The Rasterman
On Tue, 7 Jan 2014 21:42:47 +0100 Davide Andreoli said: > 2014/1/7 Cedric BAIL > > > On Tue, Jan 7, 2014 at 1:27 AM, Tom Hacohen > > wrote: > > > On 06/01/14 04:25, Cedric BAIL wrote: > > >> As we move forward with Eo and Eolian, we will generate a part of our > > >> code automatically at comp

Re: [E-devel] Integration of bindings generation in EFL

2014-01-07 Thread Davide Andreoli
2014/1/7 Cedric BAIL > On Tue, Jan 7, 2014 at 1:27 AM, Tom Hacohen > wrote: > > On 06/01/14 04:25, Cedric BAIL wrote: > >> As we move forward with Eo and Eolian, we will generate a part of our > >> code automatically at compile time (some .c and .h). We also by now > >> require a C++ compiler (f

Re: [E-devel] Integration of bindings generation in EFL

2014-01-07 Thread Tom Hacohen
On 07/01/14 16:39, Jérémy Zurcher wrote: > On Tuesday 07 January 2014 14:38, Tom Hacohen wrote : >> On 07/01/14 09:41, Jérémy Zurcher wrote: >>> as eolian will be integrated in efl tree, a configure flags like >>> --with-mylang-binding default to without, would be damn cheap and provide >>> the pa

Re: [E-devel] Integration of bindings generation in EFL

2014-01-07 Thread Jérémy Zurcher
On Tuesday 07 January 2014 14:38, Tom Hacohen wrote : > On 07/01/14 09:41, Jérémy Zurcher wrote: > > as eolian will be integrated in efl tree, a configure flags like > > --with-mylang-binding default to without, would be damn cheap and provide > > the packagers with the possibility to do their job

Re: [E-devel] Integration of bindings generation in EFL

2014-01-07 Thread Tom Hacohen
On 07/01/14 09:41, Jérémy Zurcher wrote: > as eolian will be integrated in efl tree, a configure flags like > --with-mylang-binding default to without, would be damn cheap and provide > the packagers with the possibility to do their job as they want. > only for C++ and lua as they are already efl d

Re: [E-devel] Integration of bindings generation in EFL

2014-01-07 Thread Jérémy Zurcher
as eolian will be integrated in efl tree, a configure flags like --with-mylang-binding default to without, would be damn cheap and provide the packagers with the possibility to do their job as they want. only for C++ and lua as they are already efl deps. as for ruby, ffi-efl needs ruby interpreter

Re: [E-devel] Integration of bindings generation in EFL

2014-01-06 Thread David Seikel
On Tue, 7 Jan 2014 11:37:22 +0900 Cedric BAIL wrote: > Are you kidding me ? Any proper design of such a generation tool would > be split into stage. A first stage will parse eolian file and generate > an AST. That AST will then be given to multiple backend that will > generate C headers and C fil

Re: [E-devel] Integration of bindings generation in EFL

2014-01-06 Thread Cedric BAIL
On Tue, Jan 7, 2014 at 1:27 AM, Tom Hacohen wrote: > On 06/01/14 04:25, Cedric BAIL wrote: >> As we move forward with Eo and Eolian, we will generate a part of our >> code automatically at compile time (some .c and .h). We also by now >> require a C++ compiler (for ephysics) and Lua for Edje. So I

Re: [E-devel] Integration of bindings generation in EFL

2014-01-06 Thread Gustavo Sverzut Barbieri
On Mon, Jan 6, 2014 at 2:27 PM, Tom Hacohen wrote: > On 06/01/14 04:25, Cedric BAIL wrote: >> Hello, >> >> As we move forward with Eo and Eolian, we will generate a part of our >> code automatically at compile time (some .c and .h). We also by now >> require a C++ compiler (for ephysics) and Lua f

Re: [E-devel] Integration of bindings generation in EFL

2014-01-06 Thread Tom Hacohen
On 06/01/14 04:25, Cedric BAIL wrote: > Hello, > > As we move forward with Eo and Eolian, we will generate a part of our > code automatically at compile time (some .c and .h). We also by now > require a C++ compiler (for ephysics) and Lua for Edje. So I am > thinking it is starting to make sense to

Re: [E-devel] Integration of bindings generation in EFL

2014-01-05 Thread David Seikel
On Mon, 6 Jan 2014 13:25:30 +0900 Cedric BAIL wrote: > Hello, > > As we move forward with Eo and Eolian, we will generate a part of our > code automatically at compile time (some .c and .h). We also by now > require a C++ compiler (for ephysics) and Lua for Edje. So I am > thinking it is startin