| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-21 | Move some `.rake` files to `tasks` directory for consistency | KOBAYASHI Shuji | |
| 2020-11-20 | Refactor `mrblib/mrblib.rake` | KOBAYASHI Shuji | |
| 2020-10-12 | Generate C struct from `irep` instead of binary dump. | Yukihiro "Matz" Matsumoto | |
| 2019-12-27 | Use Rake DSL instead of commands of `FileUtils` | KOBAYASHI Shuji | |
| - Respect `--verbose(-v)` and `--dry-run(-n)` options. - Silence warnings to keyword arguments on Ruby 2.7. | |||
| 2019-01-04 | Integrate mrblib/float.rb into src/numeric.c | KOBAYASHI Shuji | |
| - Avoid hack for `MRB_WITHOUT_FLOAT` in build scripts - Avoid runtime dispatch for `MRB_WITHOUT_FLOAT` | |||
| 2018-10-29 | Rename libmruby stuff to avoid confusion | take-cheeze | |
| 2017-10-11 | Add MRB_WITHOUT_FLOAT | YAMAMOTO Masaya | |
| 2014-10-02 | Change mrblib's source path to absolute path | Hiroshi Mimaki | |
| 2014-06-04 | Add generator script to dependency so that it will regenerate C codes when ↵ | take_cheeze | |
| it's modified. | |||
| 2014-04-30 | remove trailing spaces | Nobuyoshi Nakada | |
| 2013-04-05 | sort mrblib/*.rb files to compile (class.rb comes before error.rb); close ↵ | Yukihiro "Matz" Matsumoto | |
| #1132; close #1134 | |||
| 2013-02-23 | Support to build on pwd != mruby source root | Yuichiro MASUI | |
| 2013-01-22 | Refine pretty printing | Jon | |
| 2013-01-21 | Beautify the output of rake | Daniel Bovensiepen | |
| 2013-01-20 | Improved build scripts and config files | Yuichiro MASUI | |
| 2013-01-03 | Rebuild CRuby based building script without Makefile | Yuichiro MASUI | |
| Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb | |||
