- 01 Dec, 2013 1 commit
-
-
take_cheeze authored
-
- 28 Nov, 2013 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 27 Nov, 2013 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 26 Nov, 2013 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix build error for MRB_WORD_BOXING
-
kyab authored
-
Yukihiro "Matz" Matsumoto authored
debug record size assertion fail
-
take_cheeze authored
-
take_cheeze authored
-
take_cheeze authored
-
- 25 Nov, 2013 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
https://github.com/crimsonwoods/mrubyYukihiro "Matz" Matsumoto authored
Merge branch 'modify_toolchains_gcc' of https://github.com/crimsonwoods/mruby into crimsonwoods-modify_toolchains_gcc
-
Yukihiro "Matz" Matsumoto authored
-
- 24 Nov, 2013 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
get_filename_table_size realloc fix.
-
Yukihiro "Matz" Matsumoto authored
Updated the documentation to better match the way things work now that 172cd281 is merged.
-
take_cheeze authored
-
take_cheeze authored
-
crimsonwoods authored
'CXX' is used instead of 'CC'. 'CXXFLAGS' is used instead of 'CFLAGS'.
-
crimsonwoods authored
Newly added compile option '-std=gnu99' is not necessary for C++. And 'g++' should be used to compile for C++ source codes, I think.
-
- 23 Nov, 2013 1 commit
-
-
Per Lundberg authored
-
- 22 Nov, 2013 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
Automatically detect toolchain if it is visualcpp, and hence we drop vs2010.rake altogether - it’s no longer needed.
-
Yukihiro "Matz" Matsumoto authored
build with MRB_GC_FIXED_ARENA on travis
-
Per Lundberg authored
Automatically detect toolchain if it is visualcpp, and hence we drop vs2010.rake altogether - it’s no longer needed.
-
Tomoyuki Sahara authored
-
Yukihiro "Matz" Matsumoto authored
You will not see "arena overflow" error anymore, but I encourage gem authors to check your gems with MRB_GC_FIXED_ARENA to avoid memory broat.
-
- 21 Nov, 2013 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
declare struct mrb_irep.
-
Tomoyuki Sahara authored
-
- 19 Nov, 2013 13 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Miura Hideki authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fixed so that it builds with VS2013. VLA:s are not supported, because of its strict C89 world view.
-
Per Lundberg authored
-
Yukihiro "Matz" Matsumoto authored
renamed mrb_exc_new3 to mrb_exc_new_str
-
Yukihiro "Matz" Matsumoto authored
codegen_malloc/realloc: static + simple mem alloc
-
Yukihiro "Matz" Matsumoto authored
GCC: add -std=gnu99 to CFLAGS
-
Yukihiro "Matz" Matsumoto authored
-
- 18 Nov, 2013 1 commit
-
-
cremno authored
- this change prevents issues like #1539 in the future - Clang's default is already gnu99 but GCC's is gnu89 - mruby is C99 (+ GNU exts), not C89 (+ GNU exts)
-