summaryrefslogtreecommitdiffhomepage
path: root/tasks
AgeCommit message (Expand)Author
2015-11-16This patch changes git gem behavior to never pull gems unless specified.Zachary Scott
2015-10-15Merge branch 'fix_androidndk_rake' of https://github.com/crimsonwoods/mruby i...Yukihiro "Matz" Matsumoto
2015-10-12Rename androidndk tolchain to just androidSeba Gamboa
2015-10-13delete tasks/toolchains/androideabi.rake; ref #2983 #2988Yukihiro "Matz" Matsumoto
2015-10-12Fix issue: LDFLAGS is not applied correctly.crimsonwoods
2015-10-11Accoding to the implementation of 'cflags', '-no-canonical-prefixes' is isola...crimsonwoods
2015-10-11Remove unnecessary cases.crimsonwoods
2015-10-11Integrate common flag '-no-canonical-prefixes'.crimsonwoods
2015-10-11Integrate common flag.crimsonwoods
2015-10-11Implement 'ldflags' for 'x86' architecture.crimsonwoods
2015-10-11Implement 'ldflags' for 'x86_64' architecture.crimsonwoods
2015-10-11Implement 'ldflags' for 'mips' architecture.crimsonwoods
2015-10-11Implement 'ldflags' for 'mips64' architecture.crimsonwoods
2015-10-11Implement 'ldflags' for 'armeabi-v7a-hard' and 'armeabi-v7a'.crimsonwoods
2015-10-11Implement 'ldflags' for 'armeabi' architecture.crimsonwoods
2015-10-11Implement 'ldflags' for 'arm64' architecture.crimsonwoods
2015-10-11Implement 'ldflags'.crimsonwoods
2015-10-11Add a missing required flag '-fstack-protector-strong'.crimsonwoods
2015-10-11Add support for 'x86_64' architecture.crimsonwoods
2015-10-11Remove duplicated compiler options.crimsonwoods
2015-10-11Some flags (-ffunction-sections and etc.) should be set by default for 'x86' ...crimsonwoods
2015-10-11Add support for 'armeabi-v7a-hard' architecture.crimsonwoods
2015-10-11Some flags (-fpic and etc.) should be set by default for 'armeabi-v7a' and 'a...crimsonwoods
2015-10-11Some flags (-fpic and etc.) should be set by default for 'arm64' architecture.crimsonwoods
2015-10-11Replace tab by white-spaces.crimsonwoods
2015-10-11Add support for 'mips64' architecture.crimsonwoods
2015-10-11Fix build error for 'x86' architecture.crimsonwoods
2015-10-11Fix build error for 'mips' architecture.crimsonwoods
2015-10-11Add support for 'arm64' architecture.crimsonwoods
2015-10-07Change some constants namesSeba Gamboa
2015-10-07Refactoring Android NDK toolchainSeba Gamboa
2015-10-06Add optional params to toolchain configurationSeba Gamboa
2015-10-03Merge pull request #2946 from sagmor/test-dependenciesYukihiro "Matz" Matsumoto
2015-09-25LinkerConfig is a struct with five paramsTerence Lee
2015-09-09Add test dependenciesSeba Gamboa
2015-09-04Allow rbfiles in mrblib and test to have subdirsZachary Scott
2015-09-03Add build_mrbtest after config block is evaluatedZachary Scott
2015-08-22Add mruby-test build config and update :test task to use mrbgem binaryZachary Scott
2015-08-02be able to source with :path for mrbgemsTerence Lee
2015-07-29Merge pull request #2900 from joans321/enhance-mrbgem-buildYukihiro "Matz" Matsumoto
2015-07-27Shallow clone mgem sourceZachary Scott
2015-07-27mrbgem compile should be depend on mrbgem.rakexuejianqing
2015-07-25fix android compile bug : uninitialized constant GCC_VERSIONxuejianqing
2015-07-22Add ability to change compiler versions for androideabiSeba Gamboa
2015-07-15Refactor `Build#compile_as_cxx`.take_cheeze
2015-07-06fix androideabi cross-compile error : undefined reference to 'frexpl'xuejianqing
2015-06-29Merge pull request #2862 from scalone/recursive_cloneYukihiro "Matz" Matsumoto
2015-06-26Fix quotes use during load special path gem of gem.Thiago Scalone
2015-06-26Add —-recursive option to automatically update submodules from git mgems.Thiago Scalone
2015-06-25add_dependency doesn't workmattn