| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-05 | Fix default gem loading in `generate_gem_table`. | take_cheeze | |
| 2014-08-20 | Fix error handlings for mrb_open_core(). | Tatsuhiko Kubo | |
| 2014-08-11 | fix build when neither src nor mrblib directory exists. | Tomoyuki Sahara | |
| 2014-07-14 | Set `$mrbtest_verbose` flag in `mrb_init_test_driver`. | take_cheeze | |
| 2014-07-12 | Fix rake failure since `mrbtest_objs` isn't flattened. | take_cheeze | |
| Append generated test object to `@test_objs` of mrbgem spec. Add method `custom_test_init?` to check whether mrbgem has custom test init function. | |||
| 2014-07-12 | Run mrbgem and core tests on minimum dependencies. | take_cheeze | |
| Solves #2355. In test drivers: * Uses `mrb_t_pass_result` to check and pass test result to main `mrb_state`. * Adds `mrb_init_test_driver` to init test `mrb_state`. | |||
| 2014-07-08 | Use `mrb_print_error` to print exception instead of `mrb_p`. | take_cheeze | |
| 2014-06-04 | Add generator script to dependency so that it will regenerate C codes when ↵ | take_cheeze | |
| it's modified. | |||
| 2014-05-12 | Rebuild no mrb_open mrbgems test when config file is modified. | take_cheeze | |
| 2014-04-30 | remove trailing spaces | Nobuyoshi Nakada | |
| 2014-04-05 | Fix 'make test' fail to build on Windows(MSVC) | kyab | |
| 2014-04-03 | Fix build fail for 'make test' with no mrbgems | kyab | |
| 2014-03-12 | avoid mrb_string_value_cstr() to copy string between mrb_states in tests | Yukihiro "Matz" Matsumoto | |
| 2014-03-10 | reduce mrb_open calls in mrbgem test | take_cheeze | |
| 2014-03-09 | Add comments to notify files are auto generated. | Masaki Muranaka | |
| 2014-02-27 | Merge pull request #1753 from take-cheeze/assert_rb | Yukihiro "Matz" Matsumoto | |
| Compile assert.rb once. | |||
| 2014-02-26 | compile assert.rb once | take_cheeze | |
| 2014-02-26 | use mrb_intern_lit instead of mrb_intern_cstr for C string literals | cubicdaiya | |
| 2014-01-07 | remove superfluous includes | cremno | |
| - reduce compile time by a little bit (full-core: ~0.7s for me) - thanks to 'include-what-you-use' for some help - include Standard C header files before any other (coding style) | |||
| 2014-01-05 | Merge pull request #1643 from take-cheeze/remove_unnecessary_depedency | Yukihiro "Matz" Matsumoto | |
| Reduce unnecessary mrbgems full test rebuild. | |||
| 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-12-27 | remove unnecessary depedency in test build | take_cheeze | |
| 2013-09-23 | eliminate use of traditional intern API (mrb_intern()) completely | Yuichi Nishiwaki | |
| 2013-07-27 | replace "if not" to "unless" | Yukihiro "Matz" Matsumoto | |
| 2013-05-09 | remove unused variables | Nihad Abbasov | |
| 2013-04-23 | Pass verbose flag to each gem test | Xuejie "Rafael" Xiao | |
| 2013-04-20 | put spaces after if/while | Yukihiro "Matz" Matsumoto | |
| 2013-04-06 | use EXIT_SUCCESS and EXIT_FAILURE for exit status; close #1142 | Yukihiro "Matz" Matsumoto | |
| 2013-03-29 | Fixed testrb load path | Yuichiro MASUI | |
| 2013-03-16 | Remove string.h in khash.h | Masaki Muranaka | |
| 2013-02-27 | Do not generate test_args_hash variable if it is not used | Xuejie "Rafael" Xiao | |
| 2013-02-23 | Support to build on pwd != mruby source root | Yuichiro MASUI | |
| 2013-02-20 | declare local variable at the start of a block in generated gem_test.c | nkshigeru | |
| 2013-02-03 | Generate mrbtest.a file for sparete from driver.o | Yuichiro MASUI | |
| 2013-01-30 | Changed variable $test_args to constant TEST_ARGS | Carson McDonald | |
| 2013-01-30 | Make sure quotes and escapes get escaped. | Carson McDonald | |
| 2013-01-29 | Add ability to pass parameters from mrbgem.rake spec into test scripts. | Carson McDonald | |
| 2013-01-21 | build_config gets more flexibility | Yuichiro MASUI | |
| 2013-01-20 | Improved build scripts and config files | Yuichiro MASUI | |
| 2013-01-11 | Fixed mrbtest result numbers | Yuichiro MASUI | |
| 2013-01-10 | remove compiler warnings. | mattn | |
| 2013-01-07 | Run mrbgems test run on isolate mrb_state each rb file. | Yuichiro MASUI | |
| Can access to current gem's name through GEMNAME from test. Can change assert library each mrbgems. used spec.test_preload on mrbgem.rake. assert library should set $ok_test, $ko_test, $kill_test, $asserts. | |||
