<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_protobuf/m4, 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>Add std::forward and std::move autoconf check</title>
<updated>2017-08-15T18:44:16+00:00</updated>
<author>
<name>Jisi Liu</name>
<email>jisi.liu@gmail.com</email>
</author>
<published>2017-08-15T18:44:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=4a4c67b6a2aa7d2c5051a53c25a96008956b587f'/>
<id>4a4c67b6a2aa7d2c5051a53c25a96008956b587f</id>
<content type='text'>
Protobuf now uses these two features, which are not available on some
platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Protobuf now uses these two features, which are not available on some
platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed cross compilations with the Autotools build</title>
<updated>2017-01-03T21:14:39+00:00</updated>
<author>
<name>Adam Cozzette</name>
<email>acozzette@google.com</email>
</author>
<published>2017-01-03T21:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=b40d318650ccde8893400c32814df6f4cdd24fe5'/>
<id>b40d318650ccde8893400c32814df6f4cdd24fe5</id>
<content type='text'>
Pull request #2517 caused cross compilations to start failing, because
the js_embed binary was being built to run on the target platform
instead of on the build machine. This change updates the Autotools build
to use the AX_PROG_CXX_FOR_BUILD macro to find a suitable compiler for
the build machine and always use that when building js_embed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pull request #2517 caused cross compilations to start failing, because
the js_embed binary was being built to run on the target platform
instead of on the build machine. This change updates the Autotools build
to use the AX_PROG_CXX_FOR_BUILD macro to find a suitable compiler for
the build machine and always use that when building js_embed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include -std=c++11 when compiling protobuf if available.</title>
<updated>2016-12-07T22:59:42+00:00</updated>
<author>
<name>Sergio Campama</name>
<email>kaipi@google.com</email>
</author>
<published>2016-12-07T22:53:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=1d91c2588c425761bc1f1824cdc55c43ea0b34f3'/>
<id>1d91c2588c425761bc1f1824cdc55c43ea0b34f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #789 from motahan/solaris64_fix</title>
<updated>2016-01-21T00:57:01+00:00</updated>
<author>
<name>Feng Xiao</name>
<email>xiaofeng@google.com</email>
</author>
<published>2016-01-21T00:57:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=fe066bd514fcd08f2c2bf94d3d0e89e3c4f10884'/>
<id>fe066bd514fcd08f2c2bf94d3d0e89e3c4f10884</id>
<content type='text'>
Fixing compile errors on Solaris in 64-bit mode</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixing compile errors on Solaris in 64-bit mode</pre>
</div>
</content>
</entry>
<entry>
<title>Revert the change and remove an incorrect comment</title>
<updated>2016-01-09T13:38:42+00:00</updated>
<author>
<name>Peter Newman</name>
<email>peternewman@users.noreply.github.com</email>
</author>
<published>2016-01-09T13:38:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=4af1cc7445ddc72785e7df5bf0a208940f2b2d9c'/>
<id>4af1cc7445ddc72785e7df5bf0a208940f2b2d9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the docs claimed define for HAVE_UNORDERED_MAP</title>
<updated>2015-12-15T01:32:27+00:00</updated>
<author>
<name>Peter Newman</name>
<email>peternewman@users.noreply.github.com</email>
</author>
<published>2015-12-15T01:32:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=1808e8a479e53ad48832cf409f8b1d96694a75cb'/>
<id>1808e8a479e53ad48832cf409f8b1d96694a75cb</id>
<content type='text'>
Make the code match what the docs claimed, to return a define for HAVE_UNORDERED_MAP</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the code match what the docs claimed, to return a define for HAVE_UNORDERED_MAP</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing compile errors on Solaris in 64-bit mode</title>
<updated>2015-09-02T15:34:23+00:00</updated>
<author>
<name>Mohamed El-Tahan</name>
<email>meltahan@bloomberg.net</email>
</author>
<published>2015-09-02T15:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=97fa4ca1565d216d102af9510b17966c28c7a52a'/>
<id>97fa4ca1565d216d102af9510b17966c28c7a52a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for solaris atomicops</title>
<updated>2014-09-20T05:04:23+00:00</updated>
<author>
<name>William Orr</name>
<email>will@worrbase.com</email>
</author>
<published>2014-09-20T05:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=2d7786cfc3aa8f38326f97fe43b2efc092aacf6f'/>
<id>2d7786cfc3aa8f38326f97fe43b2efc092aacf6f</id>
<content type='text'>
This patch adds support for atomic operations on Solaris, on any platform.
It makes use of the atomic functions made available in Solaris' atomic.h
header.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds support for atomic operations on Solaris, on any platform.
It makes use of the atomic functions made available in Solaris' atomic.h
header.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix corner case in acx_pthread.m4 to work with -nostdlib, patch from Kacper Kowalik.</title>
<updated>2011-01-13T06:44:11+00:00</updated>
<author>
<name>liujisi@google.com</name>
<email>liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d</email>
</author>
<published>2011-01-13T06:44:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=d4a57f1557daba389d4af4d99afdc68a9fd5278a'/>
<id>d4a57f1557daba389d4af4d99afdc68a9fd5278a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
