| Age | Commit message (Collapse) | Author |
|
|
|
codegen.c.
|
|
* master:
update add_confict document; ref #2391
Update document by regenerating it.
Add :doc task to run document generator.
Add document for `add_conflict` and `add_conflicts`.
|
|
Update document and add :doc task.
|
|
|
|
|
|
|
|
|
|
|
|
'clang-analyzer'"
This reverts commit 29f14e728d319d9fc80702ba78959c1957944767.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|