| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-22 | Rename two files for consistency; close #5488 | Yukihiro "Matz" Matsumoto | |
| * android_arm64-v8a.rb -> android_arm64_v8a.rb * no-float.rb -> host-nofloat.rb | |||
| 2021-04-26 | build_config/no-float.rb: unify two build configurations; #5421 | Yukihiro "Matz" Matsumoto | |
| - stop cross building - add more gems for tests - add `bintest` | |||
| 2021-01-11 | Remove unneeded `mruby-test` gem in `build_config/no-float.rb` [ci skip] | KOBAYASHI Shuji | |
| Use `enable_test` to enable the test. | |||
| 2021-01-11 | Fix annotations [ci skip] | dearblue | |
| 2020-12-16 | Guess toolchain when `MRuby::Build#toolchain` argument is omitted | KOBAYASHI Shuji | |
| 2020-12-05 | Make it possible that `libmruby.a` is not created | KOBAYASHI Shuji | |
| Previously, `libmruby.a` was created even if only `mruby-bin-mrbc` or` mruby-compiler` was specified for gem, but by specifying `disable_libmruby`, the creation of `libmruby.a` can be suppressed. ### Note The https://github.com/mruby/mruby/pull/5084#issuecomment-723521971 incompatibility seems to be difficult for users to avoid, so the original behavior has been restored. Therefore, if we need `mrbc` other than the `host` build, we need to explicitly specify `mruby-bin-mrbc` gem. Due to the above changes, `build_config/boxing.rb` etc. will not work, but I have added` mruby-bin-mrbc` to `default.gembox` to fix it. I don't think this change is a big deal because originally `mruby-compiler` was included. | |||
| 2020-11-24 | Fix compiler errors from `MRB_NO_FLOAT`; #5185 | Yukihiro "Matz" Matsumoto | |
| Also added `no-float.rb` target in `build_config`. | |||
