<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_protobuf/objectivec/google, branch sdk-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>Add module for JavaLite and fix builds</title>
<updated>2019-04-09T13:48:01+00:00</updated>
<author>
<name>Hao Nguyen</name>
<email>haon@google.com</email>
</author>
<published>2019-04-09T13:48:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=ef1e8e7172bedd177b91bdbeacdca1478021d0df'/>
<id>ef1e8e7172bedd177b91bdbeacdca1478021d0df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minimize amount of filepaths being copied into protos.</title>
<updated>2018-12-13T13:53:50+00:00</updated>
<author>
<name>Dave MacLachlan</name>
<email>dmaclach@gmail.com</email>
</author>
<published>2018-12-12T00:32:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=b6311767e61c77f0adaea3c389d7a2963201c75d'/>
<id>b6311767e61c77f0adaea3c389d7a2963201c75d</id>
<content type='text'>
By putting the NSAssert behind a DEBUG flag we aren't copying filepaths
into release builds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By putting the NSAssert behind a DEBUG flag we aren't copying filepaths
into release builds.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated checked-in generated code</title>
<updated>2018-11-09T19:35:34+00:00</updated>
<author>
<name>Adam Cozzette</name>
<email>acozzette@google.com</email>
</author>
<published>2018-11-09T19:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=86d4fe47df26a4b4c38e0c6ce11139a116393016'/>
<id>86d4fe47df26a4b4c38e0c6ce11139a116393016</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Regenerate C# and Objective-C.</title>
<updated>2018-09-19T19:54:57+00:00</updated>
<author>
<name>Michael Shields</name>
<email>mshields@google.com</email>
</author>
<published>2018-09-19T19:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=10360e342ff842bb2e828b8c038710d6f9dc6d4f'/>
<id>10360e342ff842bb2e828b8c038710d6f9dc6d4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Regenerated Objective C protos.</title>
<updated>2018-09-07T18:32:06+00:00</updated>
<author>
<name>Josh Haberman</name>
<email>jhaberman@gmail.com</email>
</author>
<published>2018-09-07T18:32:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=f14064184cc31668b44df2bcf8654c0b7da6b9db'/>
<id>f14064184cc31668b44df2bcf8654c0b7da6b9db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update generated descriptors.</title>
<updated>2018-08-09T00:21:04+00:00</updated>
<author>
<name>Feng Xiao</name>
<email>xfxyjwf@gmail.com</email>
</author>
<published>2018-08-09T00:21:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=a4862e790ec34a902b322e22e92acc049b63941d'/>
<id>a4862e790ec34a902b322e22e92acc049b63941d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trim imports for bundled generated protos.</title>
<updated>2018-04-02T13:54:29+00:00</updated>
<author>
<name>Thomas Van Lenten</name>
<email>thomasvl@google.com</email>
</author>
<published>2018-03-28T20:53:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=bca797dac9c5c6f549be12e2bc9addbf51b1d18f'/>
<id>bca797dac9c5c6f549be12e2bc9addbf51b1d18f</id>
<content type='text'>
To avoid a cycle between headers, have the WKTs use minimal imports instead
of using the helper to get everything from the library.

Fixes https://github.com/google/protobuf/issues/4301
Fixes https://github.com/google/protobuf/issues/4403
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid a cycle between headers, have the WKTs use minimal imports instead
of using the helper to get everything from the library.

Fixes https://github.com/google/protobuf/issues/4301
Fixes https://github.com/google/protobuf/issues/4403
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated checked-in generated code</title>
<updated>2018-03-14T18:17:06+00:00</updated>
<author>
<name>Adam Cozzette</name>
<email>acozzette@google.com</email>
</author>
<published>2018-03-14T17:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=b1216d95db304326f4c28d6dbc7d0860c43d8208'/>
<id>b1216d95db304326f4c28d6dbc7d0860c43d8208</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix to use "nil" instead of "NULL" for objc objects.</title>
<updated>2018-01-31T19:24:51+00:00</updated>
<author>
<name>Thomas Van Lenten</name>
<email>thomasvl@google.com</email>
</author>
<published>2018-01-31T18:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=d83837ded558bc2fd2b61a5f51ed52e4606345aa'/>
<id>d83837ded558bc2fd2b61a5f51ed52e4606345aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an explicit import of stdatomic.h.</title>
<updated>2018-01-25T17:18:39+00:00</updated>
<author>
<name>Thomas Van Lenten</name>
<email>thomasvl@google.com</email>
</author>
<published>2018-01-23T18:38:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=3e1587fd4bcfaa447aa5fb43198f4f8709c673e4'/>
<id>3e1587fd4bcfaa447aa5fb43198f4f8709c673e4</id>
<content type='text'>
The generated code for enums needs atomics support, so generate the
import instead of relying on it via transitive imports. This will
make future changes to this likely likely to break generated code
and runtime support are mixed.

Followup to https://github.com/google/protobuf/pull/4184.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The generated code for enums needs atomics support, so generate the
import instead of relying on it via transitive imports. This will
make future changes to this likely likely to break generated code
and runtime support are mixed.

Followup to https://github.com/google/protobuf/pull/4184.
</pre>
</div>
</content>
</entry>
</feed>
