R
Ryan Davis
RubyInline version 3.6.7 has been released!
* <http://rubyforge.org/projects/rubyinline/>
* <http://rubyinline.rubyforge.org/RubyInline/>
* <http://www.zenspider.com/ZSS/Products/RubyInline/>
* <[email protected]>
Ruby Inline is an analog to Perl's Inline::C. Out of the box, it
allows you to embed C/++ external module code in your ruby script
directly. By writing simple builder classes, you can teach how to cope
with new languages (fortran, perl, whatever). The code is compiled and
run on the fly when needed.
Using the package_inline tool Inline allows you to package up your
inlined object code for distribution to systems without a compiler.
Changes:
### 3.6.7 / 2008-03-20
* 3 minor enhancements:
* Added ability to work entirely without .ruby_inline dir. Thanks
Kevin Clark!
* Updated history, readme, and rakefile for new hoe abilities.
* Cleaned up some really ugly schlock. Man, compiling sucks!
* 2 bug fixes:
* Fixes for 1.9.
* Add -I for platform-specific header dir (for ruby/config.h).
* <http://rubyforge.org/projects/rubyinline/>
* <http://rubyinline.rubyforge.org/RubyInline/>
* <http://www.zenspider.com/ZSS/Products/RubyInline/>
* <[email protected]>
* <http://rubyforge.org/projects/rubyinline/>
* <http://rubyinline.rubyforge.org/RubyInline/>
* <http://www.zenspider.com/ZSS/Products/RubyInline/>
* <[email protected]>
Ruby Inline is an analog to Perl's Inline::C. Out of the box, it
allows you to embed C/++ external module code in your ruby script
directly. By writing simple builder classes, you can teach how to cope
with new languages (fortran, perl, whatever). The code is compiled and
run on the fly when needed.
Using the package_inline tool Inline allows you to package up your
inlined object code for distribution to systems without a compiler.
Changes:
### 3.6.7 / 2008-03-20
* 3 minor enhancements:
* Added ability to work entirely without .ruby_inline dir. Thanks
Kevin Clark!
* Updated history, readme, and rakefile for new hoe abilities.
* Cleaned up some really ugly schlock. Man, compiling sucks!
* 2 bug fixes:
* Fixes for 1.9.
* Add -I for platform-specific header dir (for ruby/config.h).
* <http://rubyforge.org/projects/rubyinline/>
* <http://rubyinline.rubyforge.org/RubyInline/>
* <http://www.zenspider.com/ZSS/Products/RubyInline/>
* <[email protected]>