| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-12 | Build process updated: | Yukihiro "Matz" Matsumoto | |
| You have to specify `TARGET` to specify a configuration, e.g. ``` rake TARGET=host-debug all test ``` When you port `mruby` to a new configuration: 1. copy an existing configuration under `target` directory 2. modify the new configuration file 3. build using the new configuration 4. send PR if you please | |||
| 2020-09-18 | examples/mrbgems: clarify the caller | Wataru Ashihara | |
| Before this commit: mruby -e 'CRubyExtension.ruby_method' # => A Ruby Extension mruby -e 'CRubyExtension.c_method' # => A C Extension mruby -e 'CExtension.c_method' # => A C Extension mruby -e 'RubyExtension.ruby_method' # => A Ruby Extension After this commit: mruby -e 'CRubyExtension.ruby_method' # => CRubyExtension: A Ruby Extension mruby -e 'CRubyExtension.c_method' # => CRubyExtension: A C Extension mruby -e 'CExtension.c_method' # => CExtension: A C Extension mruby -e 'RubyExtension.ruby_method' # => RubyExtension: A Ruby Extension | |||
| 2020-04-01 | build when directories and files have spaces | Dominic Sisneros | |
| Modified the build to quote filenames so that it builds when files have spaces | |||
| 2020-02-22 | Improving comments in the cross-compiling example for the Sega Dreamcast ↵ | SiZiOUS | |
| (sh-elf). | |||
| 2020-02-21 | Added example for cross-compiling for Sega Dreamcast (sh-elf). | SiZiOUS | |
| Thanks to @yujiyokoo for demonstrating mruby usage on Sega Dreamcast at RubyConf AU 2020! See more here: https://youtu.be/ni-1x5Esa_o | |||
| 2018-09-07 | Clear terminated space | dearblue | |
| 2017-07-27 | Always use `MRB_USE_IV_SEGLIST`. | Yukihiro "Matz" Matsumoto | |
| 2017-02-16 | Added example build script for Android armeabi-v7a NEON hardware FPU | Felix Jones | |
| 2017-02-15 | Add new two build config files. | crimsonwoods | |
| 2016-12-21 | Added example for cross-compiling for Renesas RX630 | Jun Takeda | |
| 2016-09-28 | Removed trailing spaces | Nobuyoshi Nakada | |
| 2016-03-07 | Added example for cross-compiling on Intel Edison | Paolo Bosetti | |
| 2016-02-03 | Fix missing dependency on mruby-print to support 'puts' | Hugo Logmans | |
| 2015-11-17 | DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014 | Yukihiro "Matz" Matsumoto | |
| changes: * rename DISABLE_STDIO -> MRB_DISABLE_STDIO * rename ENABLE_DEBUG -> MRB_ENABLE_DEBUG_HOOK * no more opposite macro definitions (e.g. ENABLE_STDIO, DISABLE_DEBUG). * rewrite above macro references throughout the code. * update documents | |||
| 2014-11-08 | change BIN_PATH for new gc in Arduino IDE >= 1.5.7 | SouthWolf | |
| 2014-11-08 | Modify Arduino build config for IDE >= 1.5.7 | SouthWolf | |
| Arduino IDE >= 1.5.7 Changed ARDUINO_PATH from `Contents/Resources/Java` to `Contents/Java`, mentioned in #2632 | |||
| 2014-05-11 | Disable C++ exception for chipKIT Max32 example build_config | kyab | |
| 2014-05-10 | Update example build_config to include host build setting | kyab | |
| 2014-04-30 | remove trailing spaces | Nobuyoshi Nakada | |
| 2014-04-08 | Fix build_config.rb for ArduinoDue | kyab | |
| 2014-03-26 | Catch up to latest Arduino IDE | kyab | |
| 2014-03-01 | use C style comments instead of C++ style comments | cubicdaiya | |
| According to CONTRIBUTING.md, Don't use C++ style comments /* This is the prefered comment style */ Use C++ style comments only for temporary comment e.g. commenting out some code lines. | |||
| 2014-02-24 | Add target example for Intel Galileo board | kyab | |
| 2013-07-23 | "spec.author" is better for single-author gems. | Tomoyuki Sahara | |
| "spec.author=" expects a String represents a single author. "spec.authors=" expects an Array which is a list of multiple authors. http://guides.rubygems.org/specification-reference/ | |||
| 2013-06-27 | Fix include path of ArduinoDue example | kyab | |
| 2013-06-22 | Improve target example to more practical. | kyab | |
| 2013-06-14 | Fix and refactor crossbuild target config | kyab | |
| 2013-06-06 | No need to specify empty bin list anymore(example) | kyab | |
| 2013-05-02 | ArduinoDue Target Cosmetic Change | Daniel Bovensiepen | |
| small cosmetic change | |||
| 2013-04-25 | rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206 | Yukihiro "Matz" Matsumoto | |
| 2013-03-16 | Add Build Example for Arduino Due | Daniel Bovensiepen | |
| 2013-02-24 | remove user specific directory | Daniel Bovensiepen | |
| 2013-02-24 | add chipKitMax32 target example | Daniel Bovensiepen | |
| 2013-01-30 | Changed variable $test_args to constant TEST_ARGS | Carson McDonald | |
| 2013-01-29 | Add ability to pass parameters from mrbgem.rake spec into test scripts. | Carson McDonald | |
| 2013-01-29 | Fixed minor typo. | Carson McDonald | |
| 2013-01-26 | Moved mrbgems examples | Yuichiro MASUI | |
