| Age | Commit message (Collapse) | Author |
|
|
|
use readline if it's enabled.
|
|
|
|
replace all slash to backslash in `cd /path/to/folder` for windows.
|
|
|
|
Add Module#remove_class_variable for mruby.
|
|
|
|
|
|
Support GEM_LIBS_LIST in Makefile4gem
|
|
|
|
Add Module#class_variable_defined? for mruby
|
|
|
|
|
|
|
|
Support MakefileGemList for MRUBY_CFLAGS and MRUBY_LDFLAGS
|
|
Added MRUBY_LIBS to mrbgems Makefile
|
|
mruby should be throw a NameError, if class variable is not exist.
|
|
Other apps using mruby like mod_mruby easy to link mrbgems dynamically by MakefileGemList
|
|
|
|
|
|
Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgems
|
|
|
|
Add Module#class_variable_set for mruby
|
|
|
|
|
|
|
|
|
|
|
|
[cmake] Add -DDISABLE_GEMS to compile options.
|
|
|
|
|
|
Prettify Rakefile
|
|
Allow COMPILE_MODE to be changed from ENV
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add Module#class_variable_get for mruby
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add 'default' task if not specified.
|
|
|
|
possible to specify ENABLE_GEMS=true.
|
|
|