- 04 Sep, 2015 2 commits
-
-
Zachary Scott authored
-
Yukihiro "Matz" Matsumoto authored
Added range.h.md and edited re.h.md and version.h.md
-
- 03 Sep, 2015 7 commits
-
-
Ralph Desir authored
-
Ralph Desir authored
-
Ralph Desir authored
-
Ralph Desir(Mav7) authored
-
Yukihiro "Matz" Matsumoto authored
Add build_mrbtest after config block is evaluated
-
Zachary Scott authored
This allows us to add `enable_test` anywhere in a build target, without having to worry about the order in which they are included. Previously, there was a bug that occured when adding 'mruby-test' gem to dependencies before additional gems. Instead of adding the 'mruby-test' gem dependency manually to a test build, we now only need to call `enable_test` in the target. This also allows us to call `test_enabled?` downstream when running mruby tests ourselves. /cc #2924
-
Yukihiro "Matz" Matsumoto authored
Added version.h.md and re.h.md
-
- 02 Sep, 2015 19 commits
-
-
Ralph Desir authored
-
Ralph Desir(Mav7) authored
-
Ralph Desir authored
-
Ralph Desir(Mav7) authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Extract mrbtest to binary gem
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Zachary Scott authored
We have do this because mruby's test files are found using MRUBY_ROOT, like this: mrbs = Dir.glob("#{MRUBY_ROOT}/test/t/*.rb")
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Typo in mruby-bin-debugger/mrbgem.rake
-
Yukihiro "Matz" Matsumoto authored
C++11 Build Error: C++11 requires a space between literal and identifiers
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Updated string.h.md
-
Zachary Scott authored
-
jbreeden authored
-
Zachary Scott authored
-
- 01 Sep, 2015 7 commits
-
-
Ralph Desir authored
-
Yukihiro "Matz" Matsumoto authored
Refactor version macros, and add a global const variable
-
Jun Hiroe authored
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
C string.h API documentation.
-
Yukihiro "Matz" Matsumoto authored
run bintests within subfolders of bintest/
-
Ralph Desir authored
-
- 31 Aug, 2015 4 commits
-
-
Terence Lee authored
-
Ralph Desir authored
-
Ralph Desir authored
-
Ralph Desir(Mav7) authored
-
- 27 Aug, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Add String#freeze test
-