| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-04 | Added support for custom gem clone directories when using git | Ryan Scott | |
| 2013-07-15 | Allow programmers to specify build path manually | Xuejie "Rafael" Xiao | |
| 2013-05-03 | Move GemList to MRuby::Gem::List. More logical location | Daniel Bovensiepen | |
| 2013-05-03 | Use advanced GemList as list for GEMs | Daniel Bovensiepen | |
| 2013-04-11 | Move mirb and mruby to mrbgems. | Masaki Muranaka | |
| 2013-04-07 | Add "test runner" support for cross builds. | Masaki Muranaka | |
| "test runner" means target simulator like QEmu, GDB sim, and so on. Also "test runner" might be debug agents for real targets. If you do not setup test_runner, Rake will work same as before. | |||
| 2013-03-19 | Add gem version to build summary if it exists. | Carson McDonald | |
| 2013-03-14 | Merge pull request #975 from crimsonwoods/modify_build_script | Yukihiro "Matz" Matsumoto | |
| Improve Android platform support. | |||
| 2013-03-14 | bug fix: fix wrong method name. | crimsonwoods | |
| 2013-03-14 | support 'Cygwin' as build platform. | crimsonwoods | |
| 2013-03-07 | Add Support to build loadable modules defined in mrbgems. | Masaki Muranaka | |
| 2013-02-28 | Rake respects verbose flag also for test and clean target | Daniel Bovensiepen | |
| 2013-02-23 | Support to build on pwd != mruby source root | Yuichiro MASUI | |
| 2013-02-03 | Generate mrbtest.a file for sparete from driver.o | Yuichiro MASUI | |
| 2013-01-30 | resolve conflict | Yukihiro Matz Matsumoto | |
| 2013-01-28 | Change the way that the DISABLE_GEMS flag is set. | Carson McDonald | |
| 2013-01-28 | load MRUBY_CONFIG script after 'build_config.rb' | Yuichiro MASUI | |
| 2013-01-27 | Fixed mrbc file ext on host | Yuichiro MASUI | |
| 2013-01-24 | Let's use more ruby | Davide D'Agostino | |
| 2013-01-24 | Listing gems vertically | mattn | |
| 2013-01-23 | Add build summary at the end of a build. | Carson McDonald | |
| 2013-01-21 | Added "Unknown toolchain/gem" error message | Yuichiro MASUI | |
| 2013-01-21 | Merge pull request #759 from skandhas/pr-fix-build-on-cygwin | Yukihiro "Matz" Matsumoto | |
| fix build faild on Cygwin Environment | |||
| 2013-01-21 | fix build faild on Cygwin Environment | skandhas | |
| 2013-01-21 | build_config gets more flexibility | Yuichiro MASUI | |
| 2013-01-20 | Improved build scripts and config files | Yuichiro MASUI | |
| 2013-01-09 | Added conf.bins for defining bulding binaries | Yuichiro MASUI | |
| 2013-01-08 | Added gem :github option | Yuichiro MASUI | |
| 2013-01-04 | Changed objccflags to objcflags | Yuichiro MASUI | |
| Added cxxflags, objcflags, asmflags to mrbgem.rake Support .cxx and .cc as C++ source in mrbgems | |||
| 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 | |||
