summaryrefslogtreecommitdiffhomepage
path: root/tasks
AgeCommit message (Expand)Author
2013-05-04avoid subclassing Array not to inherit too much methodsYukihiro "Matz" Matsumoto
2013-05-03Move GemList to MRuby::Gem::List. More logical locationDaniel Bovensiepen
2013-05-03Use advanced GemList as list for GEMsDaniel Bovensiepen
2013-05-03Implement GemList which can identify GEM duplicatesDaniel Bovensiepen
2013-05-03sort mrbgem's mrblib/*.rb filesAkira Yumiyama
2013-05-02Improve Gem::Specification for support of dependencies and requirementsDaniel Bovensiepen
2013-05-02Implement :core parameter for conf.gemDaniel Bovensiepen
2013-04-27fix gembox rake tasks to support Ruby 1.8Yukihiro "Matz" Matsumoto
2013-04-27IMPROVE: Move GemBox to more logical source locationDaniel Bovensiepen
2013-04-27Add gembox featureDaniel Bovensiepen
2013-04-23Pass verbose flag to each gem testXuejie "Rafael" Xiao
2013-04-20put spaces after if/whileYukihiro "Matz" Matsumoto
2013-04-13Add vs2010.rakeh2so5
2013-04-11Move mirb and mruby to mrbgems.Masaki Muranaka
2013-04-08Merge pull request #1150 from monaka/pr-add-test-runner-supportYukihiro "Matz" Matsumoto
2013-04-07Add "test runner" support for cross builds.Masaki Muranaka
2013-04-06Merge pull request #1116 from kurodash/pr-exclude-legal-from-archiveYukihiro "Matz" Matsumoto
2013-04-06use EXIT_SUCCESS and EXIT_FAILURE for exit status; close #1142Yukihiro "Matz" Matsumoto
2013-04-05Improve CRuby rake compatibleYuichiro MASUI
2013-04-01revert 79ebdb5 for the time being #1110Yukihiro "Matz" Matsumoto
2013-03-30Modified build dependency to exclude 'LEGAL' from libmruby archive.kurodash
2013-03-29Fixed testrb load pathYuichiro MASUI
2013-03-29Display the command line when mrbc is kicked in the verbose mode.Masaki Muranaka
2013-03-28LEGAL file generator for binariesDaniel Bovensiepen
2013-03-23Add bitbucket git support.Masaki Muranaka
2013-03-19Add gem version to build summary if it exists.Carson McDonald
2013-03-17resolve conflict from #1017Yukihiro Matz Matsumoto
2013-03-16Remove stdlib.h from mruby.h. It is for portability (care for freestanding en...Masaki Muranaka
2013-03-16Remove string.h in khash.hMasaki Muranaka
2013-03-14Merge pull request #975 from crimsonwoods/modify_build_scriptYukihiro "Matz" Matsumoto
2013-03-14bug fix: fix wrong method name.crimsonwoods
2013-03-14support 'Cygwin' as build platform.crimsonwoods
2013-03-14bug fix: fix "--sysroot" option and host platform detection.crimsonwoods
2013-03-10Change default gem path.Yuichiro MASUI
2013-03-09more CFLAGS and LDFLAGS are specified automatically.crimsonwoods
2013-03-09add a new feature to select the target Android platform.crimsonwoods
2013-03-09add a new feature to select the target architecture.crimsonwoods
2013-03-08Fixed #969Yuichiro MASUI
2013-03-08refactoringcrimsonwoods
2013-03-08bug fix: add new option '-mandroid' into CFLAGS and same options are applied ...crimsonwoods
2013-03-08bug fix: the argument of '--sysroot' option should be followed '=' character.crimsonwoods
2013-03-07Merge pull request #962 from masahino/fix_branch_optionYukihiro "Matz" Matsumoto
2013-03-07fix handling of :branch option of gem.confmasahino
2013-03-07Apply @masuidrive's review point. @bins should be Array.Masaki Muranaka
2013-03-07Add Support to build loadable modules defined in mrbgems.Masaki Muranaka
2013-03-05Add accessor: version, description, summary, homepage.Masaki Muranaka
2013-02-28Merge pull request #906 from xxuejie/remove_unused_varYukihiro "Matz" Matsumoto
2013-02-28Rake respects verbose flag also for test and clean targetDaniel Bovensiepen
2013-02-27Do not generate test_args_hash variable if it is not usedXuejie "Rafael" Xiao
2013-02-23Support to build on pwd != mruby source rootYuichiro MASUI