| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-23 | Implement default gem info to use when there is no depending gem is defined. | take_cheeze | |
| 2014-04-07 | Fix C++ files detection for automatic C++ ABI enabling. | take_cheeze | |
| 2014-04-06 | Merge pull request #2019 from monaka/pr-add-macro-for-mrbgem-version | Yukihiro "Matz" Matsumoto | |
| Pass gem's version information to compilers. | |||
| 2014-04-06 | Pass gem's version information to compilers. | Masaki Muranaka | |
| 2014-04-04 | Refactor MRuby::Gem::List#check. | take_cheeze | |
| * Create mrbgem table before dependencies check. * Topoligical sort gem list. * Check circular mrbgem dependency. | |||
| 2014-03-21 | use File#directory? instead of File#exist?; ref c2d8b0 | Yukihiro "Matz" Matsumoto | |
| 2014-03-21 | avoid Dir.exist? that is not available in Ruby1.8 | Yukihiro "Matz" Matsumoto | |
| 2014-03-10 | reduce mrb_open calls in mrbgem test | take_cheeze | |
| 2014-03-05 | add existing include/ directory only | take_cheeze | |
| 2014-03-01 | support c++ exception | take_cheeze | |
| 2014-02-26 | compile assert.rb once | take_cheeze | |
| 2014-01-07 | remove superfluous includes | cremno | |
| - reduce compile time by a little bit (full-core: ~0.7s for me) - thanks to 'include-what-you-use' for some help - include Standard C header files before any other (coding style) | |||
| 2013-10-01 | Implement gembox-relative gemdir paths | William Light | |
| In the case where a relative path is specified to a gembox from build_config.rb, it was previously tricky to specify relative gem paths from inside that gembox. For example, consider a project in which mruby is checked out as a submodule in the project root: +- project_root | +- mruby/ | | | +- build_config.rb | | | +- ... | +- my_gembox/ | +- my_gembox.gembox | +- my_gem/ | +- mrbgem.rake | +- ... If build_config.rb refers to my_gembox with a relative path, it's difficult for my_gembox to then refer to my_gem. With this proposed change, my_gembox.gembox can look like this: MRuby::GemBox.new do |conf| conf.gem "my_gem" end | |||
| 2013-08-26 | Merge pull request #1490 from take-cheeze/cxx_extension | Yukihiro "Matz" Matsumoto | |
| support file extension .cpp/.cxx in mrbgem and tool | |||
| 2013-08-26 | support file extension .cpp/.cxx in mrbgem and tool | take_cheeze | |
| 2013-07-20 | Fail if dependency isn't found | Carson McDonald | |
| 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-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 | 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 | 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-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-06 | use EXIT_SUCCESS and EXIT_FAILURE for exit status; close #1142 | 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-07 | Apply @masuidrive's review point. @bins should be Array. | Masaki Muranaka | |
| 2013-03-07 | Add Support to build loadable modules defined in mrbgems. | Masaki Muranaka | |
| 2013-03-05 | Add accessor: version, description, summary, homepage. | Masaki Muranaka | |
| 2013-02-03 | Generate mrbtest.a file for sparete from driver.o | Yuichiro MASUI | |
| 2013-01-29 | Add ability to pass parameters from mrbgem.rake spec into test scripts. | Carson McDonald | |
| 2013-01-30 | resolve conflict | Yukihiro Matz Matsumoto | |
| 2013-01-28 | Change the way that the DISABLE_GEMS flag is set. | Carson McDonald | |
| 2013-01-28 | load MRUBY_CONFIG script after 'build_config.rb' | Yuichiro MASUI | |
| 2013-01-24 | Add flags_after_libraries | Yuichiro MASUI | |
| 2013-01-24 | merge master | Yuichiro MASUI | |
| 2013-01-22 | Added finalizer of mrbgems | Yuichiro MASUI | |
| 2013-01-21 | Added flags_before_libraries to linker | Yuichiro MASUI | |
| 2013-01-21 | resolve conflicts | Yukihiro Matz Matsumoto | |
| 2013-01-21 | Reduce line length | Daniel Bovensiepen | |
| 2013-01-21 | Export build flags to lib/libmruby.flags.mak | Yuichiro MASUI | |
| 2013-01-21 | build_config gets more flexibility | Yuichiro MASUI | |
