Re: [Pharo-dev] SWIG for Native Boost FFI

2014-02-23 Thread Ronie Salgado
Hi! Now I have Internet access for a pair of days again. Oops, I had forgotten to commit code, which added warnings for classes starting with lowercase. Unfortunately, there is not a general automated way for dealing with classes starting, that also avoids names clashes. The only solution is to

Re: [Pharo-dev] SWIG for Native Boost FFI

2014-02-21 Thread p...@highoctane.be
Excellent That's really a missing block coming to life! I'll try it this weekend on my Linux system. Phil On Fri, Feb 21, 2014 at 10:24 AM, Göran Krampe go...@krampe.se wrote: Hi all! On 01/22/2014 09:25 PM, Ronie Salgado wrote: I started working on extending SWIG to generate

Re: [Pharo-dev] SWIG for Native Boost FFI

2014-02-21 Thread Ronie Salgado
Hi there!, It is great to hear that it is being useful. Currently I am taking some vacations, so I will probably be without Internet access for some days. Currently the most missing parts are documentation, which I am going to write when having some time. Here are some early details, before I

Re: [Pharo-dev] SWIG for Native Boost FFI

2014-02-21 Thread Alexandre Bergel
Really impressive Ronie!! Alexandre Le 21-02-2014 à 12:50, Ronie Salgado ronies...@gmail.com a écrit : Hi there!, It is great to hear that it is being useful. Currently I am taking some vacations, so I will probably be without Internet access for some days. Currently the most missing

Re: [Pharo-dev] SWIG for Native Boost FFI

2014-02-21 Thread Göran Krampe
Hey! On 02/21/2014 06:50 PM, Ronie Salgado wrote: Hi there!, It is great to hear that it is being useful. Currently I am taking some vacations, so I will probably be without Internet access for some days. [SNIP] I took that kind of approach because it gives more flexibility, but it provides

Re: [Pharo-dev] SWIG for Native Boost FFI

2014-01-23 Thread p...@highoctane.be
Marvelous news. --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:p...@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philippeback Youtube: http://www.youtube.com/user/philippeback/videos High Octane

[Pharo-dev] SWIG for Native Boost FFI

2014-01-22 Thread Ronie Salgado
I started working on extending SWIG to generate bindings for NativeBoost FFI, using as a reference the C# binding generator. I am committing my work on this into https://github.com/ronsaldo/swig/ . It works by creating a C side code and Smalltalk that can be filed-in in a image, which contains a

Re: [Pharo-dev] SWIG for Native Boost FFI

2014-01-22 Thread Hernán Morales Durand
Hello Ronie, Could you show us a sample script? Cheers, Hernán 2014/1/22 Ronie Salgado ronies...@gmail.com I started working on extending SWIG to generate bindings for NativeBoost FFI, using as a reference the C# binding generator. I am committing my work on this into