Re: [Pharo-project] zero conf scripts location

2013-01-06 Thread Marcus Denker

On Jan 4, 2013, at 9:59 PM, Camillo Bruni camillobr...@gmail.com wrote:

 I plan to move the ci-zero conf scripts to a new subdirectory
 
 http://pharo.gforge.inria.fr/ci/script/*
 
 instead of 
 
 http://pharo.gforge.inria.fr/ci/*
 
 
 is anyone besides our ci servers using theses scripts?
 
Only people that use it to download new images… who are all
on the list.

Marcus




Re: [Pharo-project] zero conf scripts location

2013-01-06 Thread Camillo Bruni

On 2013-01-06, at 10:23, Marcus Denker marcus.den...@inria.fr wrote:

 
 On Jan 4, 2013, at 9:59 PM, Camillo Bruni camillobr...@gmail.com wrote:
 
 I plan to move the ci-zero conf scripts to a new subdirectory
 
 http://pharo.gforge.inria.fr/ci/script/*
 
 instead of 
 
 http://pharo.gforge.inria.fr/ci/*
 
 
 is anyone besides our ci servers using theses scripts?
 
 Only people that use it to download new images… who are all
 on the list.

so consider them moved ;)


[Pharo-project] TalkFFI: automatic FFI generation for Pharo

2013-01-06 Thread Ciprian Teodorov
Happy new year everybody!

I am pleased to announce today the initial release of TalkFFI.

TalkFFI enables *automatic* FFI generation for Smalltalk.
It uses libclang http://clang.llvm.org to parse *unmodified* C header
files and generate FFI bindings to c libraries.
For now it supports the generation of NativeBoost FFI bindings.

The project is released under MIT license, and you can find it on the
smalltalkhub site.
http://smalltalkhub.com/#!/~CipT/TalkFFI

Please do not hesitate send me your comments/critics/ideas.

Best regards,
--
Dr. Ciprian TEODOROV
Ingénieur Développement CAO

tél : 06 08 54 73 48
mail : ciprian.teodo...@gmail.com
www.teodorov.ro


Re: [Pharo-project] TalkFFI: automatic FFI generation for Pharo

2013-01-06 Thread Mariano Martinez Peck
That's super awesome. Thanks!!
And the documentation answer that I was just going to ask you :)
*The libclang bindings themselves were also generated using TalkFFI (using
minimal hand-written binding for bootstrapping).*

sweet :)

On Sun, Jan 6, 2013 at 1:22 PM, Ciprian Teodorov ciprian.teodo...@gmail.com
 wrote:

 Happy new year everybody!

 I am pleased to announce today the initial release of TalkFFI.

 TalkFFI enables *automatic* FFI generation for Smalltalk.
 It uses libclang http://clang.llvm.org to parse *unmodified* C header
 files and generate FFI bindings to c libraries.
 For now it supports the generation of NativeBoost FFI bindings.

 The project is released under MIT license, and you can find it on the
 smalltalkhub site.
 http://smalltalkhub.com/#!/~CipT/TalkFFI

 Please do not hesitate send me your comments/critics/ideas.

 Best regards,
 --
 Dr. Ciprian TEODOROV
 Ingénieur Développement CAO

 tél : 06 08 54 73 48
 mail : ciprian.teodo...@gmail.com
 www.teodorov.ro




-- 
Mariano
http://marianopeck.wordpress.com


Re: [Pharo-project] TalkFFI: automatic FFI generation for Pharo

2013-01-06 Thread Marcus Denker

On Jan 6, 2013, at 7:07 PM, Mariano Martinez Peck marianop...@gmail.com wrote:

 That's super awesome. Thanks!!
 And the documentation answer that I was just going to ask you :)
 The libclang bindings themselves were also generated using TalkFFI (using 
 minimal hand-written binding for bootstrapping).
 
 sweet :)
 
Yes, that looks very interesting!

Marcus




Re: [Pharo-project] TalkFFI: automatic FFI generation for Pharo

2013-01-06 Thread Stéphane Ducasse
Thanks Ciprian. It is a nice extension :).
we should write a little tutorial :)

