summaryrefslogtreecommitdiffhomepage
path: root/tasks/mrbgems.rake
AgeCommit message (Collapse)Author
2018-09-02Reverse gems finaldearblue
2018-06-20Add forgotten `mkdir_p`s.take-cheeze
2017-10-16Fix a compile error on zero mrbgem case.Yukihiro "Matz" Matsumoto
2015-11-27include changed from by quotes ("") to by brackets (<>); close #3032Yukihiro "Matz" Matsumoto
2014-08-04don't always generate gem functionscremno
If the src and mrblib directories of a mrbgem don't exist or don't include "usable" files (for tools like mirb), then functions for gem initialization and finalization don't have to be generated.
2014-06-10rename mrb_atexit to mrb_state_atexit to clarify a func will be called at ↵Yukihiro "Matz" Matsumoto
the end of state, not process; ref #2211
2014-06-06Merge pull request #2359 from take-cheeze/src_gen_depYukihiro "Matz" Matsumoto
Add generator script to dependency so that it will regenerate C codes when it's modified.
2014-06-04Add generator script to dependency so that it will regenerate C codes when ↵take_cheeze
it's modified.
2014-05-08Add API `mrb_atexit()`.take_cheeze
`mrb_final_mrbgems` will be called as mrb_state atexit function. Maybe useful in #1844.
2014-04-23Implement default gem info to use when there is no depending gem is defined.take_cheeze
2013-07-23display multiple authors better.Tomoyuki Sahara
Before: Copyright (c) 2013 ["a", "b"] After: Copyright (c) 2013 a, b
2013-05-09remove unused variablesNihad Abbasov
2013-05-09Implement GEM dependency checkDaniel Bovensiepen
2013-03-30Modified build dependency to exclude 'LEGAL' from libmruby archive.kurodash
2013-03-28LEGAL file generator for binariesDaniel Bovensiepen
2013-03-10Change default gem path.Yuichiro MASUI
2013-02-23Support to build on pwd != mruby source rootYuichiro MASUI
2013-01-28load MRUBY_CONFIG script after 'build_config.rb'Yuichiro MASUI
2013-01-22Added finalizer of mrbgemsYuichiro MASUI
2013-01-20Improved build scripts and config filesYuichiro MASUI
2013-01-11build gems if build_config.rb is modified.mattn
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