summaryrefslogtreecommitdiffhomepage
path: root/tasks/mrbgem_spec.rake
AgeCommit message (Expand)Author
2014-04-04Refactor MRuby::Gem::List#check.take_cheeze
2014-03-21use File#directory? instead of File#exist?; ref c2d8b0Yukihiro "Matz" Matsumoto
2014-03-21avoid Dir.exist? that is not available in Ruby1.8Yukihiro "Matz" Matsumoto
2014-03-10reduce mrb_open calls in mrbgem testtake_cheeze
2014-03-05add existing include/ directory onlytake_cheeze
2014-03-01support c++ exceptiontake_cheeze
2014-02-26compile assert.rb oncetake_cheeze
2014-01-07remove superfluous includescremno
2013-10-01Implement gembox-relative gemdir pathsWilliam Light
2013-08-26Merge pull request #1490 from take-cheeze/cxx_extensionYukihiro "Matz" Matsumoto
2013-08-26support file extension .cpp/.cxx in mrbgem and tooltake_cheeze
2013-07-20Fail if dependency isn't foundCarson McDonald
2013-06-15Remove extra separator in compile commandkyab
2013-05-26mruby error messages should be directed to stderrYukihiro "Matz" Matsumoto
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-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-03sort mrbgem's mrblib/*.rb filesAkira Yumiyama
2013-05-02Improve Gem::Specification for support of dependencies and requirementsDaniel 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-06use EXIT_SUCCESS and EXIT_FAILURE for exit status; close #1142Yukihiro "Matz" Matsumoto
2013-03-16Remove stdlib.h from mruby.h. It is for portability (care for freestanding en...Masaki Muranaka
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-03Generate mrbtest.a file for sparete from driver.oYuichiro MASUI
2013-01-29Add ability to pass parameters from mrbgem.rake spec into test scripts.Carson McDonald
2013-01-30resolve conflictYukihiro Matz Matsumoto
2013-01-28Change the way that the DISABLE_GEMS flag is set.Carson McDonald
2013-01-28load MRUBY_CONFIG script after 'build_config.rb'Yuichiro MASUI
2013-01-24Add flags_after_librariesYuichiro MASUI
2013-01-24merge masterYuichiro MASUI
2013-01-22Added finalizer of mrbgemsYuichiro MASUI
2013-01-21Added flags_before_libraries to linkerYuichiro MASUI
2013-01-21resolve conflictsYukihiro Matz Matsumoto
2013-01-21Reduce line lengthDaniel Bovensiepen
2013-01-21Export build flags to lib/libmruby.flags.makYuichiro MASUI
2013-01-21build_config gets more flexibilityYuichiro MASUI
2013-01-20Improved build scripts and config filesYuichiro MASUI