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
2021-01-31
Change `.o.d` back to `.d` because `.pi.d` is no longer created
KOBAYASHI Shuji
2021-01-28
Refine `preprocess_options`; ref d95ffb036
KOBAYASHI Shuji
2020-12-13
Improve source scanning for presym
KOBAYASHI Shuji
2020-11-21
Remove `-Wdeclaration-after-statement` from gcc options; #5159
Yukihiro "Matz" Matsumoto
2020-11-21
Improve determining C++ compiler in `tasks/toolchains/gcc.rake`
KOBAYASHI Shuji
2020-11-14
Remove redundant command execution in `header_search_paths`
KOBAYASHI Shuji
2020-04-01
build when directories and files have spaces
Dominic Sisneros
2019-12-23
Use GNU extension in C++ for cygwin
take-cheeze
2019-09-13
Fix warnings for invalid C++ option with `enable_cxx_abi`; ref #3618, #4703
KOBAYASHI Shuji
2019-09-12
Refine `tasks/toolchains/(gcc|clang).rake`
KOBAYASHI Shuji
2019-03-06
Refer also CXX and CC env vars as linker command in gcc and clang toolchain
KOBAYASHI Shuji
2019-02-23
Remove explicit set of `DISABLE_GEMS`
KOBAYASHI Shuji
2018-12-22
Append cflags for undefined macro
dearblue
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