summaryrefslogtreecommitdiffhomepage
path: root/tasks/mruby_build_gem.rake
AgeCommit message (Collapse)Author
2014-06-09Find c++ files in tools/.Masaki Muranaka
Some tools may be written in C++.
2014-05-20Support extension '.cc' in globbing.take_cheeze
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-07Fix C++ files detection for automatic C++ ABI enabling.take_cheeze
2014-03-02Add ssh protocol support for bitbucket.Masaki Muranaka
2014-03-01support c++ exceptiontake_cheeze
2014-01-02fix some warnings emitted by 'ruby -w'cremno
- File.exists? is deprecated since 2.1.0 - tasks/mruby_build_commands.rake:268: ambiguous argument
2013-10-01Fix for caller_dir relative gemsWilliam Light
2013-10-01Implement gembox-relative gemdir pathsWilliam 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-04Added support for custom gem clone directories when using gitRyan Scott
2013-07-15Allow programmers to specify build path manuallyXuejie "Rafael" Xiao
2013-07-04Add --pull_gems option to minirakekyab
2013-05-09fix regexp warning: character class has duplicated rangeNihad Abbasov
2013-05-02Implement :core parameter for conf.gemDaniel Bovensiepen
2013-04-27fix gembox rake tasks to support Ruby 1.8Yukihiro "Matz" Matsumoto
2013-04-27IMPROVE: Move GemBox to more logical source locationDaniel Bovensiepen
2013-04-27Add gembox featureDaniel Bovensiepen
2013-03-23Add bitbucket git support.Masaki Muranaka
2013-03-10Change default gem path.Yuichiro MASUI
2013-03-07fix handling of :branch option of gem.confmasahino
2013-02-07Ignore empty gemmattn
2013-01-21Added "Unknown toolchain/gem" error messageYuichiro MASUI
2013-01-20Improved build scripts and config filesYuichiro MASUI