<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_protobuf/objectivec/README.md, 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>Remove/replace travis references (#4953)</title>
<updated>2018-07-23T00:14:24+00:00</updated>
<author>
<name>Feng Xiao</name>
<email>xfxyjwf@gmail.com</email>
</author>
<published>2018-07-23T00:14:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=2dcd6ae4097d6b7ef570d707c70ee397fc274a52'/>
<id>2dcd6ae4097d6b7ef570d707c70ee397fc274a52</id>
<content type='text'>
* Remove/replace travis references.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove/replace travis references.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update code to work for Xcode 10b1 (#4729)</title>
<updated>2018-06-05T19:14:19+00:00</updated>
<author>
<name>Sergio Campamá</name>
<email>kaipi@google.com</email>
</author>
<published>2018-06-05T19:14:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=6933e2f499b8c2b3a318cc4dbceb83b88ab39b0e'/>
<id>6933e2f499b8c2b3a318cc4dbceb83b88ab39b0e</id>
<content type='text'>
* Update code to work for Xcode 10b

* Update README and test scripts to mention that Xcode 7 is no longer supported
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update code to work for Xcode 10b

* Update README and test scripts to mention that Xcode 7 is no longer supported
</pre>
</div>
</content>
</entry>
<entry>
<title>[ObjC] Add ability to introspect list of enum values (#4678)</title>
<updated>2018-05-29T12:08:00+00:00</updated>
<author>
<name>leovitch</name>
<email>leovitch+github@gmail.com</email>
</author>
<published>2018-05-29T12:08:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=2804902446bf6f3d7d2a58fad7a053034dfcda84'/>
<id>2804902446bf6f3d7d2a58fad7a053034dfcda84</id>
<content type='text'>
Added new API to GPBEnumDescriptor to enable introspection of enum values.

Refactored implementation so that this contains a minimum of added code.

Clarified comments regarding behavior in the presence of the alias_allowed option.

Added unit tests for new functionality and for the alias case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added new API to GPBEnumDescriptor to enable introspection of enum values.

Refactored implementation so that this contains a minimum of added code.

Clarified comments regarding behavior in the presence of the alias_allowed option.

Added unit tests for new functionality and for the alias case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up the docs to mention the WKTs generated files also.</title>
<updated>2018-02-07T15:41:21+00:00</updated>
<author>
<name>Thomas Van Lenten</name>
<email>thomasvl@google.com</email>
</author>
<published>2018-02-07T15:39:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=07f023188e929019f506e9b390dde70539ea857f'/>
<id>07f023188e929019f506e9b390dde70539ea857f</id>
<content type='text'>
Fixes #4277
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #4277
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.md</title>
<updated>2016-11-17T18:58:45+00:00</updated>
<author>
<name>Samuel Rossoff (of The Ebon Blade)</name>
<email>sam@snapchat.com</email>
</author>
<published>2016-11-17T18:58:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=d571d39923e8d304286c37bfb4b7545e832c6288'/>
<id>d571d39923e8d304286c37bfb4b7545e832c6288</id>
<content type='text'>
needed a grave here, not an apostrophy</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
needed a grave here, not an apostrophy</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Objective-C generator option typo</title>
<updated>2016-06-27T21:56:34+00:00</updated>
<author>
<name>Nathan Wong</name>
<email>nathan@nathanwong.co.uk</email>
</author>
<published>2016-06-27T21:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=3be6110934bb5cb9e6668a3394d1bfd1fa58cb73'/>
<id>3be6110934bb5cb9e6668a3394d1bfd1fa58cb73</id>
<content type='text'>
Looks like this was changed during #1683, but missed in the README :)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Looks like this was changed during #1683, but missed in the README :)</pre>
</div>
</content>
</entry>
<entry>
<title>Add new generation option for using proto sources from other frameworks.</title>
<updated>2016-06-17T14:31:05+00:00</updated>
<author>
<name>Thomas Van Lenten</name>
<email>thomasvl@google.com</email>
</author>
<published>2016-06-17T14:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=8c20e55c57c90a1a84ac7cf4de96e65911c8212b'/>
<id>8c20e55c57c90a1a84ac7cf4de96e65911c8212b</id>
<content type='text'>
- Better docs in the generator for the different options that can be passed
  during an invoke of protoc.
- Add named_framework_to_proto_path_mappings_path to pass the path to a file
  containing mappings of frameworks for different proto files.
- Update the generation to use the mapping to change the #import directives
  it creates.

Note: the changes in helpers is mostly moving code within the fine, and then
a small change to expose the parsing so a passed on class can consume the line.

Fixes https://github.com/google/protobuf/issues/1457
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Better docs in the generator for the different options that can be passed
  during an invoke of protoc.
- Add named_framework_to_proto_path_mappings_path to pass the path to a file
  containing mappings of frameworks for different proto files.
- Update the generation to use the mapping to change the #import directives
  it creates.

Note: the changes in helpers is mostly moving code within the fine, and then
a small change to expose the parsing so a passed on class can consume the line.

Fixes https://github.com/google/protobuf/issues/1457
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for generation sources into a framework.</title>
<updated>2016-06-15T15:36:52+00:00</updated>
<author>
<name>Thomas Van Lenten</name>
<email>thomasvl@google.com</email>
</author>
<published>2016-06-14T17:23:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=a2a3399a6f84e29ab2dfc8c55739bbd495c314ce'/>
<id>a2a3399a6f84e29ab2dfc8c55739bbd495c314ce</id>
<content type='text'>
- Add a protoc objc option (generate_for_named_framework) to set the name of
  the framework all generated sources will be in.
- Tweak some comments/naming to make it clear what is the Protobuf framework
  vs. the framework for generated code.
- Update the objc README to document the new generation option to protoc.

This is working towards https://github.com/google/protobuf/issues/1457.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add a protoc objc option (generate_for_named_framework) to set the name of
  the framework all generated sources will be in.
- Tweak some comments/naming to make it clear what is the Protobuf framework
  vs. the framework for generated code.
- Update the objc README to document the new generation option to protoc.

This is working towards https://github.com/google/protobuf/issues/1457.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in README.md/CHANGES.txt</title>
<updated>2016-01-11T22:52:01+00:00</updated>
<author>
<name>Dongjoon Hyun</name>
<email>dongjoon@apache.org</email>
</author>
<published>2016-01-11T22:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=7b08d49e9d8eea1097ce61b1295a45d4da00a144'/>
<id>7b08d49e9d8eea1097ce61b1295a45d4da00a144</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the min toolchain for iOS/OS X to be Xcode 7</title>
<updated>2015-12-10T21:40:10+00:00</updated>
<author>
<name>Thomas Van Lenten</name>
<email>thomasvl@google.com</email>
</author>
<published>2015-12-10T20:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=938ba4103934db7459a920ca0cd96f0fd3953695'/>
<id>938ba4103934db7459a920ca0cd96f0fd3953695</id>
<content type='text'>
- Let Xcode update the projects, schemes, and info.plists.
- Add workaround for shallow analyzer issues in current Xcode versions (deep analyze gets things correct).
- Tweak the Swift based tests to avoid warnings from Xcode 7's XCTest using optionals for autoenclosure results.
- No longer tag the ObjC iOS travis test as flaky, xctool seems to manage the simulator pretty well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Let Xcode update the projects, schemes, and info.plists.
- Add workaround for shallow analyzer issues in current Xcode versions (deep analyze gets things correct).
- Tweak the Swift based tests to avoid warnings from Xcode 7's XCTest using optionals for autoenclosure results.
- No longer tag the ObjC iOS travis test as flaky, xctool seems to manage the simulator pretty well.
</pre>
</div>
</content>
</entry>
</feed>
