summaryrefslogtreecommitdiffhomepage
path: root/tasks
AgeCommit message (Collapse)Author
2013-04-07Add "test runner" support for cross builds.Masaki Muranaka
"test runner" means target simulator like QEmu, GDB sim, and so on. Also "test runner" might be debug agents for real targets. If you do not setup test_runner, Rake will work same as before.
2013-04-06use EXIT_SUCCESS and EXIT_FAILURE for exit status; close #1142Yukihiro "Matz" Matsumoto
2013-04-05Improve CRuby rake compatibleYuichiro MASUI
2013-04-01revert 79ebdb5 for the time being #1110Yukihiro "Matz" Matsumoto
2013-03-29Fixed testrb load pathYuichiro MASUI
2013-03-29Display the command line when mrbc is kicked in the verbose mode.Masaki Muranaka
2013-03-28LEGAL file generator for binariesDaniel Bovensiepen
2013-03-23Add bitbucket git support.Masaki Muranaka
2013-03-19Add gem version to build summary if it exists.Carson McDonald
2013-03-17resolve conflict from #1017Yukihiro Matz Matsumoto
2013-03-16Remove stdlib.h from mruby.h. It is for portability (care for freestanding ↵Masaki Muranaka
environments). This is a first step. It will be reduced stdlib.h in each files later.
2013-03-16Remove string.h in khash.hMasaki Muranaka
2013-03-14Merge pull request #975 from crimsonwoods/modify_build_scriptYukihiro "Matz" Matsumoto
Improve Android platform support.
2013-03-14bug fix: fix wrong method name.crimsonwoods
2013-03-14support 'Cygwin' as build platform.crimsonwoods
2013-03-14bug fix: fix "--sysroot" option and host platform detection.crimsonwoods
2013-03-10Change default gem path.Yuichiro MASUI
2013-03-09more CFLAGS and LDFLAGS are specified automatically.crimsonwoods
2013-03-09add a new feature to select the target Android platform.crimsonwoods
2013-03-09add a new feature to select the target architecture.crimsonwoods
2013-03-08Fixed #969Yuichiro MASUI
2013-03-08refactoringcrimsonwoods
2013-03-08bug fix: add new option '-mandroid' into CFLAGS and same options are applied ↵crimsonwoods
into LDFLAGS.
2013-03-08bug fix: the argument of '--sysroot' option should be followed '=' character.crimsonwoods
2013-03-07Merge pull request #962 from masahino/fix_branch_optionYukihiro "Matz" Matsumoto
fix handling of :branch option of gem.conf
2013-03-07fix handling of :branch option of gem.confmasahino
2013-03-07Apply @masuidrive's review point. @bins should be Array.Masaki Muranaka
2013-03-07Add Support to build loadable modules defined in mrbgems.Masaki Muranaka
2013-03-05Add accessor: version, description, summary, homepage.Masaki Muranaka
2013-02-28Merge pull request #906 from xxuejie/remove_unused_varYukihiro "Matz" Matsumoto
Do not generate test_args_hash variable if it is not used
2013-02-28Rake respects verbose flag also for test and clean targetDaniel Bovensiepen
2013-02-27Do not generate test_args_hash variable if it is not usedXuejie "Rafael" Xiao
2013-02-23Support to build on pwd != mruby source rootYuichiro MASUI
2013-02-20declare local variable at the start of a block in generated gem_test.cnkshigeru
2013-02-07Merge pull request #825 from carsonmcdonald/gembuildfixYukihiro "Matz" Matsumoto
Change task rule based on build_dir so main rules don't clobber gem rules
2013-02-07Ignore empty gemmattn
2013-02-06Change task rule based on build_dir so main rules don't clobber gem rules.Carson McDonald
2013-02-03Merge pull request #813 from masuidrive/generate_mrbtest_aYukihiro "Matz" Matsumoto
Generate mrbtest.a file for sparete from driver.o
2013-02-03Generate mrbtest.a file for sparete from driver.oYuichiro MASUI
2013-02-03Add androideabi toolchain rake task (Build mruby with Android NDK)shtirlic
2013-02-01Change the way that the DISABLE_GEMS flag is set for vs2012.mattn
2013-01-30Merge pull request #802 from carsonmcdonald/mrbgemstestpassargsYukihiro "Matz" Matsumoto
Add ability to pass parameters from mrbgem.rake spec into test scripts.
2013-01-30Changed variable $test_args to constant TEST_ARGSCarson McDonald
2013-01-30Make sure quotes and escapes get escaped.Carson McDonald
2013-01-29Add ability to pass parameters from mrbgem.rake spec into test scripts.Carson McDonald
2013-01-30Remove double quote for MRUBY_XXX in libmruby.flags.makmattn
2013-01-30resolve conflictYukihiro Matz Matsumoto
2013-01-29Merge pull request #796 from masuidrive/vs2012Yukihiro "Matz" Matsumoto
Added .lib extension for library file on VS2012
2013-01-28Change the way that the DISABLE_GEMS flag is set.Carson McDonald
2013-01-28Added .lib extension for library file on VS2012Yuichiro MASUI