<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_protobuf, branch jb-mr2-dev</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>Prevent conflicts between local and proto variable names.</title>
<updated>2013-04-04T12:56:23+00:00</updated>
<author>
<name>Ulas Kirazci</name>
<email>ulas@google.com</email>
</author>
<published>2013-04-03T22:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=fb8f78fe6e2d757b813747d5d401a0eeb0cd478b'/>
<id>fb8f78fe6e2d757b813747d5d401a0eeb0cd478b</id>
<content type='text'>
Prefix access to proto variable names with "this.". Also remove unused
GenerateMergingCode.

Change-Id: I5f07d3252fc385c4174d9165b64785b40f676e17
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prefix access to proto variable names with "this.". Also remove unused
GenerateMergingCode.

Change-Id: I5f07d3252fc385c4174d9165b64785b40f676e17
</pre>
</div>
</content>
</entry>
<entry>
<title>Nano protobufs.</title>
<updated>2013-04-03T20:23:39+00:00</updated>
<author>
<name>Ulas Kirazci</name>
<email>ulas@google.com</email>
</author>
<published>2013-03-14T23:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=43325653beb4e5b6923d0380a84bf7e204be5c22'/>
<id>43325653beb4e5b6923d0380a84bf7e204be5c22</id>
<content type='text'>
Like micro protobufs except:

- No setter/getter/hazzer functions.
- Has state is not available. Outputs all fields != their default.
- CodedInputStream can only take byte[] (not InputStream).
- Repeated fields are in arrays, not ArrayList or Vector.
- Unset messages/groups are null, not "defaultInstance()".
- Required fields are always serialized.

To use:

- Link libprotobuf-java-2.3.0-nano runtime.
- Use LOCAL_PROTOC_OPTIMIZE_TYPE := nano

Change-Id: I7429015b3c5f7f38b7be01eb2d4927f7a9999c80
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Like micro protobufs except:

- No setter/getter/hazzer functions.
- Has state is not available. Outputs all fields != their default.
- CodedInputStream can only take byte[] (not InputStream).
- Repeated fields are in arrays, not ArrayList or Vector.
- Unset messages/groups are null, not "defaultInstance()".
- Required fields are always serialized.

To use:

- Link libprotobuf-java-2.3.0-nano runtime.
- Use LOCAL_PROTOC_OPTIMIZE_TYPE := nano

Change-Id: I7429015b3c5f7f38b7be01eb2d4927f7a9999c80
</pre>
</div>
</content>
</entry>
<entry>
<title>am db9ab02c: (-s ours) Build against the NDK for x86 and mips too.</title>
<updated>2012-12-15T02:40:47+00:00</updated>
<author>
<name>Ying Wang</name>
<email>wangying@google.com</email>
</author>
<published>2012-12-15T02:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=adeccdc18128424a6879bc45b60be90a2e0ca104'/>
<id>adeccdc18128424a6879bc45b60be90a2e0ca104</id>
<content type='text'>
* commit 'db9ab02c090cdc5d2b31399867a4052351b8793d':
  Build against the NDK for x86 and mips too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit 'db9ab02c090cdc5d2b31399867a4052351b8793d':
  Build against the NDK for x86 and mips too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Build against the NDK for x86 and mips too.</title>
<updated>2012-12-15T02:19:15+00:00</updated>
<author>
<name>Ying Wang</name>
<email>wangying@google.com</email>
</author>
<published>2012-09-06T18:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=db9ab02c090cdc5d2b31399867a4052351b8793d'/>
<id>db9ab02c090cdc5d2b31399867a4052351b8793d</id>
<content type='text'>
Change-Id: I68963dc1c274c3dcf1038d4e21dc418f9554b78f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I68963dc1c274c3dcf1038d4e21dc418f9554b78f
</pre>
</div>
</content>
</entry>
<entry>
<title>Add gnustl+rtti version of cpp full library</title>
<updated>2012-11-08T17:26:05+00:00</updated>
<author>
<name>Przemyslaw Szczepaniak</name>
<email>pszczepaniak@google.com</email>
</author>
<published>2012-11-06T14:42:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=a939d667261041b51bfa2cc746d0f6c3b6a66207'/>
<id>a939d667261041b51bfa2cc746d0f6c3b6a66207</id>
<content type='text'>
Adding new version of cpp  library,
'libprotobuf-cpp-2.3.0-full-gnustl-rtti'. Previously, c++ code
compiled against gnustl couldn't link with this library - having
both gnustl and stlport in same binary leads to nasty conflicts.

