summaryrefslogtreecommitdiffhomepage
path: root/test/init_mrbtest.c
AgeCommit message (Collapse)Author
2014-02-26compile assert.rb oncetake_cheeze
2014-01-07remove superfluous includescremno
- reduce compile time by a little bit (full-core: ~0.7s for me) - thanks to 'include-what-you-use' for some help - include Standard C header files before any other (coding style)
2013-04-05Fix exitmattn
2013-03-27resolve conflict from #964Yukihiro Matz Matsumoto
2013-03-16Remove stdlib.h from mruby.h. It is for portability (care for freestanding ↵Masaki Muranaka
environments). This is a first step. It will be reduced stdlib.h in each files later.
2013-03-08Change unsigned char to uint8_tYuichiro MASUI
2013-03-08New mrb format. The detail is in https://github.com/mruby/mruby/issues/944Yuichiro MASUI
2012-12-22Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgemsYuichiro MASUI
2012-12-08Use only DISABLE_GEMS for feature request in include/mrbconf.hDaniel Bovensiepen
2012-12-05rename mrb_load_irep for mrbtest to be consistent to name changeDaniel Bovensiepen
2012-12-05rename mrb_load_irep etc. for naming consistencyYukihiro Matz Matsumoto
2012-11-22Deactivate / Activate GEMs Flag introduced into mrbtestDaniel Bovensiepen
2012-09-22Move Gem Tests into the main Test targetDaniel Bovensiepen
2012-05-18refactor test driverYukihiro Matsumoto
2012-05-14make test restructuringYukihiro Matsumoto