[Vala] Volatile is supported or not?

2012-08-09 Thread Tal Hadad
I have to use volatile variables in my project. The alternative is to allocate a new memory slice and use this pointer, or disable optimizations. Currently, when I define a field, variable or parameter with volatile keyword, i get error, so I guess it's not supported yet. However, here[0] it's

Re: [Vala] C code generator

2012-08-09 Thread Luca Bruno
On Thu, Aug 9, 2012 at 2:14 AM, Luis Santos l...@luissantos.pt wrote: I'm trying to use vala to create plugins (shared libraries) for another program. I would like to write some attributes on my classes and add extra C code in compile time based on those attributes. How can i write my

Re: [Vala] Plugable Code Generators

2012-08-09 Thread Andrea Del Signore
On Wed, Aug 8, 2012 at 12:40 PM, Andrea Del Signore seje...@gmail.com wrote: Hi all, recently with these two commits [1], [2] support for the posix and dova profiles was removed from the vala compiler. Hi again, I've made some progress on this issue and I published my code here:

Re: [Vala] Plugable Code Generators

2012-08-09 Thread Francis Giraldeau
Le 2012-08-09 11:52, Andrea Del Signore a écrit : On Wed, Aug 8, 2012 at 1:58 PM, Luca Bruno lethalma...@gmail.com wrote: On Wed, Aug 8, 2012 at 12:57 PM, Andrea Del Signore seje...@gmail.com wrote: can you elaborate a little why the transform branch should be merged before? What's its