| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-08 | Fix the androideabi toolchain not matching host | Robert Rowe | |
| The included method of determining the host platform in the androideabi would not match to windows if RUBY_PLATFORM returned mingw, wince, or emx. As an added pre-caution, using a case statement with regexp matching will better determine the host platform since it won't be case sensitive and for windows is set to match more specifially than just "win". | |||
| 2013-07-04 | Add --pull_gems option to minirake | kyab | |
| 2013-06-15 | Remove extra separator in compile command | kyab | |
| 2013-05-26 | mruby error messages should be directed to stderr | 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 | Allow mrbc command options to be changed | Carson McDonald | |
| 2013-05-13 | show a backtrace when when an error occurs on gem load; close #1243 | Yukihiro "Matz" Matsumoto | |
| 2013-05-11 | Change alghorithm to algorithm | Carson McDonald | |
| 2013-05-09 | Merge pull request #1242 from schmurfy/gem_version | Yukihiro "Matz" Matsumoto | |
| consider gem version to be 0.0.0 unless specified | |||
| 2013-05-09 | Merge pull request #1245 from NARKOZ/fix-warnings | Yukihiro "Matz" Matsumoto | |
| remove unused variables | |||
| 2013-05-09 | remove unused variables | Nihad Abbasov | |
| 2013-05-09 | fix regexp warning: character class has duplicated range | Nihad Abbasov | |
| 2013-05-09 | consider empty version requirements as >= 0.0.0 | Julien Ammous | |
| 2013-05-09 | consider gem version to be 0.0.0 unless specified | Julien Ammous | |
| 2013-05-09 | Todo is actually already finished :-) | Daniel Bovensiepen | |
| 2013-05-09 | Implement GEM dependency check | Daniel Bovensiepen | |
| 2013-05-04 | Merge branch 'bovi-gem-duplication' | Yukihiro "Matz" Matsumoto | |
| 2013-05-04 | remove explicit check to honor duck typing | Yukihiro "Matz" Matsumoto | |
| 2013-05-04 | avoid subclassing Array not to inherit too much methods | Yukihiro "Matz" Matsumoto | |
| 2013-05-03 | Move GemList to MRuby::Gem::List. More logical location | Daniel Bovensiepen | |
| 2013-05-03 | Use advanced GemList as list for GEMs | Daniel Bovensiepen | |
| 2013-05-03 | Implement GemList which can identify GEM duplicates | Daniel Bovensiepen | |
| 2013-05-03 | sort mrbgem's mrblib/*.rb files | Akira Yumiyama | |
| - https://github.com/mruby/mruby/commit/5de9a8cc50052db105ea8ba06d64b95cb1b57db1 | |||
| 2013-05-02 | Improve Gem::Specification for support of dependencies and requirements | Daniel Bovensiepen | |
| 2013-05-02 | Implement :core parameter for conf.gem | Daniel Bovensiepen | |
| 2013-04-27 | fix gembox rake tasks to support Ruby 1.8 | Yukihiro "Matz" Matsumoto | |
| 2013-04-27 | IMPROVE: Move GemBox to more logical source location | Daniel Bovensiepen | |
| 2013-04-27 | Add gembox feature | Daniel Bovensiepen | |
| 2013-04-23 | Pass verbose flag to each gem test | Xuejie "Rafael" Xiao | |
| 2013-04-20 | put spaces after if/while | Yukihiro "Matz" Matsumoto | |
| 2013-04-13 | Add vs2010.rake | h2so5 | |
| 2013-04-11 | Move mirb and mruby to mrbgems. | Masaki Muranaka | |
| 2013-04-08 | Merge pull request #1150 from monaka/pr-add-test-runner-support | Yukihiro "Matz" Matsumoto | |
| Add "test runner" support for cross builds. | |||
| 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-04-06 | Merge pull request #1116 from kurodash/pr-exclude-legal-from-archive | Yukihiro "Matz" Matsumoto | |
| Modified build dependency to exclude 'LEGAL' from libmruby archive. | |||
| 2013-04-06 | use EXIT_SUCCESS and EXIT_FAILURE for exit status; close #1142 | Yukihiro "Matz" Matsumoto | |
| 2013-04-05 | Improve CRuby rake compatible | Yuichiro MASUI | |
| 2013-04-01 | revert 79ebdb5 for the time being #1110 | Yukihiro "Matz" Matsumoto | |
| 2013-03-30 | Modified build dependency to exclude 'LEGAL' from libmruby archive. | kurodash | |
| 2013-03-29 | Fixed testrb load path | Yuichiro MASUI | |
| 2013-03-29 | Display the command line when mrbc is kicked in the verbose mode. | Masaki Muranaka | |
| 2013-03-28 | LEGAL file generator for binaries | Daniel Bovensiepen | |
| 2013-03-23 | Add bitbucket git support. | Masaki Muranaka | |
| 2013-03-19 | Add gem version to build summary if it exists. | Carson McDonald | |
| 2013-03-17 | resolve conflict from #1017 | Yukihiro Matz Matsumoto | |
| 2013-03-16 | Remove stdlib.h from mruby.h. It is for portability (care for freestanding ↵ | Masaki Muranaka | |
| environments). This is a first step. It will be reduced stdlib.h in each files later. | |||
| 2013-03-16 | Remove string.h in khash.h | Masaki Muranaka | |
| 2013-03-14 | Merge pull request #975 from crimsonwoods/modify_build_script | Yukihiro "Matz" Matsumoto | |
| Improve Android platform support. | |||
| 2013-03-14 | bug fix: fix wrong method name. | crimsonwoods | |
| 2013-03-14 | support 'Cygwin' as build platform. | crimsonwoods | |
