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
/
toolchains
/
gcc.rake
Age
Commit message (
Expand
)
Author
2018-09-07
Clear terminated space
dearblue
2017-12-11
Add `enable_sanitizer` method for clang and gcc.
Yukihiro "Matz" Matsumoto
2017-02-28
Compile C files by C compiler when C++ files mixed.
Yukihiro "Matz" Matsumoto
2016-11-24
Fixed language standard mode for GCC (cannot use gnu99 with C++, c++03 used i...
Tomasz Dąbrowski
2016-11-24
Fix for compiling mruby as C++ on Visual Studio toolchain
Tomasz Dąbrowski
2016-01-13
Fix build error in ruby 1.8.
asatou
2015-04-18
Enable -Wwrite-strings by default for GCC
Kouhei Sutou
2014-06-08
Remove redundant substitutions.
Masaki Muranaka
2014-05-01
Remove use of define_singleton_method.
take_cheeze
2014-05-01
Implement header search for gcc and clang.
take_cheeze
2014-02-24
remove -Werror=declaration-after-statement
bggd
2014-02-23
Add warning for C89-style variable declarations
bggd
2013-11-25
add CFLAGS as a fallback from CXXFLAGS; ref #1594
Yukihiro "Matz" Matsumoto
2013-11-23
Modify referenced environment variables.
crimsonwoods
2013-11-23
Modify build script for gcc.
crimsonwoods
2013-11-18
GCC: add -std=gnu99 to CFLAGS
cremno
2013-02-23
Support to build on pwd != mruby source root
Yuichiro MASUI
2013-01-28
load MRUBY_CONFIG script after 'build_config.rb'
Yuichiro MASUI
2013-01-24
Add flags_after_libraries
Yuichiro MASUI
2013-01-24
merge master
Yuichiro MASUI
2013-01-22
Add C++/Objective-C init in toolchains
Yuichiro MASUI
2013-01-21
Added flags_before_libraries to linker
Yuichiro MASUI
2013-01-20
Improved build scripts and config files
Yuichiro MASUI