| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
take-cheeze-add_conflicts
|
|
|
|
|
|
|
|
|
|
Fix memory leaks in String
|
|
Refactor how to use RSTR_NOFREE_P macro
|
|
|
|
|
|
|
|
Add NOFREE macros
|
|
|
|
the end of state, not process; ref #2211
|
|
|
|
|
|
Append include paths in dependency gems
|
|
|
|
|
|
|
|
|
|
Add ".s" to source extensions.
|
|
Find c++ files in tools/.
|
|
monaka/pr-do-not-export-include-dir-in-gems-to-core
Do not export include/ dirs in mrbgems to core build.
|
|
|
|
|
|
|
|
Add macro `mrb_static_assert`.
|
|
Add a missing space after ","
|
|
Fix `Time.at` args spec.
|
|
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.
|
|
|
|
Some tools may be written in C++.
|
|
It uses ".s" as the source for assembler on some toolchains including GCC.
|
|
|
|
|
|
|
|
|
|
Remove redundant substitutions.
|
|
"#{MRUBY_ROOT}/include" is set in Command::Compiler#initialize .
|
|
|
|
|
|
#2369
|
|
|