index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tasks
/
mrbgem_spec.rake
Age
Commit message (
Expand
)
Author
2014-04-04
Refactor MRuby::Gem::List#check.
take_cheeze
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
2013-10-01
Implement gembox-relative gemdir paths
William Light
2013-08-26
Merge pull request #1490 from take-cheeze/cxx_extension
Yukihiro "Matz" Matsumoto
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
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 en...
Masaki Muranaka
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
2013-01-20
Improved build scripts and config files
Yuichiro MASUI