summaryrefslogtreecommitdiffhomepage
path: root/doc/mrbgems/c_and_ruby_extension_example
AgeCommit message (Collapse)Author
2013-01-26Moved mrbgems examplesYuichiro MASUI
2013-01-22Added finalizer of mrbgemsYuichiro MASUI
2013-01-20Improved build scripts and config filesYuichiro MASUI
2013-01-06Remove unused rules in .gitignore and MakefileYuichiro MASUI
2013-01-03Rebuild CRuby based building script without MakefileYuichiro MASUI
Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb
2012-12-22Added MRUBY_LIBS to mrbgems MakefileYuichiro MASUI
2012-12-22Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgemsYuichiro MASUI
2012-12-16Moved some building script from GNU make to Ruby scriptYuichiro MASUI
Added minirake what's Rake subset
2012-12-10should not use a static variable to save RClass referenceYukihiro Matz Matsumoto
2012-11-23Improve examples with an absolute path to the mruby treeDaniel Bovensiepen
2012-11-23Adapt c and ruby example to meaningful archive nameDaniel Bovensiepen
2012-11-21Add C and Ruby Extension Example MixedDaniel Bovensiepen