summaryrefslogtreecommitdiffhomepage
path: root/tasks/toolchains
AgeCommit message (Expand)Author
2020-10-12Add call to malloc_trim on a full GCRory OConnell
2020-04-01fix for quoting visualcppdsisnero
2020-04-01build when directories and files have spacesDominic Sisneros
2020-03-08Increase flexibility of CrossBuildReckordp
2019-12-23Use GNU extension in C++ for cygwintake-cheeze
2019-12-21Fix "undefined method `Pathname'"; fix #4895KOBAYASHI Shuji
2019-10-04Remove unused code to old Visual Studio in `tasks/toolchains/visualcpp.rake`KOBAYASHI Shuji
2019-09-13Revert part of "Refine `tasks/toolchains/(gcc|clang).rake`" (07c6b7f0)KOBAYASHI Shuji
2019-09-13Fix warnings for invalid C++ option with `enable_cxx_abi`; ref #3618, #4703KOBAYASHI Shuji
2019-09-12Refine `tasks/toolchains/(gcc|clang).rake`KOBAYASHI Shuji
2019-08-05Use new specifiers/modifiers of `mrb_vfromat()`KOBAYASHI Shuji
2019-08-03Change second argument to `%l` of `mrb_vformat()` to `size_t` from `mrb_int`KOBAYASHI Shuji
2019-04-16Avoid potential zero size array declaration; fix #4382KOBAYASHI Shuji
2019-03-06Refer also CXX and CC env vars as linker command in gcc and clang toolchainKOBAYASHI Shuji
2019-02-23Remove explicit set of `DISABLE_GEMS`KOBAYASHI Shuji
2018-12-22Append cflags for undefined macrodearblue
2018-09-07Clear terminated spacedearblue
2018-07-04Add ~/Android/Sdk/ndk-bundle as default NDK homeduangsuse
2017-12-24Removed the Visual Studio Version Check because it does notLothar Scholz
2017-12-11Add `enable_sanitizer` method for clang and gcc.Yukihiro "Matz" Matsumoto
2017-06-28Remove redundant use of `Object#to_s` in interpolation.Yukihiro "Matz" Matsumoto
2017-02-28Compile C files by C compiler when C++ files mixed.Yukihiro "Matz" Matsumoto
2017-02-16Android toolchain separated target architecture compile flags (ctarget) from ...Felix Jones
2017-02-15Modify default cflags.crimsonwoods
2017-02-15Add '-Wl,--fix-cortex-a8' linker option for 'armeabi-v7a' architecture.crimsonwoods
2017-02-15Set default linker 'flags' and 'flags_before_libraries'.crimsonwoods
2016-11-24Fixed language standard mode for GCC (cannot use gnu99 with C++, c++03 used i...Tomasz Dąbrowski
2016-11-24Fix for compiling mruby as C++ on Visual Studio toolchainTomasz Dąbrowski
2016-10-08Removed GCC TODOFelix Jones
2016-10-08Android GCC support re-addedFelix Jones
2016-10-08Fixed mips and mips64: GCC Toolchain now points to GCC.Felix Jones
2016-10-07Android task: NDK default search paths now favour ndk-bundle. Added macOS NDK...Felix Jones
2016-09-15Fixed regex order falling early in arch cases, causing x86_64 and arm-v7a to ...Felix Jones
2016-09-15Re-written android.rake task for latest Android NDK clang. Currently loses su...Felix Jones
2016-04-16Avoid Syntax Error on CRuby v1.8ksss
2016-03-22deprecate Visual Studio 2010 and 2012cremno
2016-03-22remove unnecessary array/eachcremno
2016-02-11Add toolchain support for OpenWRTDaniel Bovensiepen
2016-01-13Fix build error in ruby 1.8.asatou
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