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
2015-10-03
Merge pull request #2946 from sagmor/test-dependencies
Yukihiro "Matz" Matsumoto
2015-09-25
LinkerConfig is a struct with five params
Terence Lee
2015-09-09
Add test dependencies
Seba Gamboa
2015-09-04
Allow rbfiles in mrblib and test to have subdirs
Zachary Scott
2015-07-27
mrbgem compile should be depend on mrbgem.rake
xuejianqing
2015-06-25
add_dependency doesn't work
mattn
2015-06-22
Load missing dependencies from core or mgem-list.
take_cheeze
2014-09-05
Fix default gem loading in `generate_gem_table`.
take_cheeze
2014-08-20
Fix error handlings for mrb_open_core().
Tatsuhiko Kubo
2014-08-04
don't always generate gem functions
cremno
2014-07-12
Fix rake failure since `mrbtest_objs` isn't flattened.
take_cheeze
2014-07-12
Run mrbgem and core tests on minimum dependencies.
take_cheeze
2014-06-13
remove add_conflicts now; use add_conflict; ref #2390
Yukihiro "Matz" Matsumoto
2014-06-13
Implement `add_conflict`. Usage is similar to `add_dependency`.
take_cheeze
2014-06-12
Implement `add_conflicts`. Solve #2383.
take_cheeze
2014-06-10
Add include_paths in dependency gems.
Masaki Muranaka
2014-06-10
Merge pull request #2377 from monaka/pr-add-dot-s-extension
Yukihiro "Matz" Matsumoto
2014-06-09
Do not export include/ dirs in mrbgems to core build.
Masaki Muranaka
2014-06-09
Add ".s" to source extensions.
Masaki Muranaka
2014-06-04
Add generator script to dependency so that it will regenerate C codes when it...
take_cheeze
2014-06-03
Fix mgem test args passing
Carson McDonald
2014-05-20
Support extension '.cc' in globbing.
take_cheeze
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
2014-04-06
Pass gem's version information to compilers.
Masaki Muranaka
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
[next]