summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-10-24Merge pull request #3001 from zzak/fix-mrbtest-taskYukihiro "Matz" Matsumoto
Ensure mrbs dependency is maintained for mruby-test
2015-10-24Ensure mrbs dependency is maintained for mruby-testZachary Scott
2015-10-22Merge pull request #2999 from sagmor/better-docsYukihiro "Matz" Matsumoto
More Docs
2015-10-21Tag include/mruby/error.h functions with required mrbgem tagSeba Gamboa
2015-10-21Revert "Mark core gems with mrbgem tag"Seba Gamboa
This reverts commit 5cdcce8dbddd94ecb9503a0a1d47370c4ef97177.
2015-10-22align codedump output for OP_JMPYukihiro "Matz" Matsumoto
2015-10-22align codedump output for OP_RETURNYukihiro "Matz" Matsumoto
2015-10-21loop() to return StopIteration#result; [ruby-bugs#11498]Yukihiro "Matz" Matsumoto
2015-10-21loop may return StopIteration#result; [ruby-bugs#11498]Yukihiro "Matz" Matsumoto
2015-10-21Merge pull request #2997 from furunkel/gc_cleanupYukihiro "Matz" Matsumoto
GC cleanup
2015-10-21fixed SEGV in mrb_parser_dump(NODE_COLON3)Yukihiro "Matz" Matsumoto
2015-10-21Merge branch 'master' of https://github.com/mruby/mruby into gc_cleanupfurunkel
2015-10-21Merge upstreamfurunkel
2015-10-21Merge pull request #2879 from cremno/call-always-frexp-instead-of-frexplYukihiro "Matz" Matsumoto
call always frexp() instead of frexpl()
2015-10-20Remove obvious warnings from docsSeba Gamboa
2015-10-20Fix Unknown tag errorSeba Gamboa
2015-10-20Fix enumerator doc errorsSeba Gamboa
2015-10-20Mark core gems with mrbgem tagSeba Gamboa
2015-10-20Add block to document mrb_value typeSeba Gamboa
2015-10-20Improved mrb_args_format tableSeba Gamboa
2015-10-20Increasing docs coverageSeba Gamboa
2015-10-20Prefix mrb_gc_state enum members, make color defines privatefurunkel
2015-10-20do not assert is_dead() during mark phase; close #2825 ref #2996 #2769Yukihiro "Matz" Matsumoto
2015-10-19Remove gc_ prefix of mrb_gc fieldsfurunkel
2015-10-19Move MRB_GC_ARENA_SIZE to gc.h and fix compiler warningsfurunkel
2015-10-19Remove segregated value struct declarationfurunkel
2015-10-19Clean up GC codefurunkel
2015-10-18Merge pull request #2995 from Mav7/masterYukihiro "Matz" Matsumoto
fixed YARD documentation for mrb_obj_new
2015-10-17fixed YARD documentation for mrb_obj_newRalph Desir(Mav7)
2015-10-15got rid of dummy gemRalph Desir(Mav7)
2015-10-15updated YARD docs on mruby.hRalph Desir(Mav7)
2015-10-16use visualcpp toolchain for test as wellYukihiro "Matz" Matsumoto
2015-10-15Merge pull request #2993 from Mav7/masterYukihiro "Matz" Matsumoto
Updated mruby.h YARD doc.
2015-10-15Merge branch 'crimsonwoods-fix_androidndk_rake'Yukihiro "Matz" Matsumoto
2015-10-15Merge branch 'fix_androidndk_rake' of https://github.com/crimsonwoods/mruby ↵Yukihiro "Matz" Matsumoto
into crimsonwoods-fix_androidndk_rake
2015-10-14got rid of dummy gem i was testingRalph Desir
2015-10-14Add more YARD docs for mruby.h for mrb_undef_method and mrb_undef_class_method.Ralph Desir(Mav7)
2015-10-14Added documentation for mrb_undef_methodRalph Desir(Mav7)
2015-10-13rename androidndk to androidin compile.md; ref #2991Yukihiro "Matz" Matsumoto
2015-10-13Merge pull request #2991 from sagmor/android-renameYukihiro "Matz" Matsumoto
Rename androidndk tolchain to just android
2015-10-12Rename androidndk tolchain to just androidSeba Gamboa
2015-10-13delete tasks/toolchains/androideabi.rake; ref #2983 #2988Yukihiro "Matz" Matsumoto
use androidndk.rake which is better and 64bit aware
2015-10-12Fix issue: LDFLAGS is not applied correctly.crimsonwoods
2015-10-12Merge pull request #2916 from felixjones/masterYukihiro "Matz" Matsumoto
mrb_get_mid and mrb_get_argc
2015-10-12Merge pull request #2989 from Mav7/masterYukihiro "Matz" Matsumoto
Wrote YARD docs for mrb_define_module, mrb_include_module, mrb_prepen…
2015-10-12Merge pull request #2988 from crimsonwoods/update_androidndk_rakeYukihiro "Matz" Matsumoto
Update androidndk.rake to add support 64bit architectures.
2015-10-11Wrote YARD docs for mrb_define_module, mrb_include_module, ↵Ralph Desir(Mav7)
mrb_prepend_module, mrb_define_class_method, mrb_define_module_function, and mrb_define_const on mruby.h
2015-10-11Accoding to the implementation of 'cflags', '-no-canonical-prefixes' is ↵crimsonwoods
isolated.
2015-10-11Remove unnecessary cases.crimsonwoods
'mips64' can integrate into 'mips'. 'x86_64' is the same as 'mips64'.
2015-10-11Integrate common flag '-no-canonical-prefixes'.crimsonwoods