summaryrefslogtreecommitdiffhomepage
path: root/tasks
AgeCommit message (Expand)Author
2013-05-26mruby error messages should be directed to stderrYukihiro "Matz" Matsumoto
2013-05-14mrbc to take multiple files, preserving debug information if -g given; close ...Yukihiro "Matz" Matsumoto
2013-05-13Allow mrbc command options to be changedCarson McDonald
2013-05-13show a backtrace when when an error occurs on gem load; close #1243Yukihiro "Matz" Matsumoto
2013-05-11Change alghorithm to algorithmCarson McDonald
2013-05-09Merge pull request #1242 from schmurfy/gem_versionYukihiro "Matz" Matsumoto
2013-05-09Merge pull request #1245 from NARKOZ/fix-warningsYukihiro "Matz" Matsumoto
2013-05-09remove unused variablesNihad Abbasov
2013-05-09fix regexp warning: character class has duplicated rangeNihad Abbasov
2013-05-09consider empty version requirements as >= 0.0.0Julien Ammous
2013-05-09consider gem version to be 0.0.0 unless specifiedJulien Ammous
2013-05-09Todo is actually already finished :-)Daniel Bovensiepen
2013-05-09Implement GEM dependency checkDaniel Bovensiepen
2013-05-04Merge branch 'bovi-gem-duplication'Yukihiro "Matz" Matsumoto
2013-05-04remove explicit check to honor duck typingYukihiro "Matz" Matsumoto
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