Bug: 7484202
Change-Id: Ic4fbbfc2839c4ce88bf605cf3d9cca47b146f965
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding new version of cpp  library,
'libprotobuf-cpp-2.3.0-full-gnustl-rtti'. Previously, c++ code
compiled against gnustl couldn't link with this library - having
both gnustl and stlport in same binary leads to nasty conflicts.

Bug: 7484202
Change-Id: Ic4fbbfc2839c4ce88bf605cf3d9cca47b146f965
</pre>
</div>
</content>
</entry>
<entry>
<title>Build against the NDK for x86 and mips too.</title>
<updated>2012-09-07T16:30:03+00:00</updated>
<author>
<name>Ying Wang</name>
<email>wangying@google.com</email>
</author>
<published>2012-09-06T18:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=082bf44e4b6c03be4970d461912d1d74adbb4cff'/>
<id>082bf44e4b6c03be4970d461912d1d74adbb4cff</id>
<content type='text'>
Change-Id: I68963dc1c274c3dcf1038d4e21dc418f9554b78f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I68963dc1c274c3dcf1038d4e21dc418f9554b78f
</pre>
</div>
</content>
</entry>
<entry>
<title>am a6d94785: Retire LOCAL_NDK_VERSION.</title>
<updated>2012-08-14T19:21:11+00:00</updated>
<author>
<name>Ying Wang</name>
<email>wangying@google.com</email>
</author>
<published>2012-08-14T19:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=0e637a107438c37fff84cc89a79ba9fd1bed4a26'/>
<id>0e637a107438c37fff84cc89a79ba9fd1bed4a26</id>
<content type='text'>
* commit 'a6d94785fc7c80c33de99b5a65e6a5e3a2e93fb3':
  Retire LOCAL_NDK_VERSION.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit 'a6d94785fc7c80c33de99b5a65e6a5e3a2e93fb3':
  Retire LOCAL_NDK_VERSION.
</pre>
</div>
</content>
</entry>
<entry>
<title>Retire LOCAL_NDK_VERSION.</title>
<updated>2012-08-14T19:02:51+00:00</updated>
<author>
<name>Ying Wang</name>
<email>wangying@google.com</email>
</author>
<published>2012-08-14T17:28:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=a6d94785fc7c80c33de99b5a65e6a5e3a2e93fb3'/>
<id>a6d94785fc7c80c33de99b5a65e6a5e3a2e93fb3</id>
<content type='text'>
Bug: 6932421
Change-Id: Ieaad80daf4e6a4a7f058dd242f37a144e8ee9e76
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 6932421
Change-Id: Ieaad80daf4e6a4a7f058dd242f37a144e8ee9e76
</pre>
</div>
</content>
</entry>
<entry>
<title>Retire LOCAL_NDK_VERSION.</title>
<updated>2012-08-14T17:28:02+00:00</updated>
<author>
<name>Ying Wang</name>
<email>wangying@google.com</email>
</author>
<published>2012-08-14T17:28:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=f6da580c598ac3718d65487eed1f08003ff27fd5'/>
<id>f6da580c598ac3718d65487eed1f08003ff27fd5</id>
<content type='text'>
Bug: 6932421
Change-Id: Ieaad80daf4e6a4a7f058dd242f37a144e8ee9e76
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 6932421
Change-Id: Ieaad80daf4e6a4a7f058dd242f37a144e8ee9e76
</pre>
</div>
</content>
</entry>
<entry>
<title>No-op - skip bad commit</title>
<updated>2012-07-31T15:31:24+00:00</updated>
<author>
<name>The Android Open Source Project</name>
<email>initial-contribution@android.com</email>
</author>
<published>2012-07-31T15:31:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=589f591841e40d6d0b6e0115a3c9f0f8055889cb'/>
<id>589f591841e40d6d0b6e0115a3c9f0f8055889cb</id>
<content type='text'>
Change-Id: I8cda9afd9b0c85953145135563ef4fb3a0bbb743
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8cda9afd9b0c85953145135563ef4fb3a0bbb743
</pre>
</div>
</content>
</entry>
</feed>
