index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
Age
Commit message (
Expand
)
Author
2020-07-19
Separate `memsize_of` and `memsize_of_all` to a separate gem; #5040
Rory OConnell
2020-07-20
Remove some tests from `mruby-objectspace` gem; #5040
Yukihiro "Matz" Matsumoto
2020-07-20
Avoid accessing `obj.tt` of `mrb_value`; #5040
Yukihiro "Matz" Matsumoto
2020-07-20
Replace 0 by `MRB_EACH_OBJ_OK`; #5040
Yukihiro "Matz" Matsumoto
2020-07-19
Skip `MRB_TT_FREE` and `MRB_TT_BREAK` in `each_object`.
Yukihiro "Matz" Matsumoto
2020-07-19
Reorder members of `struct os_each_object_data` to stop warnings.
Yukihiro "Matz" Matsumoto
2020-07-19
Should have updated the arg spec for `memsize_of`&`memsize_of_all`; #5040
Yukihiro "Matz" Matsumoto
2020-07-19
Use `c` specifier for `mrb_get_args`.
Yukihiro "Matz" Matsumoto
2020-07-19
Fix `memsize_of_all` to count all objects if no argument given; #5040
Yukihiro "Matz" Matsumoto
2020-07-19
Fix `memsize_of_all` to count memory of subclass instances; #5040
Yukihiro "Matz" Matsumoto
2020-07-18
Avoid singleton classes with mrb_class_real
Rory O'Connell
2020-07-17
Adding memsize_of_all doc
Rory OConnell
2020-07-17
Add ObjectSpace.memsize_of_all
Rory OConnell
2020-07-17
Fix indent of compiler conditions; #5032
Yukihiro "Matz" Matsumoto
2020-07-17
Fix `memsize_of` to count method table size; #5032
Yukihiro "Matz" Matsumoto
2020-07-17
Fix `memsize_of` Fibers; #5032
Yukihiro "Matz" Matsumoto
2020-07-17
Add `const` to `irep` pointer in `os_memsize_of_irep`; #5032
Yukihiro "Matz" Matsumoto
2020-07-17
Remove recursive `memsize_of`; #5032
Yukihiro "Matz" Matsumoto
2020-07-17
Remove `MRB_TT_DATA` calculation of `memsize_of`; #5032
Yukihiro "Matz" Matsumoto
2020-07-17
Use `mrb_test` instead of `mrb_obj_eq`; #5032
Yukihiro "Matz" Matsumoto
2020-07-17
Fix `memsize_of` for fiber objects; #5032
Yukihiro "Matz" Matsumoto
2020-07-17
Fix `memsize_of` for string objects; #5032
Yukihiro "Matz" Matsumoto
2020-07-17
Merge pull request #5032 from RoryO/add-objspace-memsize-of
Yukihiro "Matz" Matsumoto
2020-07-15
mrb_ prefix convention
Rory O'Connell
2020-07-14
Clarify memsize_of documentation
Rory O'Connell
2020-07-14
Finishing out memsize_of recursion
Rory O'Connell
2020-07-14
Fix `${build_dir}/mrbgems/gem_init.c` generation condition; ref #5010
KOBAYASHI Shuji
2020-07-13
Validate ensure stack presense before calculating
Rory OConnell
2020-07-13
C89 compiler mode fixes
Rory OConnell
2020-07-13
Update tests for new calculations
Rory OConnell
2020-07-13
Calculating sizes of VM components for a Fiber
Rory OConnell
2020-07-13
Use object iv table size in calculation
Rory OConnell
2020-07-13
Use size of hash's table in calculation
Rory OConnell
2020-07-13
All values use page slot size in calculation
Rory OConnell
2020-07-12
Fix `ssize_t` for mingw; ref #5030
dearblue
2020-07-11
Merge pull request #5030 from RoryO/fix-compile-msvc-io-utf8
Yukihiro "Matz" Matsumoto
2020-07-10
downcase windows include file for mingw compatability
Rory OConnell
2020-07-10
Need typedef of ssize_t for msc compiler
Rory OConnell
2020-07-10
fix case scopes and variable names
Rory OConnell
2020-07-09
Initial ObjectSpace.memsize_of implementation
Rory OConnell
2020-06-30
Merge pull request #5028 from RoryO/msvc-optimize-shuffle-bug
Yukihiro "Matz" Matsumoto
2020-06-29
Work around more MSC optimzer bugs
Rory OConnell
2020-06-29
Fix the bug that `mrbc` generates `a.rb.mrb` instead of `a.mrb`.
Yukihiro "Matz" Matsumoto
2020-06-26
Reduce scope of volatile keyword for MSC bug
Rory OConnell
2020-06-26
Narrower scope working around MSC bug
Rory OConnell
2020-06-26
work around MSC optimization generating non functional code
Rory OConnell
2020-06-25
Use `snprintf` instead of `memcpy` in `mrbc.c`.
Yukihiro "Matz" Matsumoto
2020-06-25
Change flag names in preparation of `REnv` refactoring.
Yukihiro "Matz" Matsumoto
2020-06-25
Use `mrb_get_argc()` to improve performance.
Yukihiro "Matz" Matsumoto
2020-06-20
Fix potential buffer overflow in `sprintf.c`.
Yukihiro "Matz" Matsumoto
[prev]
[next]