- 13 Jun, 2014 10 commits
-
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
Update document and add :doc task.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
take_cheeze authored
-
take_cheeze authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
-
- 12 Jun, 2014 4 commits
-
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
take_cheeze authored
-
- 11 Jun, 2014 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix memory leaks in String
-
Yukihiro "Matz" Matsumoto authored
Refactor how to use RSTR_NOFREE_P macro
-
ksss authored
-
ksss authored
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
Add NOFREE macros
-
- 10 Jun, 2014 7 commits
-
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
rename mrb_atexit to mrb_state_atexit to clarify a func will be called at the end of state, not process; ref #2211
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Append include paths in dependency gems
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
- 09 Jun, 2014 13 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add ".s" to source extensions.
-
Yukihiro "Matz" Matsumoto authored
Find c++ files in tools/.
-
Yukihiro "Matz" Matsumoto authored
Do not export include/ dirs in mrbgems to core build.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Add macro `mrb_static_assert`.
-
Yukihiro "Matz" Matsumoto authored
Add a missing space after ","
-
Yukihiro "Matz" Matsumoto authored
Fix `Time.at` args spec.
-
Masaki Muranaka authored
In the current behavior, include/ dirs in mrbgems are set to core's compiler.include_paths. And they are never set to mrbgem's include_paths. It may cause some dangerous issues because it can change mruby core's macros by mrbgems. After this fix, include/ in a gem is used in the gem itself only.
-
Kouhei Sutou authored
-
Masaki Muranaka authored
Some tools may be written in C++.
-
Masaki Muranaka authored
It uses ".s" as the source for assembler on some toolchains including GCC.
-