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
/
mrbgems
/
mruby-test
/
mrbgem.rake
Age
Commit message (
Expand
)
Author
2021-02-14
Add `-s` option to `mrbc` for make variable static
KOBAYASHI Shuji
2021-01-08
Delay test code build until `rake test`
KOBAYASHI Shuji
2020-11-22
Refine build log for generated files
KOBAYASHI Shuji
2020-11-03
Use C99 `__func__` instead of `__FUNCTION__`; #5107
Yukihiro "Matz" Matsumoto
2020-10-14
Avoid using C struct dump for test Ruby code.
Yukihiro "Matz" Matsumoto
2020-10-12
Generate C struct from `irep` instead of binary dump.
Yukihiro "Matz" Matsumoto
2020-07-14
Fix `${build_dir}/mrbgems/gem_init.c` generation condition; ref #5010
KOBAYASHI Shuji
2020-06-09
Need `build/XXX/mrbgems/mruby-test` directory
dearblue
2019-12-29
Avoid unneeded directory creation during `rake -T`, etc.
KOBAYASHI Shuji
2019-12-27
Use Rake DSL instead of commands of `FileUtils`
KOBAYASHI Shuji
2019-08-01
Add new specifiers/modifiers to format string of `mrb_vfromat()`
KOBAYASHI Shuji
2019-02-22
Integrate `init_mrbtest.c` to `driver.c` in `mruby-test` mrbgem
KOBAYASHI Shuji
2019-01-16
Remove special treatments for `MRB_WITHOUT_FLOAT` in build scripts
KOBAYASHI Shuji
2018-10-29
Merge pull request #4148 from take-cheeze/rename_libmruby_stuff
Yukihiro "Matz" Matsumoto
2018-10-29
Rename libmruby stuff to avoid confusion
take-cheeze
2018-10-29
Add missing dependency of source code generator
take-cheeze
2018-07-08
Fix task name is not necessarily a valid path
Sebastián Katzer
2018-06-20
Make codacy happy.
take-cheeze
2018-06-20
Fix dependencies.
take-cheeze
2018-06-20
Comment out unused variable.
take-cheeze
2018-06-20
Fix forgotten argument passing.
take-cheeze
2018-06-20
Fix dependencies.
take-cheeze
2018-06-13
Fix unnecessary rebuild of tests.
take-cheeze
2018-03-05
Close on exception too.
Takeshi Watanabe
2017-10-11
Test for MRB_WITHOUT_FLOAT
YAMAMOTO Masaya
2016-02-12
Fix bug in mruby-test gem.
Daniel Bovensiepen
2015-11-24
Remove unnecessary dependencies for assert_rb codegen and test_rbireps
Zachary Scott
2015-11-24
Remove mrbtest_irep from mrbtest
Zachary Scott
2015-10-24
Ensure mrbs dependency is maintained for mruby-test
Zachary Scott
2015-09-03
Add build_mrbtest after config block is evaluated
Zachary Scott
2015-08-22
Refactor test/mrbtest.rake and tasks/mrbgems_test.rake into mrbgem.rake
Zachary Scott
2015-08-22
Move test source code and rake task to mrbgem
Zachary Scott