<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/include/proj/internal, branch 8.1</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>Merge pull request #2787 from rouault/vgrid_perf_improvements</title>
<updated>2021-07-23T07:17:18+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-07-23T07:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=80dddb675276ec1cb28525e481c0c6bedb886145'/>
<id>80dddb675276ec1cb28525e481c0c6bedb886145</id>
<content type='text'>
GeoTIFF grid reading: perf improvements (fixes #2785)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GeoTIFF grid reading: perf improvements (fixes #2785)</pre>
</div>
</content>
</entry>
<entry>
<title>proj_cleanup(): make sure it frees the database context of the default PJ_CONTEXT</title>
<updated>2021-06-03T09:29:56+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-06-03T09:29:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=85512dd3a782cf04520fe11b645de8e4ef42932d'/>
<id>85512dd3a782cf04520fe11b645de8e4ef42932d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make proj_context_set_autoclose_database() a no-op as it would defeat the purpose of the new database connection sharing</title>
<updated>2021-06-03T09:29:16+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-06-02T20:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=9ce2d6fc0e1d7591d0d588a16ab6589910092cfc'/>
<id>9ce2d6fc0e1d7591d0d588a16ab6589910092cfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup: add proj/internal/mutex.hpp as compat layer for mingw32 for std::mutex</title>
<updated>2021-06-02T16:08:48+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-06-02T16:07:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=e297475f0d05b3c8cfbc5cee90add7d7a37c6a02'/>
<id>e297475f0d05b3c8cfbc5cee90add7d7a37c6a02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake build: add a NLOHMANN_JSON_ORIGIN=auto/external/internal setting allowing to choose which nlohmann/json to use</title>
<updated>2021-04-30T11:27:25+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-04-23T12:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=29ac85d55273e83a3ada19037959ae7c7823f5b7'/>
<id>29ac85d55273e83a3ada19037959ae7c7823f5b7</id>
<content type='text'>
Co-authored-by: Mike Taves &lt;mwtoews@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Mike Taves &lt;mwtoews@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update nlohmann/json to latest 3.9.1 release</title>
<updated>2021-04-30T11:27:15+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-04-23T10:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=36ac12c74210083ff3d699c9a57bf8b421939483'/>
<id>36ac12c74210083ff3d699c9a57bf8b421939483</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Formatting fix</title>
<updated>2021-02-22T15:36:45+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-02-22T15:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=4dcce2a8578131c1d7bb9d505cadc169f677cc3e'/>
<id>4dcce2a8578131c1d7bb9d505cadc169f677cc3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Close database connection if autoclose set to True</title>
<updated>2021-02-14T01:14:29+00:00</updated>
<author>
<name>snowman2</name>
<email>alansnow21@gmail.com</email>
</author>
<published>2021-02-14T01:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6353da92f1284f9a46e94ccc782278c259d69166'/>
<id>6353da92f1284f9a46e94ccc782278c259d69166</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split coordinateoperation.cpp in many files in iso19111/operation directory</title>
<updated>2020-12-12T21:23:28+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-12-12T21:09:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=4bc3fec94ae0c27c6327e163ea35098347bac0f1'/>
<id>4bc3fec94ae0c27c6327e163ea35098347bac0f1</id>
<content type='text'>
The big size of coordinateoperation.cpp could require significant amount
of RAM to build it with -O2 level, and cause compiler crashes in some
environments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The big size of coordinateoperation.cpp could require significant amount
of RAM to build it with -O2 level, and cause compiler crashes in some
environments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add +proj=topocentric geocentric-&gt;topocentric conversion (fixes #500)</title>
<updated>2020-11-23T19:58:26+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-11-22T14:08:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d8fe9964bcbc6d1eeaddf6f5d47ca6d444dc8744'/>
<id>d8fe9964bcbc6d1eeaddf6f5d47ca6d444dc8744</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
