Re: [Vala] Libgee's Roadmap proposal

2009-07-20 Thread Clément David
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - Are there some things missing ? A compressed trie structure would be nice but there is no such thing for GLib at the moment (with support for prefix matching etc.) Well, I have the project to code a radix tree (already started a version in

Re: [Vala] Removal of Mono

2009-06-29 Thread Clément David
forget that these benchs are micro-benchs and are not representative of real application*. -- Clément David My religion : 'Do and share it if you want. Criticisms will come later' :) ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org

[Vala] Some patches for posix.vapi

2009-05-08 Thread Clément David
0003-Adding-standards-methods-to-Posix-types-when-posix.patch Clément David (aka davidcl) -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkoEaYYACgkQuqPIXyz9+3Ix/gCgmQntlin8uf83vu0OtNC8PN/c

Re: [Vala] Ownership syntax changes

2008-12-20 Thread Clément DAVID
). How about something like callers or transfer ? ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list -- Clément DAVID ___ Vala-list mailing list Vala-list

Re: [Vala] Beginners question about keyboard input

2008-12-01 Thread Clément DAVID
___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list -- Clément DAVID ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] File I/O

2008-11-16 Thread Clément DAVID
Hi, You may use the GLib.FileStream class. 2008/11/16 Кутейников Дмитрий [EMAIL PROTECTED] How to open file in vala? ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] (no subject)

2008-10-10 Thread Clément DAVID
Hi, I don't think that the ShapeLib use GObject convention so you cannot automagically generate a vapi file from it. But you can hand-write a vapi which act as an auto transform layer from Vala to C the functions call. Can you post the generated vapi file here ? 2008/10/10 Tonatiuh Morales

Re: [Vala] New vala website??

2008-10-02 Thread Clément DAVID
Hi, Is there a reason why your work isn't on a sub domain of http://www.vala-project.org/ http://www.vala-project.org/doc/vala/ (like http://www.vala-project.org/doc/vala/) ? Your good platform need more popularity :) Regards 2008/10/2 Martin (OpenGeoMap) [EMAIL PROTECTED] Hi: , i'm

Re: [Vala] Question on Documentation and tutorials.

2008-09-11 Thread Clément DAVID
(ctx, hal_device_lost_capability); libhal_ctx_set_device_property_modified (ctx, hal_property_modified); Quit big to read but very interressant. 2008/9/10 Alessandro Pellizzari [EMAIL PROTECTED]: Il giorno ven, 22/08/2008 alle 14.42 +0200, Clément DAVID ha scritto: Example: you want

Re: [Vala] Question on Documentation and tutorials.

2008-08-22 Thread Clément DAVID
Hi, You can take a look at samples on the Vala main page : http://live.gnome.org/Vala#head-9c728d151a2a0483d4f3b5837e5b545df9d8499d If you want more informations about gtk and glib ecosystem, look at : http://library.gnome.org/devel/references or with devhelp (which is better) with the right

Re: [Vala] Va(a)lide : IDE for Vala !

2008-05-28 Thread Clément DAVID
Hi, Have you any plans to use libvala for syntax checking at typing or other cool feature (tree of classes and others). Good job but I think making plugins for others IDE can be easier than started another (SCV integration and code factoring). Clément David Le 27 mai 2008 23:53, gege2061

Re: [Vala] : benchmarks gobject

2008-05-20 Thread Clément DAVID
Hi, I have made this benchmarks only to demonstrate the performance of Vala versus C# (C++ has been added after the creation). In the case of C++, Vala may be better or worse depending the bench, like in plain-C [http://shootout.alioth.debian.org/gp4/c.php]. When you use many OO features of

[Vala] translating union in vapi file

2008-02-21 Thread Clément DAVID
Hi, I'm in trouble while translating non-Object library which this kind of structure : typedef struct mpd_InfoEntity { /* the type of entity, use with MPD_INFO_ENTITY_TYPE_* to determine * what this entity is (song, directory, etc...) */ int type; /* the actual data you