Joshua Haberman
|
9879f423ff
Ruby <2.7now uses WeakMap too, which prevents memory leaks.
|
4 년 전 |
Joshua Haberman
|
9abf6e2ab0
Ported Ruby extension to upb_msg (#8184)
|
4 년 전 |
Joshua Haberman
|
8393d4833f
Nearly all known cases (map, repeated field, and top-level) have been addressed.
|
6 년 전 |
Joshua Haberman
|
bd253f0130
Fixed equality, and extended to repeated fields and maps.
|
6 년 전 |
Joshua Haberman
|
cf07d3c1b2
layout_init() optimization works!
|
6 년 전 |
Joshua Haberman
|
63f324a993
Roll forward Ruby upb changes now that protobuf Ruby build is fixed (#5866)
|
6 년 전 |
Joshua Haberman
|
d57581348d
Revert "Convert Google::Protobuf.deep_copy to pure Ruby"
|
6 년 전 |
Aaron Patterson
|
3b67455319
Convert Google::Protobuf.deep_copy to pure Ruby
|
6 년 전 |
Joe Bolinger
|
e780681e35
Allow repeated fields in Ruby to accept multiple arguments on push (#5736)
|
6 년 전 |
Joe Bolinger
|
64eb9b6e85
Add more descriptive error messages to init methods in Ruby (#5659)
|
6 년 전 |
Paul Yang
|
cf7c15e31a
Fix ruby gc_test in ruby 2.4 (#4011)
|
7 년 전 |
Brendan Ribera
|
de028631fc
fix #2036: use `rb_hash_*` to accumulate hashes
|
9 년 전 |
Josh Haberman
|
ff7f68ae9f
Ruby: encode and freeze strings when the are assigned or decoded.
|
9 년 전 |
Josh Haberman
|
d61e6adfcc
Return TypedData_Wrap_Struct directly.
|
10 년 전 |
Josh Haberman
|
a1daeaba80
Conform to C89/C90 variable declaration rules.
|
10 년 전 |
Chris Fallin
|
231886f632
Ruby C extension speedup: don't re-intern constant string needlessly.
|
10 년 전 |
Adam Greene
|
cd7ebbe54f
make repeated_field quack like an array
|
10 년 전 |
Adam Greene
|
d55733c76e
return nil if array index indicie is out of bounds
|
10 년 전 |
Isaiah Peng
|
ee5f6e9a35
add #to_ary to RepeatedField
|
10 년 전 |
Chris Fallin
|
fd1a3ff11d
Support for maps in the MRI C Ruby extension.
|
10 년 전 |
Chris Fallin
|
91473dcebf
Rename protobuf Ruby module to google/protobuf and rework its build
|
10 년 전 |