<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_protobuf, branch gingerbread</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 vestigial references to StringUtf8Micro.</title>
<updated>2010-10-06T17:00:08+00:00</updated>
<author>
<name>Wink Saville</name>
<email>wink@google.com</email>
</author>
<published>2010-10-06T17:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=3574de1ca8301e1e13d1c89f2e2a902499d6bae9'/>
<id>3574de1ca8301e1e13d1c89f2e2a902499d6bae9</id>
<content type='text'>
Change-Id: Ica75231b03de4768c671bf046b92bd7630ecd5c8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ica75231b03de4768c671bf046b92bd7630ecd5c8
</pre>
</div>
</content>
</entry>
<entry>
<title>Make these modules optional.</title>
<updated>2010-10-05T17:26:34+00:00</updated>
<author>
<name>Jean-Baptiste Queru</name>
<email>jbq@google.com</email>
</author>
<published>2010-10-05T17:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=b854f4d90094e0e0b3b63b199fd9c26279d77245'/>
<id>b854f4d90094e0e0b3b63b199fd9c26279d77245</id>
<content type='text'>
This allows compiling this code in Gingerbread.

Bug: 3064326

Change-Id: Idab78a5a31a3c2fc35bcdb773aaecf1e4fb70bcb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows compiling this code in Gingerbread.

Bug: 3064326

Change-Id: Idab78a5a31a3c2fc35bcdb773aaecf1e4fb70bcb
</pre>
</div>
</content>
</entry>
<entry>
<title>Make protobuf usable by host-side java apps</title>
<updated>2010-10-01T01:50:26+00:00</updated>
<author>
<name>Omari Stephens</name>
<email>xsdg@android.com</email>
</author>
<published>2010-09-30T22:59:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=373caa091181f70951688e5b34eafd3bcac96716'/>
<id>373caa091181f70951688e5b34eafd3bcac96716</id>
<content type='text'>
Change-Id: Ic214bfb361eb2167d301b55a34b209a84a6d4a08
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic214bfb361eb2167d301b55a34b209a84a6d4a08
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some python generated file/dirs to external/protobuf/.gitignore.</title>
<updated>2010-08-16T15:23:32+00:00</updated>
<author>
<name>Wink Saville</name>
<email>wink@google.com</email>
</author>
<published>2010-08-16T15:23:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=fdcaf07a13de696b42edbf2cf1b98e61052be8ce'/>
<id>fdcaf07a13de696b42edbf2cf1b98e61052be8ce</id>
<content type='text'>
Change-Id: If22801f80a9bfe0fa5905e07894ec4b07f6db23b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If22801f80a9bfe0fa5905e07894ec4b07f6db23b
</pre>
</div>
</content>
</entry>
<entry>
<title>Add libprotobuf-cpp-2.3.0-full.</title>
<updated>2010-06-28T22:05:24+00:00</updated>
<author>
<name>Wink Saville</name>
<email>wink@google.com</email>
</author>
<published>2010-06-28T22:05:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=732aaf0089505130cea55633bcfb2fdf5111f380'/>
<id>732aaf0089505130cea55633bcfb2fdf5111f380</id>
<content type='text'>
Add full c++ version of libprotobuf as a static library.

Change-Id: I153bc913ff51e6a904284b733cac000497e1caac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add full c++ version of libprotobuf as a static library.

Change-Id: I153bc913ff51e6a904284b733cac000497e1caac
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed speed optimization for strings.</title>
<updated>2010-06-08T00:04:13+00:00</updated>
<author>
<name>Wink Saville</name>
<email>wink@google.com</email>
</author>
<published>2010-06-08T00:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=1b639e09d77de609bed080f5d2ca88d72ba42559'/>
<id>1b639e09d77de609bed080f5d2ca88d72ba42559</id>
<content type='text'>
Removed use of StringUtf8Micro and instead use an extra byte array
instance variable directly in the class. This allows the list returned
for repeated strings to be a String instead of a StringUtf8Micro
making the class compatible with existing code.

