summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-01-07gc.c: Enable DEBUG(x) if GC_DEBUG is defined.Masaki Muranaka
vm.c: Enable DEBUG(x) if VM_DEBUG is defined.
2013-01-07Remove DEBUG macro definitions.Masaki Muranaka
2013-01-06Merge pull request #698 from masuidrive/improve_mrbgems_testYukihiro "Matz" Matsumoto
improve mrbgems
2013-01-07Run mrbgems test run on isolate mrb_state each rb file.Yuichiro MASUI
Can access to current gem's name through GEMNAME from test. Can change assert library each mrbgems. used spec.test_preload on mrbgem.rake. assert library should set $ok_test, $ko_test, $kill_test, $asserts.
2013-01-06Merge pull request #696 from authorNari/gengcYukihiro "Matz" Matsumoto
Generational Garbage Collection for mruby
2013-01-07Add the generational gcNarihiro Nakamura
2013-01-07These places need the write barrierNarihiro Nakamura
2013-01-06Merge pull request #693 from masamitsu-murase/modify_unlessYukihiro "Matz" Matsumoto
Modify NODE_IF handling.
2013-01-06Merge pull request #694 from masuidrive/remove_xcodeYukihiro "Matz" Matsumoto
Removed XCode build
2013-01-06Merge pull request #695 from masuidrive/refactoring_gitignoreYukihiro "Matz" Matsumoto
Remove unused rules in .gitignore and Makefile
2013-01-06Merge pull request #692 from masuidrive/fixed_mrbgem_cxx_objc_flagsYukihiro "Matz" Matsumoto
Added cxx/objc/asmflags in mrbgems
2013-01-06Remove unused rules in .gitignore and MakefileYuichiro MASUI
2013-01-06Removed XCode buildYuichiro MASUI
2013-01-06`unless` without `else` should return nil if the condition is true.Masamitsu MURASE
2013-01-06Modify NODE_IF handling.Masamitsu MURASE
When "unless" is used without "else", tree->cdr->car of NODE_IF is NULL. In this case, pop() should not be called because codegen generates no code.
2013-01-06Added cxx/objc/asmflags in mrbgems. Sorry, I forgot itYuichiro MASUI
2013-01-05Merge pull request #691 from masuidrive/fixed_build_dependencyYukihiro "Matz" Matsumoto
Fixed build dependency
2013-01-05Merge pull request #690 from matsumoto-r/fix_mrbgems_flagsYukihiro "Matz" Matsumoto
Add mruby_ldflags when tools/mruby and tools/mrbc link archive files
2013-01-05Add mruby_ldflags to mrbtestMATSUMOTO Ryosuke
2013-01-05Fix mrbgem options 689#issuecomment-11911431MATSUMOTO Ryosuke
2013-01-05Fixed build dependencyYuichiro MASUI
2013-01-05Add mruby_ldflags when tools/mruby and tools/mrbc link archive filesMATSUMOTO Ryosuke
2013-01-05Merge remote-tracking branch 'mruby/master'Daniel Bovensiepen
2013-01-04Merge pull request #687 from masuidrive/fixed_mrbgems_issuesYukihiro "Matz" Matsumoto
Fixed some mrbgems building issues
2013-01-04Changed objccflags to objcflagsYuichiro MASUI
Added cxxflags, objcflags, asmflags to mrbgem.rake Support .cxx and .cc as C++ source in mrbgems
2013-01-04Merge pull request #686 from skandhas/pr-add-Module-method_definedYukihiro "Matz" Matsumoto
Add Module#method_defined? for mruby
2013-01-04add test for Module#method_defined?skandhas
2013-01-04add mrb_mod_method_definedskandhas
2013-01-03Merge pull request #684 from bovi/tiny-beautifyYukihiro "Matz" Matsumoto
Fix an unnecessary space
2013-01-03Merge pull request #683 from bovi/doc-compileYukihiro "Matz" Matsumoto
Add documentation for compilation process
2013-01-04Fix an unnecessary spaceDaniel Bovensiepen
2013-01-04Fixed pure ruby mrbgems can't compile and fixed build script wrong variable nameYuichiro MASUI
2013-01-04Add documentation for compilation processDaniel Bovensiepen
2013-01-03Merge pull request #682 from bovi/doc-rakeYukihiro "Matz" Matsumoto
Fix documentation for mrbgems
2013-01-04Fix documentation for mrbgemsDaniel Bovensiepen
2013-01-04add mrbgem.rakeAkira Yumiyama
2013-01-02Merge pull request #680 from bovi/doc-rakeYukihiro "Matz" Matsumoto
Adapter mrbgems documentation to rake system
2013-01-03Adapter mrbgems documentation to rake systemDaniel Bovensiepen
2013-01-02Merge pull request #679 from masuidrive/merge_to_cruby_building_scriptYukihiro "Matz" Matsumoto
Rebuild CRuby based building script without Makefile
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-31Merge pull request #678 from authorNari/patch-1Yukihiro "Matz" Matsumoto
Fix a wrong comment
2012-12-31Fix a wrong commentNarihiro Nakamura
2012-12-31add README.mdAkira Yumiyama
2012-12-31mruby-packAkira Yumiyama
2012-12-29Merge pull request #677 from skandhas/pr-add-Module-remove_methodYukihiro "Matz" Matsumoto
Add Module#remove_method for mruby
2012-12-29add test for Module#remove_methodskandhas
2012-12-29add mrb_mod_remove_method/remove_methodskandhas
2012-12-28minor cosmetic change after #676Yukihiro Matz Matsumoto
2012-12-28Merge pull request #676 from skandhas/for-675Yukihiro "Matz" Matsumoto
fix correct stack postion for headless case
2012-12-28fix correct stack postion for headless caseskandhas