summaryrefslogtreecommitdiffhomepage
path: root/tasks/mruby_build_commands.rake
AgeCommit message (Collapse)Author
2015-07-27mrbgem compile should be depend on mrbgem.rakexuejianqing
2014-05-01Implement header search for gcc and clang.take_cheeze
2014-04-20Implement :checksum_hash mrbgem option.Daniel Bovensiepen
This allows to use a mgem with a specific checksum hash. The following modification were necessary to implement this function: - add run_checkout build command to use 'git checkout' - skip shallow copy in case checksum_hash is used - make 'master' the default branch if branch isn't defined
2014-03-14fix compile error check of Mrbc commandtake_cheeze
2014-03-02use shallow clone in git gemtake_cheeze
2014-03-02allow command like "ccache gcc"take_cheeze
2014-02-24Always include build_config.rb to compile dependency.cho45
build_config.rb modifies `cc.defines` (eg. `DISABLE_GEMS`) so files depending on such flags should be rebuilt. Ref. (Failing scenario): https://gist.github.com/cho45/9181191
2014-01-02fix some warnings emitted by 'ruby -w'cremno
- File.exists? is deprecated since 2.1.0 - tasks/mruby_build_commands.rake:268: ambiguous argument
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-04Add --pull_gems option to minirakekyab
2013-05-14mrbc to take multiple files, preserving debug information if -g given; close ↵Yukihiro "Matz" Matsumoto
#1243
2013-05-13Allow mrbc command options to be changedCarson McDonald
2013-05-09remove unused variablesNihad Abbasov
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-01revert 79ebdb5 for the time being #1110Yukihiro "Matz" Matsumoto
2013-03-29Display the command line when mrbc is kicked in the verbose mode.Masaki Muranaka
2013-03-14Merge pull request #975 from crimsonwoods/modify_build_scriptYukihiro "Matz" Matsumoto
Improve Android platform support.
2013-03-14support 'Cygwin' as build platform.crimsonwoods
2013-03-08Fixed #969Yuichiro MASUI
2013-02-23Support to build on pwd != mruby source rootYuichiro MASUI
2013-02-06Change task rule based on build_dir so main rules don't clobber gem rules.Carson McDonald
2013-01-30resolve conflictYukihiro Matz Matsumoto
2013-01-28Change the way that the DISABLE_GEMS flag is set.Carson McDonald
2013-01-28load MRUBY_CONFIG script after 'build_config.rb'Yuichiro MASUI
2013-01-24resolve conflictYukihiro Matz Matsumoto
2013-01-24Remove noisy build message quotesJon
2013-01-24Add flags_after_librariesYuichiro MASUI
2013-01-24merge masterYuichiro MASUI
2013-01-23Remove reversemattn
2013-01-23Refine pretty-print indentingJon
2013-01-22Refine pretty printingJon
2013-01-21Added flags_before_libraries to linkerYuichiro MASUI
2013-01-21resolve conflictsYukihiro Matz Matsumoto
2013-01-21Beautify the output of rakeDaniel Bovensiepen
2013-01-21Reduce line lengthDaniel Bovensiepen
2013-01-21Export build flags to lib/libmruby.flags.makYuichiro MASUI
2013-01-21build_config gets more flexibilityYuichiro MASUI
2013-01-20Improved build scripts and config filesYuichiro MASUI