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
Age
Commit message (
Expand
)
Author
2021-02-14
Add `-s` option to `mrbc` for make variable static
KOBAYASHI Shuji
2021-02-07
Enlarge tolerance limit for `float32`; close #5329
Yukihiro "Matz" Matsumoto
2021-01-08
Delay test code build until `rake test`
KOBAYASHI Shuji
2020-12-19
feat(CI): add a GitHub Action to lint the Markdown
John Bampton
2020-12-15
refactor: remove trailing whitespace from C, Header, Ruby and YAML files
John Bampton
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-22
Prohibit array changes by "a"/"*" specifier of `mrb_get_args()`
dearblue
2020-10-14
Avoid using C struct dump for test Ruby code.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_int_value()` instead of `mrb_fixnum_value()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Reorganize `Integer` system.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename float configuration option names.
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
2020-01-01
Fixed wrong usages of `mrb_get_args` in `vformat.c`.
Yukihiro "Matz" Matsumoto
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-12-19
Fix mixed declarations in 429f6de
Yukihiro "Matz" Matsumoto
2019-12-19
Reimplement `vformat` tests; close #4868
Yukihiro "Matz" Matsumoto
2019-12-19
Revert "`%C` value need not to be saved in `TestVFormat::Native`; close #4868"
Yukihiro "Matz" Matsumoto
2019-12-18
`%C` value need not to be saved in `TestVFormat::Native`; close #4868
Yukihiro "Matz" Matsumoto
2019-08-07
Reorganize `mrb_string_value_cstr` and related functions.
Yukihiro "Matz" Matsumoto
2019-08-03
Change second argument to `%l` of `mrb_vformat()` to `size_t` from `mrb_int`
KOBAYASHI Shuji
2019-08-03
Fix `mrb_vformat("%f")` with `MRB_USE_FLOAT`
KOBAYASHI Shuji
2019-08-02
Change the `mrb_vformat` specifier `%d` for `int`
KOBAYASHI Shuji
2019-08-01
Add new specifiers/modifiers to format string of `mrb_vfromat()`
KOBAYASHI Shuji
2019-07-29
Resolved conflicts in #4320
Yukihiro "Matz" Matsumoto
2019-04-22
Merge pull request #4356 from shuujii/add-assert_match-and-assert_not_match
Yukihiro "Matz" Matsumoto
2019-04-14
Add `assert_match` and `assert_not_match`
KOBAYASHI Shuji
2019-04-10
Fixed old style declaration; ref #4365
Yukihiro "Matz" Matsumoto
2019-03-23
Refactor `t_print` for test
KOBAYASHI Shuji
2019-03-13
Do not raise an exception when bintest fail
KOBAYASHI Shuji
2019-03-07
Add a missing file for #4314
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 `mrb_state` before exit.
Takeshi Watanabe
2018-03-05
Close on exception too.
Takeshi Watanabe
2017-11-04
Merge branch 'master' of github.com:mruby/mruby
YAMAMOTO Masaya
2017-10-28
Flush stdout after every print from tests
Yukihiro "Matz" Matsumoto
[next]