summaryrefslogtreecommitdiffhomepage
path: root/tasks
AgeCommit message (Expand)Author
2014-02-25Merge pull request #1732 from cho45/depend-build-configYukihiro "Matz" Matsumoto
2014-02-24Always include build_config.rb to compile dependency.cho45
2014-02-24remove -Werror=declaration-after-statementbggd
2014-02-24Merge pull request #1727 from bggd/patch-2Yukihiro "Matz" Matsumoto
2014-02-23support custom build_dir in CrossBuildtake_cheeze
2014-02-23make mruby build directory customizabletake_cheeze
2014-02-23Add warning for C89-style variable declarationsbggd
2014-02-10resolve conflict in travis_config.rbYukihiro "Matz" Matsumoto
2014-01-07remove superfluous includescremno
2014-01-05Merge pull request #1643 from take-cheeze/remove_unnecessary_depedencyYukihiro "Matz" Matsumoto
2014-01-02fix some warnings emitted by 'ruby -w'cremno
2013-12-27remove unnecessary depedency in test buildtake_cheeze
2013-11-26use mrbc of current build in non cross buildtake_cheeze
2013-11-25add CFLAGS as a fallback from CXXFLAGS; ref #1594Yukihiro "Matz" Matsumoto
2013-11-25Merge branch 'modify_toolchains_gcc' of https://github.com/crimsonwoods/mruby...Yukihiro "Matz" Matsumoto
2013-11-24add enable_debug method to MRuby::Build and build debug version in travis-citake_cheeze
2013-11-23Modify referenced environment variables.crimsonwoods
2013-11-23Modify build script for gcc.crimsonwoods
2013-11-22Automatically detect toolchain if it is visualcpp, and hence we drop vs2010.r...Per Lundberg
2013-11-18GCC: add -std=gnu99 to CFLAGScremno
2013-11-16add conf.enable_bintest and run_bintestfleuria
2013-10-01Fix for caller_dir relative gemsWilliam Light
2013-10-01Implement gembox-relative gemdir pathsWilliam Light
2013-09-23eliminate use of traditional intern API (mrb_intern()) completelyYuichi Nishiwaki
2013-08-26Merge pull request #1490 from take-cheeze/cxx_extensionYukihiro "Matz" Matsumoto
2013-08-26support file extension .cpp/.cxx in mrbgem and tooltake_cheeze
2013-08-19add x86_64-darwin host platform.taku toyama
2013-08-04Added support for custom gem clone directories when using gitRyan Scott
2013-07-27replace "if not" to "unless"Yukihiro "Matz" Matsumoto
2013-07-25if mrbc.run fail, abort rakefleuria
2013-07-24Fix mrbc error for space included pathkyab
2013-07-23display multiple authors better.Tomoyuki Sahara
2013-07-21Merge pull request #1395 from carsonmcdonald/fixdepcheckYukihiro "Matz" Matsumoto
2013-07-20Fail if dependency isn't foundCarson McDonald
2013-07-20Improve Android NDK toolchain support.crimsonwoods
2013-07-15Allow programmers to specify build path manuallyXuejie "Rafael" Xiao
2013-07-08Fix the androideabi toolchain not matching hostRobert Rowe
2013-07-04Add --pull_gems option to minirakekyab
2013-06-15Remove extra separator in compile commandkyab
2013-05-26mruby error messages should be directed to stderrYukihiro "Matz" Matsumoto
2013-05-14mrbc to take multiple files, preserving debug information if -g given; close ...Yukihiro "Matz" Matsumoto
2013-05-13Allow mrbc command options to be changedCarson McDonald
2013-05-13show a backtrace when when an error occurs on gem load; close #1243Yukihiro "Matz" Matsumoto
2013-05-11Change alghorithm to algorithmCarson McDonald
2013-05-09Merge pull request #1242 from schmurfy/gem_versionYukihiro "Matz" Matsumoto
2013-05-09Merge pull request #1245 from NARKOZ/fix-warningsYukihiro "Matz" Matsumoto
2013-05-09remove unused variablesNihad Abbasov
2013-05-09fix regexp warning: character class has duplicated rangeNihad Abbasov
2013-05-09consider empty version requirements as >= 0.0.0Julien Ammous
2013-05-09consider gem version to be 0.0.0 unless specifiedJulien Ammous