<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/test/gie/builtins.gie, branch 6.3.2</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>Fix test issues on i386</title>
<updated>2020-02-08T09:50:32+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=0fc56e02e5a3d98c42df6a6db777018bc48dbda0'/>
<id>0fc56e02e5a3d98c42df6a6db777018bc48dbda0</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 test tolerance to run on powerpc architecture</title>
<updated>2019-10-22T12:10:39+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-10-22T12:10:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=b82dbf2726392d48863e9f2d3c5ae490bbd807fa'/>
<id>b82dbf2726392d48863e9f2d3c5ae490bbd807fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>aeqd: for spherical forward path, go to higher precision ellipsoidal case when the point coordinates are super close to the origin (fixes #1654)</title>
<updated>2019-10-03T18:49:26+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-10-03T18:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=9b561406e1ddcde02e868bef908e5cd5140745c7'/>
<id>9b561406e1ddcde02e868bef908e5cd5140745c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add rotation support to the HEALPix projection (#1638)</title>
<updated>2019-10-01T12:05:59+00:00</updated>
<author>
<name>Simon Schneegans</name>
<email>code@simonschneegans.de</email>
</author>
<published>2019-10-01T12:05:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=50a182148d188c21f2bed6399090ebad96fe11cb'/>
<id>50a182148d188c21f2bed6399090ebad96fe11cb</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
<entry>
<title>test/gie/builtins.gie: remove unused parameters</title>
<updated>2019-09-28T09:28:23+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-09-28T09:28:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=34403c875e120558f018637a9950d883d3236cdc'/>
<id>34403c875e120558f018637a9950d883d3236cdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eqdc: avoid potential division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=17190</title>
<updated>2019-09-17T17:53:13+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-09-17T17:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=91d23e65ace9872a785f66db756d77e01381556f'/>
<id>91d23e65ace9872a785f66db756d77e01381556f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>geos: avoid division by zero</title>
<updated>2019-05-05T18:28:59+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-05-05T18:28:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=96af6dbf69dd38421916438702be80f73276d879'/>
<id>96af6dbf69dd38421916438702be80f73276d879</id>
<content type='text'>
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14602
Credit to OSS Fuzz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14602
Credit to OSS Fuzz
</pre>
</div>
</content>
</entry>
<entry>
<title>lagrng: avoid division by zero when latitude is very close to 90</title>
<updated>2019-05-02T16:11:44+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-05-02T16:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=f98f6533cda8fe85fa7507ba97a4eb098ea32cba'/>
<id>f98f6533cda8fe85fa7507ba97a4eb098ea32cba</id>
<content type='text'>
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14477
Credit to OSS Fuzz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14477
Credit to OSS Fuzz
</pre>
</div>
</content>
</entry>
<entry>
<title>gs50 and other mod_ster projections: avoid divison by zero</title>
<updated>2019-04-25T13:19:28+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-04-25T11:55:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=9215789383f4f56a2d989a07bfcbddcaf7ee4736'/>
<id>9215789383f4f56a2d989a07bfcbddcaf7ee4736</id>
<content type='text'>
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14421
Credit to OSS Fuzz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14421
Credit to OSS Fuzz
</pre>
</div>
</content>
</entry>
<entry>
<title>airy: avoid division by zero</title>
<updated>2019-04-22T16:01:09+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-04-22T16:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=1b0c6fbc8b90522983b18772303ff517dec21cd5'/>
<id>1b0c6fbc8b90522983b18772303ff517dec21cd5</id>
<content type='text'>
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14410
Credit to OSS Fuzz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14410
Credit to OSS Fuzz
</pre>
</div>
</content>
</entry>
</feed>
