RubyInline version 3.6.3 has been released!

| | Comments (0)

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.

3.6.3 / 2007-04-27

  • 7 minor enhancements:

    • Added maprubyconst and mapcconst to C builder.
    • Converted example.rb to a real benchmark setup.
    • Improved error messages.
    • Added options hash for all C builder methods.
    • Options hash can take optional :method_name param to have ruby name diff from c.
    • Converted to a more traditional setup. Now I can heckle!
    • Cleaned up ruby.h search.
  • 2 bug fixes:

    • Added CCDLFLAGS. Should pick up -fPIC on misconfigured 64 bit machines.
    • Broke up all warnings so progress report was cleaner.

Leave a comment

About this Entry

This page contains a single entry by zenspider published on April 27, 2007 3:33 PM.

autotest plugins was the previous entry in this blog.

ZenTest version 3.5.2 has been released! is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Pages

Powered by Movable Type 4.32-en