| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-20 | Implement :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-09 | Make bintest enabling like other `enable_xxx` methods. | take_cheeze | |
| 2014-04-05 | Add detection of VC++2010 in build_config.rb | kyab | |
| 2014-03-01 | revert wrong build_config.rb | take_cheeze | |
| 2014-03-01 | fix compile error of min/max macro | take_cheeze | |
| 2014-02-10 | resolve conflict in travis_config.rb | Yukihiro "Matz" Matsumoto | |
| 2014-01-23 | add enable_debug to build_config.rb | Yukihiro "Matz" Matsumoto | |
| 2013-11-22 | Automatically detect toolchain if it is visualcpp, and hence we drop ↵ | Per Lundberg | |
| vs2010.rake altogether - it’s no longer needed. | |||
| 2013-11-16 | add a comment for enable_bintest in build_config.rb | fleuria | |
| 2013-11-16 | add regression for #1572 | fleuria | |
| 2013-07-31 | remove unnecessary spaces | Yukihiro "Matz" Matsumoto | |
| 2013-05-14 | mrbc to take multiple files, preserving debug information if -g given; close ↵ | Yukihiro "Matz" Matsumoto | |
| #1243 | |||
| 2013-05-13 | Add example of modifying mrbc options to add debug info | Carson McDonald | |
| 2013-04-27 | FIX: Default build should use default GEMs and not all Core GEMs | Daniel Bovensiepen | |
| 2013-04-27 | Use gembox for default build | Daniel Bovensiepen | |
| 2013-04-21 | Add Symbol#to_proc, Symbol.all_symbols | h2so5 | |
| 2013-04-17 | Add mruby-proc-ext | h2so5 | |
| 2013-04-14 | Add mruby-range-ext | h2so5 | |
| 2013-04-11 | rename mruby,mirb gems to mruby-bin-{mruby,mirb} | Yukihiro "Matz" Matsumoto | |
| 2013-04-11 | Move mirb and mruby to mrbgems. | Masaki Muranaka | |
| 2013-04-07 | Add "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-27 | Activated mruby-random | MATSUMOTO Ryosuke | |
| 2013-03-25 | mruby-sprintf should precede mruby-print | mattn | |
| 2013-03-24 | Add mruby-print | mattn | |
| 2013-03-23 | Add double-quote | MATSUMOTO Ryosuke | |
| 2013-03-23 | Add mruby-random mrbgem (no activation though) | MATSUMOTO Ryosuke | |
| 2013-03-23 | add mruby-eval mrbgem (no activation though) | Yukihiro Matz Matsumoto | |
| 2013-03-22 | add mruby-hash-ext mrbgem, and method: Hash#merge! | Kouki Ooyatsu | |
| 2013-03-19 | fix comment | skandhas | |
| 2013-03-19 | update build_config.rb | skandhas | |
| 2013-03-15 | update build_config.rb | skandhas | |
| 2013-03-10 | Change default gem path. | Yuichiro MASUI | |
| 2013-03-08 | add mrbgems/ext/mruby-numeric, and method: Integer#chr | Kouki Ooyatsu | |
| 2013-03-07 | add mrbgems/mruby-string-ext, and method: String#getbyte | skandhas | |
| 2013-03-04 | Separate Kernel#sprintf support from mruby core. It's moved to mrbgems. | Masaki Muranaka | |
| 2013-03-01 | Gemify | mattn | |
| 2013-02-28 | mv mrgems/mruby-math to mrbgems | Yukihiro Matz Matsumoto | |
| 2013-02-28 | Merge pull request #907 from masuidrive/mgem2mrbgem | Yukihiro "Matz" Matsumoto | |
| s/mgem/mrbgem/ | |||
| 2013-02-28 | Pluggable Math | mattn | |
| 2013-02-28 | s/mgem/mrbgem/ | Yuichiro MASUI | |
| 2013-02-26 | Put mruby-time mgem into the repository. | Masaki Muranaka | |
| 2013-02-03 | Generate mrbtest.a file for sparete from driver.o | Yuichiro MASUI | |
| 2013-01-29 | Correct conf.gem directory | Carson McDonald | |
| 2013-01-28 | load MRUBY_CONFIG script after 'build_config.rb' | Yuichiro MASUI | |
| 2013-01-26 | Moved mrbgems examples | Yuichiro MASUI | |
| 2013-01-24 | Add flags_after_libraries | Yuichiro MASUI | |
| 2013-01-21 | Added flags_before_libraries to linker | Yuichiro MASUI | |
| 2013-01-20 | Improved build scripts and config files | Yuichiro MASUI | |
| 2013-01-09 | Added conf.bins for defining bulding binaries | Yuichiro MASUI | |
| 2013-01-03 | Rebuild CRuby based building script without Makefile | Yuichiro MASUI | |
| Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb | |||
