| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-04 | Move class/module definitions to normal .rb files | Uchio KONDO | |
| 2017-02-28 | Compile C files by C compiler when C++ files mixed. | Yukihiro "Matz" Matsumoto | |
| ref #3267 #3470 By this commit, mruby do not use C++ ABI mode unless you specify explicitly. It compiles C files by C compilers, with C++ exception enabled when it sees C++ files in your configured mrbgems. I haven't tried visualcpp, so please submit an issue if you see any problem with C++ gems on Windows. | |||
| 2016-11-24 | Fix for compiling mruby as C++ on Visual Studio toolchain | Tomasz Dąbrowski | |
| 2015-07-27 | mrbgem compile should be depend on mrbgem.rake | xuejianqing | |
| 2014-05-01 | Implement header search for gcc and clang. | take_cheeze | |
| 2014-04-20 | Implement :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-14 | fix compile error check of Mrbc command | take_cheeze | |
| 2014-03-02 | use shallow clone in git gem | take_cheeze | |
| 2014-03-02 | allow command like "ccache gcc" | take_cheeze | |
| 2014-02-24 | Always 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-02 | fix 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-27 | replace "if not" to "unless" | Yukihiro "Matz" Matsumoto | |
| 2013-07-25 | if mrbc.run fail, abort rake | fleuria | |
| 2013-07-24 | Fix mrbc error for space included path | kyab | |
| 2013-07-04 | Add --pull_gems option to minirake | kyab | |
| 2013-05-14 | mrbc to take multiple files, preserving debug information if -g given; close ↵ | Yukihiro "Matz" Matsumoto | |
| #1243 | |||
| 2013-05-13 | Allow mrbc command options to be changed | Carson McDonald | |
| 2013-05-09 | remove unused variables | Nihad Abbasov | |
| 2013-04-07 | Add "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-01 | revert 79ebdb5 for the time being #1110 | Yukihiro "Matz" Matsumoto | |
| 2013-03-29 | Display the command line when mrbc is kicked in the verbose mode. | Masaki Muranaka | |
| 2013-03-14 | Merge pull request #975 from crimsonwoods/modify_build_script | Yukihiro "Matz" Matsumoto | |
| Improve Android platform support. | |||
| 2013-03-14 | support 'Cygwin' as build platform. | crimsonwoods | |
| 2013-03-08 | Fixed #969 | Yuichiro MASUI | |
| 2013-02-23 | Support to build on pwd != mruby source root | Yuichiro MASUI | |
| 2013-02-06 | Change task rule based on build_dir so main rules don't clobber gem rules. | Carson McDonald | |
| 2013-01-30 | resolve conflict | Yukihiro Matz Matsumoto | |
| 2013-01-28 | Change the way that the DISABLE_GEMS flag is set. | Carson McDonald | |
| 2013-01-28 | load MRUBY_CONFIG script after 'build_config.rb' | Yuichiro MASUI | |
| 2013-01-24 | resolve conflict | Yukihiro Matz Matsumoto | |
| 2013-01-24 | Remove noisy build message quotes | Jon | |
| 2013-01-24 | Add flags_after_libraries | Yuichiro MASUI | |
| 2013-01-24 | merge master | Yuichiro MASUI | |
| 2013-01-23 | Remove reverse | mattn | |
| 2013-01-23 | Refine pretty-print indenting | Jon | |
| 2013-01-22 | Refine pretty printing | Jon | |
| 2013-01-21 | Added flags_before_libraries to linker | Yuichiro MASUI | |
| 2013-01-21 | resolve conflicts | Yukihiro Matz Matsumoto | |
| 2013-01-21 | Beautify the output of rake | Daniel Bovensiepen | |
| 2013-01-21 | Reduce line length | Daniel Bovensiepen | |
| 2013-01-21 | Export build flags to lib/libmruby.flags.mak | Yuichiro MASUI | |
| 2013-01-21 | build_config gets more flexibility | Yuichiro MASUI | |
| 2013-01-20 | Improved build scripts and config files | Yuichiro MASUI | |