Stef


 Happy new year everybody!
 
 I am pleased to announce today the initial release of TalkFFI.
 
 TalkFFI enables automatic FFI generation for Smalltalk. 
 It uses libclang to parse unmodified C header files and generate FFI bindings 
 to c libraries. 
 For now it supports the generation of NativeBoost FFI bindings.
 
 The project is released under MIT license, and you can find it on the 
 smalltalkhub site.
 http://smalltalkhub.com/#!/~CipT/TalkFFI
 
 Please do not hesitate send me your comments/critics/ideas.
 
 Best regards,
 --
 Dr. Ciprian TEODOROV
 Ingénieur Développement CAO
 
 tél : 06 08 54 73 48
 mail : ciprian.teodo...@gmail.com
 www.teodorov.ro




Re: [Pharo-project] TalkFFI: automatic FFI generation for Pharo

2013-01-06 Thread Ciprian Teodorov
On Sun, Jan 6, 2013 at 7:31 PM, Stéphane Ducasse
stephane.duca...@inria.frwrote:

 Thanks Ciprian. It is a nice extension :).
 we should write a little tutorial :)

Yes a tutorial will come too ... but first I want to test it a little more,
and maybe get some feedback from volunteers ;)

I will have to check if it works on other platforms besides my mac.
Then figure a way to package/distribute easily with libclang - since
compiling libclang might not be trivial for a user.

Moreover If any of you guys have comments, different usage scenarios, api
improvement ideas please don't hesitate.

Cheers,
Ciprian


 Stef


  Happy new year everybody!
 
  I am pleased to announce today the initial release of TalkFFI.
 
  TalkFFI enables automatic FFI generation for Smalltalk.
  It uses libclang to parse unmodified C header files and generate FFI
 bindings to c libraries.
  For now it supports the generation of NativeBoost FFI bindings.
 
  The project is released under MIT license, and you can find it on the
 smalltalkhub site.
  http://smalltalkhub.com/#!/~CipT/TalkFFI
 
  Please do not hesitate send me your comments/critics/ideas.
 
  Best regards,
  --
  Dr. Ciprian TEODOROV
  Ingénieur Développement CAO
 
  tél : 06 08 54 73 48
  mail : ciprian.teodo...@gmail.com
  www.teodorov.ro





-- 
Dr. Ciprian TEODOROV
Ingénieur Développement CAO

tél : 06 08 54 73 48
mail : ciprian.teodo...@gmail.com
www.teodorov.ro


Re: [Pharo-project] TalkFFI: automatic FFI generation for Pharo

2013-01-06 Thread Stéphane Ducasse
 
 Yes a tutorial will come too ... but first I want to test it a little more, 
 and maybe get some feedback from volunteers ;)

excellent!
For the video, may be use larger fonts.

 I will have to check if it works on other platforms besides my mac.
 Then figure a way to package/distribute easily with libclang - since 
 compiling libclang might not be trivial for a user.
 
 Moreover If any of you guys have comments, different usage scenarios, api 
 improvement ideas please don't hesitate.
 
 Cheers,
 Ciprian
 
 Stef
 
 
  Happy new year everybody!
 
  I am pleased to announce today the initial release of TalkFFI.
 
  TalkFFI enables automatic FFI generation for Smalltalk.
  It uses libclang to parse unmodified C header files and generate FFI 
  bindings to c libraries.
  For now it supports the generation of NativeBoost FFI bindings.
 
  The project is released under MIT license, and you can find it on the 
  smalltalkhub site.
  http://smalltalkhub.com/#!/~CipT/TalkFFI
 
  Please do not hesitate send me your comments/critics/ideas.
 
  Best regards,
  --
  Dr. Ciprian TEODOROV
  Ingénieur Développement CAO
 
  tél : 06 08 54 73 48
  mail : ciprian.teodo...@gmail.com
  www.teodorov.ro
 
 
 
 
 
 -- 
 Dr. Ciprian TEODOROV
 Ingénieur Développement CAO
 
 tél : 06 08 54 73 48
 mail : ciprian.teodo...@gmail.com
 www.teodorov.ro