Removed PerfTimer.java which isn't used.

Change-Id: Ie6acfb40f98f59a48c1a795d86f715078f9611f5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed use of StringUtf8Micro and instead use an extra byte array
instance variable directly in the class. This allows the list returned
for repeated strings to be a String instead of a StringUtf8Micro
making the class compatible with existing code.

Removed PerfTimer.java which isn't used.

Change-Id: Ie6acfb40f98f59a48c1a795d86f715078f9611f5
</pre>
</div>
</content>
</entry>
<entry>
<title>Add libprotobuf-java-2.3.0-lite.</title>
<updated>2010-06-05T00:44:37+00:00</updated>
<author>
<name>Wink Saville</name>
<email>wink@google.com</email>
</author>
<published>2010-06-05T00:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=a3d3079a7ea18b2c052842272949247b7b4601e9'/>
<id>a3d3079a7ea18b2c052842272949247b7b4601e9</id>
<content type='text'>
Also, have all the libraries follow the same naming convention so
rename com.google.protobuf.micro library to libprotobuf-java-2.3.0-micro.

Change-Id: I7c2a7d883a17f9a6d084ce4cac9601e344e416bf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, have all the libraries follow the same naming convention so
rename com.google.protobuf.micro library to libprotobuf-java-2.3.0-micro.

Change-Id: I7c2a7d883a17f9a6d084ce4cac9601e344e416bf
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip stlport for simulator</title>
<updated>2010-06-04T16:39:02+00:00</updated>
<author>
<name>Kenny Root</name>
<email>kroot@google.com</email>
</author>
<published>2010-06-04T16:37:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=5ea4d5824c2de3b0e838f838d4513e9f4dcd7d00'/>
<id>5ea4d5824c2de3b0e838f838d4513e9f4dcd7d00</id>
<content type='text'>
The host's stl library conflicts with stlport, so we need to exclude
stlport from inclusion in the build if we're targeting the simulator.

Change-Id: Ib4da6140f4b8abb271d8e67636ccec2a796c8c5a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The host's stl library conflicts with stlport, so we need to exclude
stlport from inclusion in the build if we're targeting the simulator.

Change-Id: Ib4da6140f4b8abb271d8e67636ccec2a796c8c5a
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add libprotobuf-cpp-2.3.0-lite"</title>
<updated>2010-06-03T22:55:02+00:00</updated>
<author>
<name>Wink Saville</name>
<email>wink@google.com</email>
</author>
<published>2010-06-03T22:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=92006e8ce53aee4c55c9befde0a78e3709420583'/>
<id>92006e8ce53aee4c55c9befde0a78e3709420583</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add libprotobuf-cpp-2.3.0-lite</title>
<updated>2010-06-03T22:33:07+00:00</updated>
<author>
<name>Wink Saville</name>
<email>wink@google.com</email>
</author>
<published>2010-06-03T22:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=b3fe74bb7067581371f487b12112b62ef8e66b9e'/>
<id>b3fe74bb7067581371f487b12112b62ef8e66b9e</id>
<content type='text'>
Added android/config.h which will be used to configure
android builds of libraries. Currently I've undef HAVE_HASH_MAP
and HAVE_HASH_SET as the versions in stlport generated compile
errors.

Updated .gitignore to be more selective on what it ignores so
android/config.h wouldn't be ignored.

Change-Id: I53f3636121db2c6017491a37998b816aaf0cab5d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added android/config.h which will be used to configure
android builds of libraries. Currently I've undef HAVE_HASH_MAP
and HAVE_HASH_SET as the versions in stlport generated compile
errors.

Updated .gitignore to be more selective on what it ignores so
android/config.h wouldn't be ignored.

Change-Id: I53f3636121db2c6017491a37998b816aaf0cab5d
</pre>
</div>
</content>
</entry>
</feed>
