| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-10 | Add bintest header | KOBAYASHI Shuji | |
| 2019-03-08 | Allow `enable_bintest` without `enable_test` in build config | KOBAYASHI Shuji | |
| 2019-03-02 | Remove unused `gem.bin=` method; close #4271 | Yukihiro "Matz" Matsumoto | |
| 2019-02-21 | Fix typo in `lib/mruby/build/command.rb` | KOBAYASHI Shuji | |
| 2019-02-06 | Integrate definition of `MRuby::Build#exefile` | KOBAYASHI Shuji | |
| 2019-02-02 | Extend only when necessary in `lib/mruby-core-ext.rb` | KOBAYASHI Shuji | |
| 2019-01-14 | Fix build failed when set `conf.build_dir=<rel path>` and ↵ | dearblue | |
| `conf.enable_cxx_exception` | |||
| 2018-12-30 | Use `each_with_object` instead of `reduce`. | KOBAYASHI Shuji | |
| For fix Codacy issue. | |||
| 2018-12-29 | Fix Yacc running multiple times. | KOBAYASHI Shuji | |
| Example: $ MRUBY_CONFIG=<(echo 'MRuby::Build.new{toolchain(:gcc);gem(core:"mruby-bin-mruby");enable_test}') ./minirake Before: ... CC build/host/mrbgems/gem_init.c -> build/host/mrbgems/gem_init.o YACC mrbgems/mruby-compiler/core/parse.y -> build/host/mrbgems/mruby-compiler/core/y.tab.c YACC mrbgems/mruby-compiler/core/parse.y -> build/host/mrbgems/mruby-compiler/core/y.tab.c YACC mrbgems/mruby-compiler/core/parse.y -> build/host/mrbgems/mruby-compiler/core/y.tab.c YACC mrbgems/mruby-compiler/core/parse.y -> build/host/mrbgems/mruby-compiler/core/y.tab.c CC build/host/mrbgems/mruby-compiler/core/y.tab.c -> build/host/mrbgems/mruby-compiler/core/y.tab.o CC build/host/mrbgems/mruby-compiler/core/y.tab.c -> build/host/mrbgems/mruby-compiler/core/y.tab.o CC build/host/mrbgems/mruby-compiler/core/y.tab.c -> build/host/mrbgems/mruby-compiler/core/y.tab.o CC build/host/mrbgems/mruby-compiler/core/y.tab.c -> build/host/mrbgems/mruby-compiler/core/y.tab.o AR build/host/lib/libmruby_core.a ... After: ... CC build/host/mrbgems/gem_init.c -> build/host/mrbgems/gem_init.o YACC mrbgems/mruby-compiler/core/parse.y -> build/host/mrbgems/mruby-compiler/core/y.tab.c CC build/host/mrbgems/mruby-compiler/core/y.tab.c -> build/host/mrbgems/mruby-compiler/core/y.tab.o AR build/host/lib/libmruby_core.a ... | |||
| 2018-10-29 | Add debug flag to `MRuby::Build` | take-cheeze | |
| 2018-10-29 | Merge pull request #4148 from take-cheeze/rename_libmruby_stuff | Yukihiro "Matz" Matsumoto | |
| Rename `MRuby::Build#libmruby` stuff to avoid confusion | |||
| 2018-10-29 | Rename libmruby stuff to avoid confusion | take-cheeze | |
| 2018-10-29 | Sort test script list too | take-cheeze | |
| 2018-09-20 | Allow nested gemboxes; fix #4124 | Yukihiro "Matz" Matsumoto | |
| 2018-09-05 | Merge pull request #4055 from take-cheeze/verbose_bintest | Yukihiro "Matz" Matsumoto | |
| Support verbose mode in bintest. | |||
| 2018-06-22 | Run tests parallelly for each target. | take-cheeze | |
| 2018-06-21 | Support verbose mode in bintest. | take-cheeze | |
| 2018-03-22 | Add `:path` option for git repository. | Takeshi Watanabe | |
| 2018-03-05 | Add same fix as #3964 to lib/mruby/gem.rb . | Takeshi Watanabe | |
| 2018-02-16 | Add verbose flag to cross test runner too. | Takeshi Watanabe | |
| 2018-02-10 | Fix core dependencies resolving in dependencies gems. | Takeshi Watanabe | |
| 2018-01-24 | Add `big_endian` and `little_endian` methods to `CrossBuild`; ref #3922 | Yukihiro "Matz" Matsumoto | |
| When your target machine is big endian, specify as following in the `build_config.rb`: ```ruby MRuby::CrossBuild.new('32bit') do |conf| toolchain :gcc conf.big_endian end ``` | |||
| 2017-07-29 | Merge branch 'move-task-class-definitions' of ↵ | Yukihiro "Matz" Matsumoto | |
| https://github.com/udzura/mruby into udzura-move-task-class-definitions | |||
| 2017-04-04 | Some adjustments | Uchio KONDO | |
| 2017-04-04 | Move class/module definitions to normal .rb files | Uchio KONDO | |
| 2017-04-04 | Initial skelton for class/module def | Uchio KONDO | |
| 2015-09-07 | Change to Proc.new to make Ruby 1.9 Happy | Seba Gamboa | |
| 2015-09-06 | Switch gem API to constants only | Seba Gamboa | |
| 2015-09-03 | Add other version.h constants | Seba Gamboa | |
| 2015-09-01 | Expose MRuby source as a gem | Seba Gamboa | |
| 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 | |||
| 2012-04-20 | add mruby sources | mimaki | |
