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
Age
Commit message (
Expand
)
Author
2020-07-17
Add ObjectSpace.memsize_of_all
Rory OConnell
2020-07-17
Use `proc->env` to check `block_given?` if possible; fix #5039
Yukihiro "Matz" Matsumoto
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 #5038 from dearblue/bidx
Yukihiro "Matz" Matsumoto
2020-07-17
Merge pull request #5032 from RoryO/add-objspace-memsize-of
Yukihiro "Matz" Matsumoto
2020-07-16
Fixed shift width for `MRB_ENV_SET_BIDX()`
dearblue
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-15
Merge pull request #5036 from shuujii/fix-build_dir-mrbgems-gem_init.c-genera...
Yukihiro "Matz" Matsumoto
2020-07-15
Merge pull request #5037 from shuujii/set-STDOUT.sync=true-when-testing-on-Ap...
Yukihiro "Matz" Matsumoto
2020-07-14
Set `STDOUT.sync=true` when testing on AppVeyor [skip travis]
KOBAYASHI Shuji
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-13
Merge pull request #5034 from dearblue/ssize_t
Yukihiro "Matz" Matsumoto
2020-07-12
Fix `ssize_t` for mingw; ref #5030
dearblue
2020-07-11
Merge pull request #5033 from dearblue/mrb_free_backtrace
Yukihiro "Matz" Matsumoto
2020-07-11
Remove the prototype declaration `mrb_free_backtrace()`
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-07-08
Merge pull request #5031 from RoryO/update-ci
Yukihiro "Matz" Matsumoto
2020-07-07
remove verbose test output
Rory OConnell
2020-07-07
fix rake -m for separating build and test steps
Rory OConnell
2020-07-06
Avoid infinite loop when converting objects to strings.
Yukihiro "Matz" Matsumoto
2020-07-05
try not separating build and test steps
Rory OConnell
2020-07-05
use verbose test output. use correct config file this time
Rory OConnell
2020-07-05
use correct config file
Rory OConnell
2020-07-05
separate build and test steps, remove MSC
Rory OConnell
2020-07-05
remove vs2013, separate build and test commands
Rory OConnell
2020-07-05
Merge pull request #5029 from RoryO/true-eq-false
Yukihiro "Matz" Matsumoto
2020-07-04
fix object_id of true, false, and undef all 0
Rory OConnell
2020-07-02
Cancel 9cdf439
Yukihiro "Matz" Matsumoto
2020-06-30
Merge pull request #5028 from RoryO/msvc-optimize-shuffle-bug
Yukihiro "Matz" Matsumoto
[next]