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
/
tools
/
mrbc
Age
Commit message (
Expand
)
Author
2013-03-07
mrbc: exit if outfile is specified multiple times
Cremno
2013-02-23
Support to build on pwd != mruby source root
Yuichiro MASUI
2013-01-29
Removed mrbc -C option what's C function dump. and TAB to space
Yuichiro MASUI
2013-01-22
Added finalizer of mrbgems
Yuichiro MASUI
2013-01-21
build_config gets more flexibility
Yuichiro MASUI
2013-01-20
Improved build scripts and config files
Yuichiro MASUI
2013-01-11
Removed gem libraries in mrbc
Yuichiro MASUI
2013-01-09
Added conf.bins for defining bulding binaries
Yuichiro MASUI
2013-01-05
Fix mrbgem options 689#issuecomment-11911431
MATSUMOTO Ryosuke
2013-01-05
Add mruby_ldflags when tools/mruby and tools/mrbc link archive files
MATSUMOTO Ryosuke
2013-01-03
Rebuild CRuby based building script without Makefile
Yuichiro MASUI
2012-12-09
Added LDFLAGS to Makefiles
Yuichiro MASUI
2012-12-08
Use only DISABLE_GEMS for feature request in include/mrbconf.h
Daniel Bovensiepen
2012-11-22
Deactivate / Activate GEMs Flag introduced into mrbc
Daniel Bovensiepen
2012-11-01
Merge remote-tracking branch 'upstream/master' into mrbgems
Daniel Bovensiepen
2012-10-23
prevent resource leak (outfile)
Yukihiro Matsumoto
2012-10-16
"mrbc -" should take input from stdin; close #489
Yukihiro Matsumoto
2012-09-13
make mrbc aware of the gem init
Daniel Bovensiepen
2012-09-10
Fix writing errors in Makefiles
Daniel Bovensiepen
2012-09-05
Fix not to use memset() in structure inizialization.
Masaki Muranaka
2012-08-26
Set filename in mrbc.c.
Masamitsu MURASE
2012-07-29
Added mrbc support output to stdout
Yuichiro MASUI
2012-07-14
mrbc: better cleanup before exit
Yukihiro Matsumoto
2012-07-14
mrb_load_xxx to return undef + mrb_undef_p
Yukihiro Matsumoto
2012-07-13
simpify mruby/mrbc using context
Yukihiro Matsumoto
2012-07-13
add missing (empty) default for swtch; close #364
Yukihiro Matsumoto
2012-07-03
use new function mrb_parser_free()
Yukihiro Matsumoto
2012-07-03
add context to parser, that would hold local variable info, filename, and lin...
Yukihiro Matsumoto
2012-06-18
Make CFLAG choices in Makefiles more flexible
Daniel Bovensiepen
2012-06-03
Check mrb_open return value for NULL
Jon
2012-05-27
Simplify CMake mruby object library
Jon
2012-05-27
Remove unnecessary mrb_init_ext definition
Jon
2012-05-23
Clean and DRY up the basic Makefiles
Jon
2012-05-22
Merge pull request #180 from mitchblank/master
Yukihiro "Matz" Matsumoto
2012-05-22
Add native and cross compiling CMake build support
Jon
2012-05-22
First cmake build system. Works on Linux.
Beoran
2012-05-22
change example code to do mrb_close()
Mitchell Blank Jr
2012-05-18
terminate programs after showing version/copyright
Yukihiro Matsumoto
2012-05-18
rename ruby_show_version to mrb_show_version
Yukihiro Matsumoto
2012-05-18
revise version description
Yukihiro Matsumoto
2012-05-18
move compile.h to mruby/compile.h
Yukihiro Matsumoto
2012-05-18
new API for parser
Yukihiro Matsumoto
2012-05-17
compile error should contain line number
Yukihiro Matsumoto
2012-05-17
avoid updating existing libmruby.a to avoid problems on low time resolution f...
Yukihiro Matsumoto
2012-05-15
Makefile: remove echo action from all target
Yukihiro Matsumoto
2012-05-08
include string.h instead of memory.h; close #108
Yukihiro Matsumoto
2012-05-03
library file name renamed to libmruby.a on all platforms
Yukihiro Matsumoto
2012-05-02
rename ritevm.a to mruby.a
Yukihiro Matsumoto
2012-04-30
build process restructured
Yukihiro Matsumoto
2012-04-30
add -O3 to CFLAGS by default
Yukihiro Matsumoto
[next]