<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/qt5/qtlocation-mapboxgl.git/platform/android/src/style/conversion/geojson.hpp, branch upstream/master</title>
<subtitle>code.qt.io: qt/qtlocation-mapboxgl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/qt5/qtlocation-mapboxgl.git/'/>
<entry>
<title>Replace compile-time polymorphism with runtime polymorphism in the conversion system</title>
<updated>2017-10-23T16:56:43+00:00</updated>
<author>
<name>John Firebaugh</name>
<email>john.firebaugh@gmail.com</email>
</author>
<published>2017-09-26T21:14:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/qt5/qtlocation-mapboxgl.git/commit/?id=4b2e1cddb4645fb6d2c5f9634dbeb7c21516cede'/>
<id>4b2e1cddb4645fb6d2c5f9634dbeb7c21516cede</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[core, android] Factor JSON string conversions</title>
<updated>2017-05-08T20:48:57+00:00</updated>
<author>
<name>John Firebaugh</name>
<email>john.firebaugh@gmail.com</email>
</author>
<published>2017-05-05T23:31:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/qt5/qtlocation-mapboxgl.git/commit/?id=baaae99a03202641ae5b8024e57b691fe61a6688'/>
<id>baaae99a03202641ae5b8024e57b691fe61a6688</id>
<content type='text'>
This adds a `convertJSON` template, to be used like:

   Error error
   optional&lt;Foo&gt; foo = convertJSON&lt;Foo&gt;(string, error);

Internally, it parses the string with RapidJSON and then calls `convert&lt;Foo&gt;(parsed, error)`.

While here, rationalize GeoJSON converters and fix error handling for Tileset conversion in OfflineDownload.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a `convertJSON` template, to be used like:

   Error error
   optional&lt;Foo&gt; foo = convertJSON&lt;Foo&gt;(string, error);

Internally, it parses the string with RapidJSON and then calls `convert&lt;Foo&gt;(parsed, error)`.

While here, rationalize GeoJSON converters and fix error handling for Tileset conversion in OfflineDownload.
</pre>
</div>
</content>
</entry>
<entry>
<title>[android] geojson conversion optimisation</title>
<updated>2017-03-28T12:44:22+00:00</updated>
<author>
<name>Ivo van Dongen</name>
<email>info@ivovandongen.nl</email>
</author>
<published>2017-03-22T13:05:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/qt5/qtlocation-mapboxgl.git/commit/?id=fa7489fb7ea8ec85cb746e0bc497518d72c638b9'/>
<id>fa7489fb7ea8ec85cb746e0bc497518d72c638b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[core] Internalize rapidjson.hpp</title>
<updated>2017-03-28T11:53:19+00:00</updated>
<author>
<name>Bruno de Oliveira Abinader</name>
<email>bruno@mapbox.com</email>
</author>
<published>2017-02-23T12:48:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/qt5/qtlocation-mapboxgl.git/commit/?id=9b39013ce4c6f98590b80ced425e0a3bcdb3f77f'/>
<id>9b39013ce4c6f98590b80ced425e0a3bcdb3f77f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[all] Replace Result&lt;T&gt; with optional&lt;T&gt; plus out Error parameter</title>
<updated>2017-03-23T20:31:13+00:00</updated>
<author>
<name>John Firebaugh</name>
<email>john.firebaugh@gmail.com</email>
</author>
<published>2017-03-08T01:00:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/qt5/qtlocation-mapboxgl.git/commit/?id=d7227e13a7a87cf50a4c8c1f0615fc565f5a2679'/>
<id>d7227e13a7a87cf50a4c8c1f0615fc565f5a2679</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[core] remove trailing whitespace, add trailing newlines, add space after //</title>
<updated>2017-01-27T10:44:16+00:00</updated>
<author>
<name>Konstantin Käfer</name>
<email>mail@kkaefer.com</email>
</author>
<published>2017-01-26T17:52:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/qt5/qtlocation-mapboxgl.git/commit/?id=62ea1f21858c69f6921c775ba7a3de201f0514d8'/>
<id>62ea1f21858c69f6921c775ba7a3de201f0514d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[build] move logging to util</title>
<updated>2016-11-22T19:58:51+00:00</updated>
<author>
<name>Konstantin Käfer</name>
<email>mail@kkaefer.com</email>
</author>
<published>2016-11-22T14:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/qt5/qtlocation-mapboxgl.git/commit/?id=e76de0540284118845c93c4351c82c6c8d5a090a'/>
<id>e76de0540284118845c93c4351c82c6c8d5a090a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[android] Sources: peer model, mutability (#6054)</title>
<updated>2016-09-21T09:04:32+00:00</updated>
<author>
<name>Ivo van Dongen</name>
<email>ivovandongen@users.noreply.github.com</email>
</author>
<published>2016-09-21T09:04:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/qt5/qtlocation-mapboxgl.git/commit/?id=eb97dbe383ca7697feab5860995b97181c39c607'/>
<id>eb97dbe383ca7697feab5860995b97181c39c607</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
