[Vala] VAPI bindings for external lib

2014-11-17 Thread Gonzalo Aguilar Delgado
Hello, I'm modifiying babobab to support a ceph cluster. And want to do add several tools to position files on OSDs, show fragemntation of underlaying filesystems, etc. Maybe this will generate other tool, but for now just modifying. The problem is that I cannot access directly to librados,

Re: [Vala] VAPI bindings for external lib

2014-11-17 Thread Gonzalo Aguilar Delgado
Aguilar Delgado wrote: Hello, I'm modifiying babobab to support a ceph cluster. And want to do add several tools to position files on OSDs, show fragemntation of underlaying filesystems, etc. Maybe this will generate other tool, but for now just modifying. The problem is that I cannot access directly

Re: [Vala] VAPI bindings for external lib

2014-11-17 Thread Gonzalo Aguilar Delgado
Hi Michael, I missed this one. Thank you. El 17/11/14 a las 16:07, Michael Catanzaro escribió: On Mon, 2014-11-17 at 14:28 +0100, Gonzalo Aguilar Delgado wrote: Hello, I'm modifiying babobab to support a ceph cluster. And want to do add several tools to position files on OSDs, show

[Vala] Using monodevelop for developing VALA?

2014-11-21 Thread Gonzalo Aguilar Delgado
Hi, Someone is using monodevelop 4 or 5 to develop on vala? Because I cannot get it recognize vala projects. It can compile old ones but I cannot create new projects. Monodevelop is still working for vala? Best regards, ___ vala-list mailing list

[Vala] Writing bindings as legacy

2014-11-22 Thread Gonzalo Aguilar Delgado
Hi, I my case (rados lib) I found non standard anyway and trying hard to figure out how to do the binding. Maybe someone can help. I managed to create some kind of working stuff but I think is not really good with lot's of variable copying in generated code. [ The problem ] Rados want's a

Re: [Vala] OpenMP Support

2017-05-15 Thread Gonzalo Aguilar Delgado
Hi Adrià, I think not only that, but also to recognize when this can be done and where cannot. But I think that using most Glib types can be done if the data structures are thread safe something I'm not aware of it. I suppose it's not easy. But can be a great win to put vala at the same level of

[Vala] OpenMP Support

2017-05-04 Thread Gonzalo Aguilar Delgado
Hi, Do you know what it would be great? Let Vala insert the correct OpenMP hints into the C compiler code when it detects OpenMP should be used on target system. It can even generate two versions of the same code. One with OpenMP support and other without it, controlled by define statements and