summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-11-23Change default location of GEMS.active fileDaniel Bovensiepen
2012-11-23Add ACTIVE_GEMS flag to MakefileDaniel Bovensiepen
2012-11-23Adapt Ruby example to meaningful archive nameDaniel Bovensiepen
2012-11-23Adapt c example to meaningful archive nameDaniel Bovensiepen
2012-11-23Adapt c and ruby example to meaningful archive nameDaniel Bovensiepen
2012-11-23Change build process to create meaningful Archive file instead of gem.aDaniel Bovensiepen
2012-11-23Modify GEM build process to support external GEMs outside of the mruby treeDaniel Bovensiepen
2012-11-22Clean build documentation for mrbgems a bit moreDaniel Bovensiepen
2012-11-22Fix some build documentation for mrbgemsDaniel Bovensiepen
2012-11-22Improve READMEDaniel Bovensiepen
2012-11-22Deactivate / Activate GEMs Flag introduced into mrbcDaniel Bovensiepen
2012-11-22Deactivate / Activate GEMs Flag introduced into mrubyDaniel Bovensiepen
2012-11-22Deactivate / Activate GEMs Flag introduced into mirbDaniel Bovensiepen
2012-11-22Deactivate / Activate GEMs Flag introduced into mrbtestDaniel Bovensiepen
2012-11-22Deactivate / Activate GEMs Flag introduced into src/init.cDaniel Bovensiepen
2012-11-22Deactivate / Activate GEMs Flag introduced into mrbconf.hDaniel Bovensiepen
2012-11-22Deactivate / Activate GEMs Flag introduced into MakefileDaniel Bovensiepen
2012-11-22Clean GEM Generator a bit moreDaniel Bovensiepen
2012-11-22Rename GEM init fileDaniel Bovensiepen
2012-11-22Adapt new GEM compile process to ignore listDaniel Bovensiepen
2012-11-22Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-11-22Make GEM build choosable. Respect GEMS.active file for choices of which GEM t...Daniel Bovensiepen
2012-11-21Merge pull request #564 from xxuejie/masterYukihiro "Matz" Matsumoto
2012-11-21Merge branch 'master' of github.com:mruby/mrubyYukihiro Matz Matsumoto
2012-11-21handle return from blocks, especially from lambda blocks; close #561Yukihiro Matz Matsumoto
2012-11-21Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-11-21Include dynamically GEMs into mrubyDaniel Bovensiepen
2012-11-21Include dynamically GEMs into mirbDaniel Bovensiepen
2012-11-21Include dynamically GEMs into mrbtestDaniel Bovensiepen
2012-11-21Improve Generator by handling Ruby and C Extensions in the same wayDaniel Bovensiepen
2012-11-21Improve Including File to build single archive FilesDaniel Bovensiepen
2012-11-21Improve building of Gems to single Archive FilesDaniel Bovensiepen
2012-11-21Modify Ruby ExtensionDaniel Bovensiepen
2012-11-21Modify C ExtensionDaniel Bovensiepen
2012-11-21Add C and Ruby Extension Example MixedDaniel Bovensiepen
2012-11-20Use check_float when testing equality for float valuesXuejie Xiao
2012-11-20Modify comments for generatorDaniel Bovensiepen
2012-11-19Merge pull request #563 from xxuejie/masterYukihiro "Matz" Matsumoto
2012-11-19Merge pull request #562 from skandhas/pr-fix-lost-const-variable-in-BasicObjectYukihiro "Matz" Matsumoto
2012-11-19Restore accidentally deleted erfc(1) testXuejie Xiao
2012-11-19Fix provided implementation of erf and erfc functions.Xuejie Xiao
2012-11-19fix lost const variable in class BasicObjectskandhas
2012-11-19Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-11-18Merge pull request #560 from skandhas/pr-delete-redundant-__send__-definitionYukihiro "Matz" Matsumoto
2012-11-18Merge pull request #558 from masuidrive/lrshift_width_as_intYukihiro "Matz" Matsumoto
2012-11-18delete redundant '__send__' definitionskandhas
2012-11-17l/rshift width as int. It was unsigned longYuichiro MASUI
2012-11-17Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-11-17int and mrb_int should not be mixed under -DMRB_INT64; may fix #557Yukihiro Matz Matsumoto
2012-11-16Merge pull request #555 from masuidrive/define_mrb_int_as_64bitYukihiro "Matz" Matsumoto