summaryrefslogtreecommitdiffhomepage
path: root/build_config.rb
AgeCommit message (Collapse)Author
2014-11-18Add mruby debugger (mrdb)mimaki
2014-04-20Implement :checksum_hash mrbgem option.Daniel Bovensiepen
This allows to use a mgem with a specific checksum hash. The following modification were necessary to implement this function: - add run_checkout build command to use 'git checkout' - skip shallow copy in case checksum_hash is used - make 'master' the default branch if branch isn't defined
2014-04-09Make bintest enabling like other `enable_xxx` methods.take_cheeze
2014-04-05Add detection of VC++2010 in build_config.rbkyab
2014-03-01revert wrong build_config.rbtake_cheeze
2014-03-01fix compile error of min/max macrotake_cheeze
2014-02-10resolve conflict in travis_config.rbYukihiro "Matz" Matsumoto
2014-01-23add enable_debug to build_config.rbYukihiro "Matz" Matsumoto
2013-11-22Automatically detect toolchain if it is visualcpp, and hence we drop ↵Per Lundberg
vs2010.rake altogether - it’s no longer needed.
2013-11-16add a comment for enable_bintest in build_config.rbfleuria
2013-11-16add regression for #1572fleuria
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