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.rake
Age
Commit message (
Expand
)
Author
2015-04-23
Add task for running and plotting benchmarks
furunkel
2015-02-10
Add more debug flags for GCC based compilers
Kouhei Sutou
2014-09-08
Fix MSVC C++ ABI build. Close #2588.
take_cheeze
2014-06-29
Add method `toolchains` and `primary_toolchain` to `MRuby::Build`.
take_cheeze
2014-06-06
Add bintest for `mrbc`.
take_cheeze
2014-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-04-09
Make bintest enabling like other `enable_xxx` methods.
take_cheeze
2014-04-08
Add MRuby::Build#disable_cxx_exception to force C++ ABI disable.
take_cheeze
2014-03-21
use File#directory? instead of File#exist?; ref c2d8b0
Yukihiro "Matz" Matsumoto
2014-03-21
avoid Dir.exist? that is not available in Ruby1.8
Yukihiro "Matz" Matsumoto
2014-03-17
don't show version '0.0.0' in build summary since it's default version
take_cheeze
2014-03-17
print gem summary in print_build_summary method
take_cheeze
2014-03-05
fix indent.
Tatsuya Matsumoto
2014-03-03
run enabled gem's bintest only
take_cheeze
2014-03-02
use c++ compiler to link when c++ abi is enabled
take_cheeze
2014-03-01
support c++ exception
take_cheeze
2014-02-23
support custom build_dir in CrossBuild
take_cheeze
2014-02-23
make mruby build directory customizable
take_cheeze
2014-02-10
resolve conflict in travis_config.rb
Yukihiro "Matz" Matsumoto
2013-11-26
use mrbc of current build in non cross build
take_cheeze
2013-11-24
add enable_debug method to MRuby::Build and build debug version in travis-ci
take_cheeze
2013-11-16
add conf.enable_bintest and run_bintest
fleuria
2013-08-04
Added support for custom gem clone directories when using git
Ryan Scott
2013-07-15
Allow programmers to specify build path manually
Xuejie "Rafael" Xiao
2013-05-03
Move GemList to MRuby::Gem::List. More logical location
Daniel Bovensiepen
2013-05-03
Use advanced GemList as list for GEMs
Daniel Bovensiepen
2013-04-11
Move mirb and mruby to mrbgems.
Masaki Muranaka
2013-04-07
Add "test runner" support for cross builds.
Masaki Muranaka
2013-03-19
Add gem version to build summary if it exists.
Carson McDonald
2013-03-14
Merge pull request #975 from crimsonwoods/modify_build_script
Yukihiro "Matz" Matsumoto
2013-03-14
bug fix: fix wrong method name.
crimsonwoods
2013-03-14
support 'Cygwin' as build platform.
crimsonwoods
2013-03-07
Add Support to build loadable modules defined in mrbgems.
Masaki Muranaka
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-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-27
Fixed mrbc file ext on host
Yuichiro MASUI
2013-01-24
Let's use more ruby
Davide D'Agostino
2013-01-24
Listing gems vertically
mattn
2013-01-23
Add build summary at the end of a build.
Carson McDonald
2013-01-21
Added "Unknown toolchain/gem" error message
Yuichiro MASUI
2013-01-21
Merge pull request #759 from skandhas/pr-fix-build-on-cygwin
Yukihiro "Matz" Matsumoto
2013-01-21
fix build faild on Cygwin Environment
skandhas
2013-01-21
build_config gets more flexibility
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-08
Added gem :github option
Yuichiro MASUI
[next]