<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_protobuf/ruby/src, branch androidx-sqlite-release</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/'/>
<entry>
<title>Remove Ruby to_hash methods</title>
<updated>2019-05-22T19:21:51+00:00</updated>
<author>
<name>Mike Moore</name>
<email>mike@blowmage.com</email>
</author>
<published>2019-05-22T19:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=565154af78c01c0424833022179dbfbe43fb081c'/>
<id>565154af78c01c0424833022179dbfbe43fb081c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>delete all duplicate empty blanks (#5758)</title>
<updated>2019-02-21T03:28:50+00:00</updated>
<author>
<name>Xiang Dai</name>
<email>764524258@qq.com</email>
</author>
<published>2019-02-21T03:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=e479410564727d8954e0704254f4345f97e3d844'/>
<id>e479410564727d8954e0704254f4345f97e3d844</id>
<content type='text'>
Signed-off-by: Xiang Dai &lt;764524258@qq.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Xiang Dai &lt;764524258@qq.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>When initializing a message, skip a field if value is nil (#3693)</title>
<updated>2018-06-27T03:27:24+00:00</updated>
<author>
<name>Zachary Anker</name>
<email>zach.anker@gmail.com</email>
</author>
<published>2018-06-27T03:27:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=70544627cb89a61652d688c53984c68013ab985e'/>
<id>70544627cb89a61652d688c53984c68013ab985e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3627 from zanker/zanker/add-submsg-hash-init</title>
<updated>2017-09-21T22:08:45+00:00</updated>
<author>
<name>Joshua Haberman</name>
<email>jhaberman@gmail.com</email>
</author>
<published>2017-09-21T22:08:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=4fc75296c781e851b887da6d05fed722acf3373b'/>
<id>4fc75296c781e851b887da6d05fed722acf3373b</id>
<content type='text'>
Allow initializing a chain of protos using only a hash in Ruby</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow initializing a chain of protos using only a hash in Ruby</pre>
</div>
</content>
</entry>
<entry>
<title>Allow initializing a chain of protos using only a hash</title>
<updated>2017-09-20T18:39:46+00:00</updated>
<author>
<name>Zachary Anker</name>
<email>zanker@squareup.com</email>
</author>
<published>2017-09-12T19:52:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=87714836e328ca3f98c93a451be26bfd35e804b7'/>
<id>87714836e328ca3f98c93a451be26bfd35e804b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed to_h with repeated messages to return hashes in Ruby</title>
<updated>2017-09-20T18:38:05+00:00</updated>
<author>
<name>Zachary Anker</name>
<email>zanker@squareup.com</email>
</author>
<published>2017-09-14T15:35:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=83264bd160326fe808c2d5bfbebe54e77f781152'/>
<id>83264bd160326fe808c2d5bfbebe54e77f781152</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix hash computation for JRuby's RubyMessage</title>
<updated>2016-09-20T18:07:42+00:00</updated>
<author>
<name>Brendan Ribera</name>
<email>brendan.ribera@gmail.com</email>
</author>
<published>2016-09-20T18:07:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=05aa0df532b263bdfca1ac3f8493db7022950239'/>
<id>05aa0df532b263bdfca1ac3f8493db7022950239</id>
<content type='text'>
`System.identityHashCode` returns a hash that does not consider a
Message's values. This means two Messages with identical values will not
have identical hashCodes.

This patch uses the pattern from RubyMap to combine the hashCodes from
all values in a given message and produce a unique, consistent,
value-based hash.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`System.identityHashCode` returns a hash that does not consider a
Message's values. This means two Messages with identical values will not
have identical hashCodes.

This patch uses the pattern from RubyMap to combine the hashCodes from
all values in a given message and produce a unique, consistent,
value-based hash.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ruby: fixed string freezing for JRuby.</title>
<updated>2016-07-25T08:26:14+00:00</updated>
<author>
<name>Josh Haberman</name>
<email>jhaberman@gmail.com</email>
</author>
<published>2016-07-25T08:26:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=d07a9963df7c01d978c0749eb5753f98a3f0dc65'/>
<id>d07a9963df7c01d978c0749eb5753f98a3f0dc65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed oneof behavior for enums and fixed JRuby.</title>
<updated>2016-05-18T22:39:29+00:00</updated>
<author>
<name>Josh Haberman</name>
<email>jhaberman@gmail.com</email>
</author>
<published>2016-05-18T22:39:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=2d514ce2d8b1f5fb00c6031a1a8e4dab968e4927'/>
<id>2d514ce2d8b1f5fb00c6031a1a8e4dab968e4927</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1224 from google/rubysentinel</title>
<updated>2016-02-16T23:43:21+00:00</updated>
<author>
<name>Joshua Haberman</name>
<email>jhaberman@gmail.com</email>
</author>
<published>2016-02-16T23:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=8fc045d8d29732adfad986900363e907fd0f7e8f'/>
<id>8fc045d8d29732adfad986900363e907fd0f7e8f</id>
<content type='text'>
Removed 'optional' from proto3 syntax file.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed 'optional' from proto3 syntax file.</pre>
</div>
</content>
</entry>
</feed>
