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
/
Rakefile
Age
Commit message (
Expand
)
Author
2013-04-11
Move mirb and mruby to mrbgems.
Masaki Muranaka
2013-04-11
Move apps in gems to #{MRUBY_ROOT}/bin/ when apps is built for "host".
Masaki Muranaka
2013-04-11
Use not tool/ but tools/. This is for naming consistency.
Masaki Muranaka
2013-04-11
Cosmetic changes.
Masaki Muranaka
2013-03-14
Merge pull request #975 from crimsonwoods/modify_build_script
Yukihiro "Matz" Matsumoto
2013-03-14
support 'Cygwin' as build platform.
crimsonwoods
2013-03-10
Change default gem path.
Yuichiro MASUI
2013-03-07
Add Support to build loadable modules defined in mrbgems.
Masaki Muranaka
2013-03-02
remove installing executable first to avoid text-file-busy when investigating...
Yukihiro Matz Matsumoto
2013-02-28
Rake respects verbose flag also for test and clean target
Daniel Bovensiepen
2013-02-23
Support to build on pwd != mruby source root
Yuichiro MASUI
2013-02-03
Generate mrbtest.a file for sparete from driver.o
Yuichiro MASUI
2013-01-28
load MRUBY_CONFIG script after 'build_config.rb'
Yuichiro MASUI
2013-01-28
remove bin/command first to avoid text file busy
Yukihiro Matz Matsumoto
2013-01-23
Add build summary at the end of a build.
Carson McDonald
2013-01-20
Improved build scripts and config files
Yuichiro MASUI
2013-01-11
build gems if build_config.rb is modified.
mattn
2013-01-09
Make conf.bins work for cross compiled deps as well as the host.
Carson McDonald
2013-01-09
Added conf.bins for defining bulding binaries
Yuichiro MASUI
2013-01-07
Run mrbgems test run on isolate mrb_state each rb file.
Yuichiro MASUI
2013-01-03
Rebuild CRuby based building script without Makefile
Yuichiro MASUI
2012-12-22
Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgems
Yuichiro MASUI
2012-12-20
Merge pull request #660 from DAddYE/patch-2
Yukihiro "Matz" Matsumoto
2012-12-20
Reuse code for paths
Davide D'Agostino
2012-12-20
Allow ACTIVE_GEMS to be changed from ENV
Davide D'Agostino
2012-12-20
Prettify Rakefile
Davide D'Agostino
2012-12-20
Allow COMPILE_MODE to be changed from ENV
Davide D'Agostino
2012-12-20
possible to specify ENABLE_GEMS=true.
mattn
2012-12-18
Derive DISABLE_GEMS macro according to build configuration
Xuejie Xiao
2012-12-19
add AR, YACC flags.
Akira Yumiyama
2012-12-18
Rakefile: LIBS default to -lm
Yukihiro Matz Matsumoto
2012-12-18
fix build: add LIBS flag. and fix quoted arguments on windows.
mattn
2012-12-18
Rakefile to honor CFLAGS env by default
Yukihiro Matz Matsumoto
2012-12-18
Rakefile should honor CFLAGS environment variable in debug mode
Yukihiro Matz Matsumoto
2012-12-17
Moved some building script from GNU make to Ruby script
Yuichiro MASUI
2012-12-16
Moved some building script from GNU make to Ruby script
Yuichiro MASUI