summaryrefslogtreecommitdiffhomepage
path: root/tasks/mruby_build.rake
AgeCommit message (Collapse)Author
2013-05-03Move GemList to MRuby::Gem::List. More logical locationDaniel Bovensiepen
2013-05-03Use advanced GemList as list for GEMsDaniel Bovensiepen
2013-04-11Move mirb and mruby to mrbgems.Masaki Muranaka
2013-04-07Add "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-19Add gem version to build summary if it exists.Carson McDonald
2013-03-14Merge pull request #975 from crimsonwoods/modify_build_scriptYukihiro "Matz" Matsumoto
Improve Android platform support.
2013-03-14bug fix: fix wrong method name.crimsonwoods
2013-03-14support 'Cygwin' as build platform.crimsonwoods
2013-03-07Add Support to build loadable modules defined in mrbgems.Masaki Muranaka
2013-02-28Rake respects verbose flag also for test and clean targetDaniel Bovensiepen
2013-02-23Support to build on pwd != mruby source rootYuichiro MASUI
2013-02-03Generate mrbtest.a file for sparete from driver.oYuichiro MASUI
2013-01-30resolve conflictYukihiro Matz Matsumoto
2013-01-28Change the way that the DISABLE_GEMS flag is set.Carson McDonald
2013-01-28load MRUBY_CONFIG script after 'build_config.rb'Yuichiro MASUI
2013-01-27Fixed mrbc file ext on hostYuichiro MASUI
2013-01-24Let's use more rubyDavide D'Agostino
2013-01-24Listing gems verticallymattn
2013-01-23Add build summary at the end of a build.Carson McDonald
2013-01-21Added "Unknown toolchain/gem" error messageYuichiro MASUI
2013-01-21Merge pull request #759 from skandhas/pr-fix-build-on-cygwinYukihiro "Matz" Matsumoto
fix build faild on Cygwin Environment
2013-01-21fix build faild on Cygwin Environmentskandhas
2013-01-21build_config gets more flexibilityYuichiro MASUI
2013-01-20Improved build scripts and config filesYuichiro MASUI
2013-01-09Added conf.bins for defining bulding binariesYuichiro MASUI
2013-01-08Added gem :github optionYuichiro MASUI
2013-01-04Changed objccflags to objcflagsYuichiro MASUI
Added cxxflags, objcflags, asmflags to mrbgem.rake Support .cxx and .cc as C++ source in mrbgems
2013-01-03Rebuild CRuby based building script without MakefileYuichiro MASUI
Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb