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
2017-02-13
Separate compilers setup from config setup
palkan
2017-01-09
Put package's libs flag after %{objs}
Sorah Fukumori
2017-01-05
Removed ununnecessary escape character '\' for MRUBY_XXX in libmruby.flags.mak
Jun Takeda
2016-12-11
Support pkg-config in mrbgem.rake
Kouhei Sutou
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-11-24
Different method of compiling C as C++ (-x c++)
Tomasz Dąbrowski
2016-10-08
Removed GCC TODO
Felix Jones
2016-10-08
Android GCC support re-added
Felix Jones
2016-10-08
Fixed mips and mips64: GCC Toolchain now points to GCC.
Felix Jones
2016-10-07
Android task: NDK default search paths now favour ndk-bundle. Added macOS NDK...
Felix Jones
2016-09-28
Removed trailing spaces
Nobuyoshi Nakada
2016-09-15
Fixed regex order falling early in arch cases, causing x86_64 and arm-v7a to ...
Felix Jones
2016-09-15
Re-written android.rake task for latest Android NDK clang. Currently loses su...
Felix Jones
2016-09-02
In mrbgem_spec.rake, added support for @mrblib_dir @objs_dir, so that a gem c...
Paolo Bosetti
2016-04-16
Avoid Syntax Error on CRuby v1.8
ksss
2016-03-22
deprecate Visual Studio 2010 and 2012
cremno
2016-03-22
remove unnecessary array/each
cremno
2016-03-13
Reduce compiler include_paths
wanabe
2016-02-11
Add toolchain support for OpenWRT
Daniel Bovensiepen
2016-01-13
Fix build error in ruby 1.8.
asatou
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-11-16
This patch changes git gem behavior to never pull gems unless specified.
Zachary Scott
2015-10-15
Merge branch 'fix_androidndk_rake' of https://github.com/crimsonwoods/mruby i...
Yukihiro "Matz" Matsumoto
2015-10-12
Rename androidndk tolchain to just android
Seba Gamboa
2015-10-13
delete tasks/toolchains/androideabi.rake; ref #2983 #2988
Yukihiro "Matz" Matsumoto
2015-10-12
Fix issue: LDFLAGS is not applied correctly.
crimsonwoods
2015-10-11
Accoding to the implementation of 'cflags', '-no-canonical-prefixes' is isola...
crimsonwoods
2015-10-11
Remove unnecessary cases.
crimsonwoods
2015-10-11
Integrate common flag '-no-canonical-prefixes'.
crimsonwoods
2015-10-11
Integrate common flag.
crimsonwoods
2015-10-11
Implement 'ldflags' for 'x86' architecture.
crimsonwoods
2015-10-11
Implement 'ldflags' for 'x86_64' architecture.
crimsonwoods
2015-10-11
Implement 'ldflags' for 'mips' architecture.
crimsonwoods
2015-10-11
Implement 'ldflags' for 'mips64' architecture.
crimsonwoods
2015-10-11
Implement 'ldflags' for 'armeabi-v7a-hard' and 'armeabi-v7a'.
crimsonwoods
2015-10-11
Implement 'ldflags' for 'armeabi' architecture.
crimsonwoods
2015-10-11
Implement 'ldflags' for 'arm64' architecture.
crimsonwoods
2015-10-11
Implement 'ldflags'.
crimsonwoods
2015-10-11
Add a missing required flag '-fstack-protector-strong'.
crimsonwoods
2015-10-11
Add support for 'x86_64' architecture.
crimsonwoods
2015-10-11
Remove duplicated compiler options.
crimsonwoods
2015-10-11
Some flags (-ffunction-sections and etc.) should be set by default for 'x86' ...
crimsonwoods
2015-10-11
Add support for 'armeabi-v7a-hard' architecture.
crimsonwoods
2015-10-11
Some flags (-fpic and etc.) should be set by default for 'armeabi-v7a' and 'a...
crimsonwoods
2015-10-11
Some flags (-fpic and etc.) should be set by default for 'arm64' architecture.
crimsonwoods
2015-10-11
Replace tab by white-spaces.
crimsonwoods
2015-10-11
Add support for 'mips64' architecture.
crimsonwoods
2015-10-11
Fix build error for 'x86' architecture.
crimsonwoods
2015-10-11
Fix build error for 'mips' architecture.
crimsonwoods
[prev]
[next]