index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tasks
/
mrbgems.rake
Age
Commit message (
Expand
)
Author
2020-05-26
Detect newly added mrbgems when re-creating gem_init.c
Kondo Uchio
2019-12-27
Use Rake DSL instead of commands of `FileUtils`
KOBAYASHI Shuji
2018-10-29
Rename libmruby stuff to avoid confusion
take-cheeze
2018-09-02
Reverse gems final
dearblue
2018-06-20
Add forgotten `mkdir_p`s.
take-cheeze
2017-10-16
Fix a compile error on zero mrbgem case.
Yukihiro "Matz" Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2014-08-04
don't always generate gem functions
cremno
2014-06-10
rename mrb_atexit to mrb_state_atexit to clarify a func will be called at the...
Yukihiro "Matz" Matsumoto
2014-06-06
Merge pull request #2359 from take-cheeze/src_gen_dep
Yukihiro "Matz" Matsumoto
2014-06-04
Add generator script to dependency so that it will regenerate C codes when it...
take_cheeze
2014-05-08
Add API `mrb_atexit()`.
take_cheeze
2014-04-23
Implement default gem info to use when there is no depending gem is defined.
take_cheeze
2013-07-23
display multiple authors better.
Tomoyuki Sahara
2013-05-09
remove unused variables
Nihad Abbasov
2013-05-09
Implement GEM dependency check
Daniel Bovensiepen
2013-03-30
Modified build dependency to exclude 'LEGAL' from libmruby archive.
kurodash
2013-03-28
LEGAL file generator for binaries
Daniel Bovensiepen
2013-03-10
Change default gem path.
Yuichiro MASUI
2013-02-23
Support to build on pwd != mruby source root
Yuichiro MASUI
2013-01-28
load MRUBY_CONFIG script after 'build_config.rb'
Yuichiro MASUI
2013-01-22
Added finalizer of mrbgems
Yuichiro MASUI
2013-01-20
Improved build scripts and config files
Yuichiro MASUI
2013-01-11
build gems if build_config.rb is modified.
mattn
2013-01-03
Rebuild CRuby based building script without Makefile
Yuichiro MASUI