<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_protobuf/examples, branch android10-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>Revert "Merge changes from topic "protobuf3.5.2""</title>
<updated>2018-11-05T01:36:28+00:00</updated>
<author>
<name>Colin Cross</name>
<email>ccross@android.com</email>
</author>
<published>2018-11-05T01:34:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=11fb7aeddd6ff7229bcf0834017f8091f97d7edb'/>
<id>11fb7aeddd6ff7229bcf0834017f8091f97d7edb</id>
<content type='text'>
This reverts commit 584979bf55601bd23e533d704a75cd0e95af66b9, reversing
changes made to 219bbcdcd5b1dbf19758ff2e75d971b98215896d:
      Remove libprotobuf-java-lite
      Update stubs
      Revert "Wrap liblog dependency in GOOGLE_PROTOBUF_MIN_LOG_LEVEL"
      Update javamicro to compile against v3.5.2
      Update Android.bp to match BUILD
      Rerun configure
      Merge tag 'v3.5.2' into master
      Revert "Remove 2 usage of isspace as they are not stl port compatible"
      Revert "Use GOOGLE_CHECK Macro for validation"
      Revert "Emit macros with proper parentheses."
      Revert "Generate syntactically correct java for imports from classes with no packages."
      Revert "Fix some unused parameter warnings"
      Revert "protobuf: work around a static analyzer bug"
      Revert "Suppress clang-analyzer-core.uninitialized.UndefReturn warning."

Change-Id: Ia04c0b15ebd45e8c7e02edaa6e1f10aeb11ef337
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 584979bf55601bd23e533d704a75cd0e95af66b9, reversing
changes made to 219bbcdcd5b1dbf19758ff2e75d971b98215896d:
      Remove libprotobuf-java-lite
      Update stubs
      Revert "Wrap liblog dependency in GOOGLE_PROTOBUF_MIN_LOG_LEVEL"
      Update javamicro to compile against v3.5.2
      Update Android.bp to match BUILD
      Rerun configure
      Merge tag 'v3.5.2' into master
      Revert "Remove 2 usage of isspace as they are not stl port compatible"
      Revert "Use GOOGLE_CHECK Macro for validation"
      Revert "Emit macros with proper parentheses."
      Revert "Generate syntactically correct java for imports from classes with no packages."
      Revert "Fix some unused parameter warnings"
      Revert "protobuf: work around a static analyzer bug"
      Revert "Suppress clang-analyzer-core.uninitialized.UndefReturn warning."

Change-Id: Ia04c0b15ebd45e8c7e02edaa6e1f10aeb11ef337
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix go example test.</title>
<updated>2017-09-14T00:04:13+00:00</updated>
<author>
<name>Feng Xiao</name>
<email>xfxyjwf@gmail.com</email>
</author>
<published>2017-09-12T19:00:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=8136ccb296814e22017ff91d260f0c1d02701486'/>
<id>8136ccb296814e22017ff91d260f0c1d02701486</id>
<content type='text'>
It needs "-I" flag to find imported file google/protobuf/timestamp.proto
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It needs "-I" flag to find imported file google/protobuf/timestamp.proto
</pre>
</div>
</content>
</entry>
<entry>
<title>Add bazel support for examples.</title>
<updated>2017-09-08T23:01:49+00:00</updated>
<author>
<name>Feng Xiao</name>
<email>xfxyjwf@gmail.com</email>
</author>
<published>2017-09-08T22:44:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=74bf45f379b35e1d103940f35d7a04545b0235d4'/>
<id>74bf45f379b35e1d103940f35d7a04545b0235d4</id>
<content type='text'>
The example utilizes native bazel rules (proto_library, cc_proto_library,
java_proto_library, java_lite_proto_library) to show how easy it is to
build protobuf with bazel's native support. It also makes use of well
known types which was not possible until the latest bazel 0.5.4 release
and https://github.com/google/protobuf/pull/3594 .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The example utilizes native bazel rules (proto_library, cc_proto_library,
java_proto_library, java_lite_proto_library) to show how easy it is to
build protobuf with bazel's native support. It also makes use of well
known types which was not possible until the latest bazel 0.5.4 release
and https://github.com/google/protobuf/pull/3594 .
</pre>
</div>
</content>
</entry>
<entry>
<title>from __future__ import print_function</title>
<updated>2017-08-17T23:14:48+00:00</updated>
<author>
<name>cclauss</name>
<email>cclauss@bluewin.ch</email>
</author>
<published>2017-08-17T23:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=067543cd6d0a6475b4d34f55a32236dac819461a'/>
<id>067543cd6d0a6475b4d34f55a32236dac819461a</id>
<content type='text'>
The future import is required to support the print(x, end=" ") parameter in Python 2.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The future import is required to support the print(x, end=" ") parameter in Python 2.</pre>
</div>
</content>
</entry>
<entry>
<title>print() function &amp; define raw_input() for Python 3</title>
<updated>2017-08-17T23:09:14+00:00</updated>
<author>
<name>cclauss</name>
<email>cclauss@bluewin.ch</email>
</author>
<published>2017-08-17T23:09:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=7daedbd8cab451534f271bbbf86e1319986a20b9'/>
<id>7daedbd8cab451534f271bbbf86e1319986a20b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add classpath for java example Makefile</title>
<updated>2017-07-31T06:53:05+00:00</updated>
<author>
<name>king6cong</name>
<email>king6cong@gmail.com</email>
</author>
<published>2017-07-31T06:45:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=547d76ed8e23275d1acadb92d0ea891562bf55e0'/>
<id>547d76ed8e23275d1acadb92d0ea891562bf55e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add protobuf_generate function, allows use of target_sources where available</title>
<updated>2017-06-03T02:57:08+00:00</updated>
<author>
<name>Walter Gray</name>
<email>wgray@leapmotion.com</email>
</author>
<published>2017-05-30T23:49:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=0336770801c53543f4b1f3ebfd28dfc65e331c5c'/>
<id>0336770801c53543f4b1f3ebfd28dfc65e331c5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Integrate from internal code base.</title>
<updated>2016-07-13T20:48:40+00:00</updated>
<author>
<name>Feng Xiao</name>
<email>xfxyjwf@gmail.com</email>
</author>
<published>2016-07-13T20:47:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=9086d9643903c608ab015b0b7d903547a4e7b6f3'/>
<id>9086d9643903c608ab015b0b7d903547a4e7b6f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ExternalProject_Add to build the examples in a stand-alone fashion.</title>
<updated>2016-06-06T19:06:55+00:00</updated>
<author>
<name>Walter Gray</name>
<email>wgray@leapmotion.com</email>
</author>
<published>2016-06-06T17:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=09f6a5c1d2da9fe30e2bcb63045165728efe1fa2'/>
<id>09f6a5c1d2da9fe30e2bcb63045165728efe1fa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake project updates</title>
<updated>2016-06-03T21:10:07+00:00</updated>
<author>
<name>Konstantin Podsvirov</name>
<email>konstantin@podsvirov.pro</email>
</author>
<published>2016-06-01T14:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=71556295ffe315be34ce70e1a6821860fb088f07'/>
<id>71556295ffe315be34ce70e1a6821860fb088f07</id>
<content type='text'>
A series of improvements:

- Improved Protobuf module compatibility (disabled by default);
- Hide advanced settings;
- Added build tree configuration;
- Added build of examples.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A series of improvements:

- Improved Protobuf module compatibility (disabled by default);
- Hide advanced settings;
- Added build tree configuration;
- Added build of examples.
</pre>
</div>
</content>
</entry>
</feed>
