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
Age
Commit message (
Expand
)
Author
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-14
fix compile error check of Mrbc command
take_cheeze
2014-03-12
avoid mrb_string_value_cstr() to copy string between mrb_states in tests
Yukihiro "Matz" Matsumoto
2014-03-10
reduce mrb_open calls in mrbgem test
take_cheeze
2014-03-09
Add comments to notify files are auto generated.
Masaki Muranaka
2014-03-05
visualcpp toolchain: change compiler/linker flags
cremno
2014-03-05
Change the position of -L option from MRUBY_LIBS to MRUBY_LDFLAGS
MATSUMOTO Ryosuke
2014-03-05
Merge pull request #1805 from take-cheeze/existing_include
Yukihiro "Matz" Matsumoto
2014-03-05
add existing include/ directory only
take_cheeze
2014-03-05
Fix #1803
mattn
2014-03-05
fix indent.
Tatsuya Matsumoto
2014-03-03
run enabled gem's bintest only
take_cheeze
2014-03-02
Add ssh protocol support for bitbucket.
Masaki Muranaka
2014-03-02
use shallow clone in git gem
take_cheeze
2014-03-02
use c++ compiler to link when c++ abi is enabled
take_cheeze
2014-03-02
allow command like "ccache gcc"
take_cheeze
2014-03-01
support c++ exception
take_cheeze
2014-02-27
Merge pull request #1753 from take-cheeze/assert_rb
Yukihiro "Matz" Matsumoto
2014-02-26
compile assert.rb once
take_cheeze
2014-02-26
Merge pull request #1747 from cubicdaiya/issues/use_mrb_intern_lit
Yukihiro "Matz" Matsumoto
2014-02-26
use mrb_intern_lit instead of mrb_intern_cstr for C string literals
cubicdaiya
2014-02-25
specialize C++ compiler in clang toolchain
take_cheeze
2014-02-25
Merge pull request #1732 from cho45/depend-build-config
Yukihiro "Matz" Matsumoto
2014-02-24
Always include build_config.rb to compile dependency.
cho45
2014-02-24
remove -Werror=declaration-after-statement
bggd
2014-02-24
Merge pull request #1727 from bggd/patch-2
Yukihiro "Matz" Matsumoto
2014-02-23
support custom build_dir in CrossBuild
take_cheeze
2014-02-23
make mruby build directory customizable
take_cheeze
2014-02-23
Add warning for C89-style variable declarations
bggd
2014-02-10
resolve conflict in travis_config.rb
Yukihiro "Matz" Matsumoto
2014-01-07
remove superfluous includes
cremno
2014-01-05
Merge pull request #1643 from take-cheeze/remove_unnecessary_depedency
Yukihiro "Matz" Matsumoto
2014-01-02
fix some warnings emitted by 'ruby -w'
cremno
2013-12-27
remove unnecessary depedency in test build
take_cheeze
2013-11-26
use mrbc of current build in non cross build
take_cheeze
2013-11-25
add CFLAGS as a fallback from CXXFLAGS; ref #1594
Yukihiro "Matz" Matsumoto
2013-11-25
Merge branch 'modify_toolchains_gcc' of https://github.com/crimsonwoods/mruby...
Yukihiro "Matz" Matsumoto
2013-11-24
add enable_debug method to MRuby::Build and build debug version in travis-ci
take_cheeze
2013-11-23
Modify referenced environment variables.
crimsonwoods
2013-11-23
Modify build script for gcc.
crimsonwoods
2013-11-22
Automatically detect toolchain if it is visualcpp, and hence we drop vs2010.r...
Per Lundberg
2013-11-18
GCC: add -std=gnu99 to CFLAGS
cremno
2013-11-16
add conf.enable_bintest and run_bintest
fleuria
2013-10-01
Fix for caller_dir relative gems
William Light
2013-10-01
Implement gembox-relative gemdir paths
William Light
2013-09-23
eliminate use of traditional intern API (mrb_intern()) completely
Yuichi Nishiwaki
2013-08-26
Merge pull request #1490 from take-cheeze/cxx_extension
Yukihiro "Matz" Matsumoto
2013-08-26
support file extension .cpp/.cxx in mrbgem and tool
take_cheeze
2013-08-19
add x86_64-darwin host platform.
taku toyama
[next]