summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
AgeCommit message (Collapse)Author
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
Can access to current gem's name through GEMNAME from test. Can change assert library each mrbgems. used spec.test_preload on mrbgem.rake. assert library should set $ok_test, $ko_test, $kill_test, $asserts.
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
2012-12-22Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgemsYuichiro MASUI
2012-12-20Merge pull request #660 from DAddYE/patch-2Yukihiro "Matz" Matsumoto
Prettify Rakefile
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
Added minirake what's Rake subset
2012-12-16Moved some building script from GNU make to Ruby scriptYuichiro MASUI
Added minirake what's Rake subset