<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/src/projections, branch 7.0</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>Robinson inverse projection: error on out of domain values (fixes #2151)</title>
<updated>2020-04-14T22:17:56+00:00</updated>
<author>
<name>PROJ-BOT</name>
<email>59655370+PROJ-BOT@users.noreply.github.com</email>
</author>
<published>2020-04-14T22:17:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=70aebec863f63fdec7f86961dfa9b7924b9ab2dc'/>
<id>70aebec863f63fdec7f86961dfa9b7924b9ab2dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utm/ups: make sure to set errno to PJD_ERR_ELLIPSOID_USE_REQUIRED if es==0</title>
<updated>2020-03-10T17:02:14+00:00</updated>
<author>
<name>github-actions[bot]</name>
<email>github-actions[bot]@users.noreply.github.com</email>
</author>
<published>2020-03-10T17:02:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=9d3fabcf8d218c4b720efb6c476055ce78dc8fae'/>
<id>9d3fabcf8d218c4b720efb6c476055ce78dc8fae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>src/projections/: remove assignments in expression and multiple statements per line</title>
<updated>2020-03-09T10:05:09+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-03-06T19:38:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5e946fdafc24a2f5a0730510dfc28e479a862526'/>
<id>5e946fdafc24a2f5a0730510dfc28e479a862526</id>
<content type='text'>
Should hopefully result in no change in results, and hopefully more
readable code...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should hopefully result in no change in results, and hopefully more
readable code...
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bad copy&amp;replace pattern on HEALPix and rHEALPix projection names</title>
<updated>2020-03-03T06:49:28+00:00</updated>
<author>
<name>github-actions[bot]</name>
<email>github-actions[bot]@users.noreply.github.com</email>
</author>
<published>2020-03-02T17:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=c8e213fff85df15e8dd55fc0bc8c73fab46876e0'/>
<id>c8e213fff85df15e8dd55fc0bc8c73fab46876e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add comments to vandg.cpp to tie implementation to Snyder (1987).</title>
<updated>2020-02-08T19:33:06+00:00</updated>
<author>
<name>Charles Karney</name>
<email>charles.karney@sri.com</email>
</author>
<published>2020-02-08T19:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=06d0a4c835ac2467d04879b8743b8bd2acdcdbad'/>
<id>06d0a4c835ac2467d04879b8743b8bd2acdcdbad</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 #1917 from rouault/fix_test_issues_on_i386</title>
<updated>2020-02-08T09:17:18+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-02-08T09:17:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=ead6a66d9830e1f3e0f49a9d46fcd500f342f20f'/>
<id>ead6a66d9830e1f3e0f49a9d46fcd500f342f20f</id>
<content type='text'>
Fix test issues on i386</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix test issues on i386</pre>
</div>
</content>
</entry>
<entry>
<title>Fix numerical precision issues in vandg and robin</title>
<updated>2020-02-07T10:08:43+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-02-07T00:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=7001c21828420f027f5984132d551af99794f1e4'/>
<id>7001c21828420f027f5984132d551af99794f1e4</id>
<content type='text'>
Refs #1906
Fix remaining issues of https://github.com/OSGeo/PROJ/issues/1906#issuecomment-583168348
as found with gcc 8.2.0 -m32 -O2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #1906
Fix remaining issues of https://github.com/OSGeo/PROJ/issues/1906#issuecomment-583168348
as found with gcc 8.2.0 -m32 -O2
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test issues on i386</title>
<updated>2020-02-06T23:21:25+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-02-06T23:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=19bfb4987a8085d3ec1c8f29423866f884fdbd1f'/>
<id>19bfb4987a8085d3ec1c8f29423866f884fdbd1f</id>
<content type='text'>
Fix a few issues of #1906 found when running the test suite
on Ubuntu 16.04 with gcc 5.5 -m32. When applied on top of
the fix of #1912, make check succeeds
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a few issues of #1906 found when running the test suite
on Ubuntu 16.04 with gcc 5.5 -m32. When applied on top of
the fix of #1912, make check succeeds
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cppcheck warnings and make it work with latest cppcheck 1.90</title>
<updated>2020-02-06T22:33:38+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-02-06T22:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=c8f8a5a6c522fcd18b2ca42d4345bc9be115abd3'/>
<id>c8f8a5a6c522fcd18b2ca42d4345bc9be115abd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Various fixes/workarounds to make cppcheck 1.72 (Ubuntu 16.04) and HEAD/1.90dev happy (fixes #1648)</title>
<updated>2019-10-28T08:03:10+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-10-28T08:03:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=4330f9fa4391b4d39c52c972c75327ed2ba6ce33'/>
<id>4330f9fa4391b4d39c52c972c75327ed2ba6ce33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
