summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
AgeCommit message (Expand)Author
2013-04-11Move mirb and mruby to mrbgems.Masaki Muranaka
2013-04-11Move apps in gems to #{MRUBY_ROOT}/bin/ when apps is built for "host".Masaki Muranaka
2013-04-11Use not tool/ but tools/. This is for naming consistency.Masaki Muranaka
2013-04-11Cosmetic changes.Masaki Muranaka
2013-03-14Merge pull request #975 from crimsonwoods/modify_build_scriptYukihiro "Matz" Matsumoto
2013-03-14support 'Cygwin' as build platform.crimsonwoods
2013-03-10Change default gem path.Yuichiro MASUI
2013-03-07Add Support to build loadable modules defined in mrbgems.Masaki Muranaka
2013-03-02remove installing executable first to avoid text-file-busy when investigating...Yukihiro Matz Matsumoto
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-28load MRUBY_CONFIG script after 'build_config.rb'Yuichiro MASUI
2013-01-28remove bin/command first to avoid text file busyYukihiro Matz Matsumoto
2013-01-23Add build summary at the end of a build.Carson McDonald
2013-01-20Improved build scripts and config filesYuichiro MASUI
2013-01-11build gems if build_config.rb is modified.mattn
2013-01-09Make conf.bins work for cross compiled deps as well as the host.Carson McDonald
2013-01-09Added conf.bins for defining bulding binariesYuichiro MASUI
2013-01-07Run mrbgems test run on isolate mrb_state each rb file.Yuichiro MASUI
2013-01-03Rebuild CRuby based building script without MakefileYuichiro MASUI
2012-12-22Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgemsYuichiro MASUI
2012-12-20Merge pull request #660 from DAddYE/patch-2Yukihiro "Matz" Matsumoto
2012-12-20Reuse code for pathsDavide D'Agostino
2012-12-20Allow ACTIVE_GEMS to be changed from ENVDavide D'Agostino
2012-12-20Prettify RakefileDavide D'Agostino
2012-12-20Allow COMPILE_MODE to be changed from ENVDavide D'Agostino
2012-12-20possible to specify ENABLE_GEMS=true.mattn
2012-12-18Derive DISABLE_GEMS macro according to build configurationXuejie Xiao
2012-12-19add AR, YACC flags.Akira Yumiyama
2012-12-18Rakefile: LIBS default to -lmYukihiro Matz Matsumoto
2012-12-18fix build: add LIBS flag. and fix quoted arguments on windows.mattn
2012-12-18Rakefile to honor CFLAGS env by defaultYukihiro Matz Matsumoto
2012-12-18Rakefile should honor CFLAGS environment variable in debug modeYukihiro Matz Matsumoto
2012-12-17Moved some building script from GNU make to Ruby scriptYuichiro MASUI
2012-12-16Moved some building script from GNU make to Ruby scriptYuichiro MASUI