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
/
mruby_build_commands.rake
Age
Commit message (
Collapse
)
Author
2013-05-14
mrbc to take multiple files, preserving debug information if -g given; close ↵
Yukihiro "Matz" Matsumoto
#1243
2013-05-13
Allow mrbc command options to be changed
Carson McDonald
2013-05-09
remove unused variables
Nihad Abbasov
2013-04-07
Add "test runner" support for cross builds.
Masaki Muranaka
"test runner" means target simulator like QEmu, GDB sim, and so on. Also "test runner" might be debug agents for real targets. If you do not setup test_runner, Rake will work same as before.
2013-04-01
revert 79ebdb5 for the time being #1110
Yukihiro "Matz" Matsumoto
2013-03-29
Display the command line when mrbc is kicked in the verbose mode.
Masaki Muranaka
2013-03-14
Merge pull request #975 from crimsonwoods/modify_build_script
Yukihiro "Matz" Matsumoto
Improve Android platform support.
2013-03-14
support 'Cygwin' as build platform.
crimsonwoods
2013-03-08
Fixed #969
Yuichiro MASUI
2013-02-23
Support to build on pwd != mruby source root
Yuichiro MASUI
2013-02-06
Change task rule based on build_dir so main rules don't clobber gem rules.
Carson McDonald
2013-01-30
resolve conflict
Yukihiro Matz Matsumoto
2013-01-28
Change the way that the DISABLE_GEMS flag is set.
Carson McDonald
2013-01-28
load MRUBY_CONFIG script after 'build_config.rb'
Yuichiro MASUI
2013-01-24
resolve conflict
Yukihiro Matz Matsumoto
2013-01-24
Remove noisy build message quotes
Jon
2013-01-24
Add flags_after_libraries
Yuichiro MASUI
2013-01-24
merge master
Yuichiro MASUI
2013-01-23
Remove reverse
mattn
2013-01-23
Refine pretty-print indenting
Jon
2013-01-22
Refine pretty printing
Jon
2013-01-21
Added flags_before_libraries to linker
Yuichiro MASUI
2013-01-21
resolve conflicts
Yukihiro Matz Matsumoto
2013-01-21
Beautify the output of rake
Daniel Bovensiepen
2013-01-21
Reduce line length
Daniel Bovensiepen
2013-01-21
Export build flags to lib/libmruby.flags.mak
Yuichiro MASUI
2013-01-21
build_config gets more flexibility
Yuichiro MASUI
2013-01-20
Improved build scripts and config files
Yuichiro MASUI