| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is the first step of implementing 'ldflags'.
|
|
|
|
|
|
|
|
architecture.
|
|
|
|
'armeabi' architecture.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add gem test dependencies
|
|
|
|
|
|
|
|
This allows us to add `enable_test` anywhere in a build target,
without having to worry about the order in which they are included.
Previously, there was a bug that occured when adding 'mruby-test' gem
to dependencies before additional gems.
Instead of adding the 'mruby-test' gem dependency manually to a test build,
we now only need to call `enable_test` in the target. This also allows us to
call `test_enabled?` downstream when running mruby tests ourselves.
/cc #2924
|
|
Removed old mrbgems_test.rake which was merged into mrbgem spec
|
|
|
|
mrbgem compile should be depend on mrbgem.rake
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add —-recursive option to automatically update submodules from git mgems
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/mruby/mgem-list ).
|
|
Compiler codes is moved to "mruby-compiler".
Executable `mrbc` is moved to "mruby-bin-mrbc".
|
|
|
|
|
|
|
|
|