summaryrefslogtreecommitdiffhomepage
path: root/build_config.rb
AgeCommit message (Collapse)Author
2013-11-22Automatically detect toolchain if it is visualcpp, and hence we drop ↵Per Lundberg
vs2010.rake altogether - it’s no longer needed.
2013-07-31remove unnecessary spacesYukihiro "Matz" Matsumoto
2013-05-14mrbc to take multiple files, preserving debug information if -g given; close ↵Yukihiro "Matz" Matsumoto
#1243
2013-05-13Add example of modifying mrbc options to add debug infoCarson McDonald
2013-04-27FIX: Default build should use default GEMs and not all Core GEMsDaniel Bovensiepen
2013-04-27Use gembox for default buildDaniel Bovensiepen
2013-04-21Add Symbol#to_proc, Symbol.all_symbolsh2so5
2013-04-17Add mruby-proc-exth2so5
2013-04-14Add mruby-range-exth2so5
2013-04-11rename mruby,mirb gems to mruby-bin-{mruby,mirb}Yukihiro "Matz" Matsumoto
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-27Activated mruby-randomMATSUMOTO Ryosuke
2013-03-25mruby-sprintf should precede mruby-printmattn
2013-03-24Add mruby-printmattn
2013-03-23Add double-quoteMATSUMOTO Ryosuke
2013-03-23Add mruby-random mrbgem (no activation though)MATSUMOTO Ryosuke
2013-03-23add mruby-eval mrbgem (no activation though)Yukihiro Matz Matsumoto
2013-03-22add mruby-hash-ext mrbgem, and method: Hash#merge!Kouki Ooyatsu
2013-03-19fix commentskandhas
2013-03-19update build_config.rbskandhas
2013-03-15update build_config.rbskandhas
2013-03-10Change default gem path.Yuichiro MASUI
2013-03-08add mrbgems/ext/mruby-numeric, and method: Integer#chrKouki Ooyatsu
2013-03-07add mrbgems/mruby-string-ext, and method: String#getbyteskandhas
2013-03-04Separate Kernel#sprintf support from mruby core. It's moved to mrbgems.Masaki Muranaka
2013-03-01Gemifymattn
2013-02-28mv mrgems/mruby-math to mrbgemsYukihiro Matz Matsumoto
2013-02-28Merge pull request #907 from masuidrive/mgem2mrbgemYukihiro "Matz" Matsumoto
s/mgem/mrbgem/
2013-02-28Pluggable Mathmattn
2013-02-28s/mgem/mrbgem/Yuichiro MASUI
2013-02-26Put mruby-time mgem into the repository.Masaki Muranaka
2013-02-03Generate mrbtest.a file for sparete from driver.oYuichiro MASUI
2013-01-29Correct conf.gem directoryCarson McDonald
2013-01-28load MRUBY_CONFIG script after 'build_config.rb'Yuichiro MASUI
2013-01-26Moved mrbgems examplesYuichiro MASUI
2013-01-24Add flags_after_librariesYuichiro MASUI
2013-01-21Added flags_before_libraries to linkerYuichiro MASUI
2013-01-20Improved build scripts and config filesYuichiro MASUI
2013-01-09Added conf.bins for defining bulding binariesYuichiro MASUI
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