An error occurred fetching the project authors.
- 27 Feb, 2017 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
Internal method_missing works without problems.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 26 Feb, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
GitLab.com tests for multiple configurations
-
- 24 Feb, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Build with byacc
-
Tomoyuki Sahara authored
-
- 16 Feb, 2017 10 commits
-
-
Yukihiro "Matz" Matsumoto authored
Additional options for Android build script.
-
Felix Jones authored
-
Felix Jones authored
Android toolchain separated target architecture compile flags (ctarget) from shared compile flags (cflags). Added support for custom mfpu and float-abi switches for the armeabi-v7a target.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Build fix for 32-bit clang 3.8/3.9 with MRB_INT64
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Felix Jones authored
-
Tomasz Dabrowski authored
Gitlab testing is introduced, using GitLab CI, to test many different configurations: - 32/64 bit architecture - float/double - 16/32/64 bit int size - none/NaN/word boxing - ASCII/UTF8 using various compilers: - gcc-4.7 - gcc-4.8 - gcc-4.9 - gcc-5 - gcc-6 - clang-3.5 - clang-3.6 - clang-3.7 - clang-3.8 - clang-3.9
-
Tomasz Dabrowski authored
-
- 15 Feb, 2017 13 commits
-
-
Yukihiro "Matz" Matsumoto authored
CRuby defines #instance_exec in BasicObject, but we don't. It's a small incompatibility that isn't worth accomplish at the price of implementation complexity.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
More compatibility to CRuby. Updated tests that assume old mruby behavior.
-
Yukihiro "Matz" Matsumoto authored
`mrb_funcall()` recursion can cause stack overflow easily, so recursion depth is now limited to MRB_FUNCALL_DEPTH_MAX, which default value is 512.
-
Yukihiro "Matz" Matsumoto authored
This change reduce flexibility but makes mruby simpler and faster.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Update android build script.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
crimsonwoods authored
-
- 14 Feb, 2017 4 commits
-
-
crimsonwoods authored
-
crimsonwoods authored
-
crimsonwoods authored
-
Yukihiro "Matz" Matsumoto authored
Separate compilers setup from config setup
-
- 13 Feb, 2017 3 commits
-
-
palkan authored
Fixes #3418.
-
Yukihiro "Matz" Matsumoto authored
This change reduces the recursion level, but does not solve the stack overflow issue entirely.
-
Yukihiro "Matz" Matsumoto authored
But #3421 still cause stack overflow error due to infinite recursion. To prevent overflow, we need to add different stack depth check.
-