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
/
build_config.rb
Age
Commit message (
Collapse
)
Author
2013-11-22
Automatically detect toolchain if it is visualcpp, and hence we drop ↵
Per Lundberg
vs2010.rake altogether - it’s no longer needed.
2013-07-31
remove unnecessary spaces
Yukihiro "Matz" Matsumoto
2013-05-14
mrbc to take multiple files, preserving debug information if -g given; close ↵
Yukihiro "Matz" Matsumoto
#1243
2013-05-13
Add example of modifying mrbc options to add debug info
Carson McDonald
2013-04-27
FIX: Default build should use default GEMs and not all Core GEMs
Daniel Bovensiepen
2013-04-27
Use gembox for default build
Daniel Bovensiepen
2013-04-21
Add Symbol#to_proc, Symbol.all_symbols
h2so5
2013-04-17
Add mruby-proc-ext
h2so5
2013-04-14
Add mruby-range-ext
h2so5
2013-04-11
rename mruby,mirb gems to mruby-bin-{mruby,mirb}
Yukihiro "Matz" Matsumoto
2013-04-11
Move mirb and mruby to mrbgems.
Masaki Muranaka
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-03-27
Activated mruby-random
MATSUMOTO Ryosuke
2013-03-25
mruby-sprintf should precede mruby-print
mattn
2013-03-24
Add mruby-print
mattn
2013-03-23
Add double-quote
MATSUMOTO Ryosuke
2013-03-23
Add mruby-random mrbgem (no activation though)
MATSUMOTO Ryosuke
2013-03-23
add mruby-eval mrbgem (no activation though)
Yukihiro Matz Matsumoto
2013-03-22
add mruby-hash-ext mrbgem, and method: Hash#merge!
Kouki Ooyatsu
2013-03-19
fix comment
skandhas
2013-03-19
update build_config.rb
skandhas
2013-03-15
update build_config.rb
skandhas
2013-03-10
Change default gem path.
Yuichiro MASUI
2013-03-08
add mrbgems/ext/mruby-numeric, and method: Integer#chr
Kouki Ooyatsu
2013-03-07
add mrbgems/mruby-string-ext, and method: String#getbyte
skandhas
2013-03-04
Separate Kernel#sprintf support from mruby core. It's moved to mrbgems.
Masaki Muranaka
2013-03-01
Gemify
mattn
2013-02-28
mv mrgems/mruby-math to mrbgems
Yukihiro Matz Matsumoto
2013-02-28
Merge pull request #907 from masuidrive/mgem2mrbgem
Yukihiro "Matz" Matsumoto
s/mgem/mrbgem/
2013-02-28
Pluggable Math
mattn
2013-02-28
s/mgem/mrbgem/
Yuichiro MASUI
2013-02-26
Put mruby-time mgem into the repository.
Masaki Muranaka
2013-02-03
Generate mrbtest.a file for sparete from driver.o
Yuichiro MASUI
2013-01-29
Correct conf.gem directory
Carson McDonald
2013-01-28
load MRUBY_CONFIG script after 'build_config.rb'
Yuichiro MASUI
2013-01-26
Moved mrbgems examples
Yuichiro MASUI
2013-01-24
Add flags_after_libraries
Yuichiro MASUI
2013-01-21
Added flags_before_libraries to linker
Yuichiro MASUI
2013-01-20
Improved build scripts and config files
Yuichiro MASUI
2013-01-09
Added conf.bins for defining bulding binaries
Yuichiro MASUI
2013-01-03
Rebuild CRuby based building script without Makefile
Yuichiro MASUI
Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb