- 10 Jun, 2014 5 commits
-
-
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 15 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.
-
take_cheeze authored
-
take_cheeze authored
-
- 08 Jun, 2014 4 commits
-
-
take_cheeze authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
Remove redundant substitutions.
-
Masaki Muranaka authored
"#{MRUBY_ROOT}/include" is set in Command::Compiler#initialize .
-
- 07 Jun, 2014 13 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Add test for end-of-program marker.
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Jun Hiroe authored
-
- 06 Jun, 2014 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Treat partial hook success '\n' to fix #2361 .
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
Ignore outfile check when `-c`(check syntax only) flag is enabled.
-