<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/src/transformations, branch 6.3.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>Modify verbosity level of some debug/trace messages</title>
<updated>2019-12-25T09:45:20+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-12-25T09:45:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=90875d7616facf04a1836be833fb810142f3d8e1'/>
<id>90875d7616facf04a1836be833fb810142f3d8e1</id>
<content type='text'>
- unitconvert, ell_set and helmert were using debug level, which is
  too verbose. Using trace instead
- proj_trans() was using trace to indicate the operation it selects.
  Changing it to debug
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- unitconvert, ell_set and helmert were using debug level, which is
  too verbose. Using trace instead
- proj_trans() was using trace to indicate the operation it selects.
  Changing it to debug
</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>
<entry>
<title>Merge pull request #1618 from cffk/c99-math-update</title>
<updated>2019-09-19T12:30:21+00:00</updated>
<author>
<name>Charles Karney</name>
<email>charles@karney.com</email>
</author>
<published>2019-09-19T12:30:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=8948068deaa8b1b9cf14e7e509d06abc3a0b8dcf'/>
<id>8948068deaa8b1b9cf14e7e509d06abc3a0b8dcf</id>
<content type='text'>
Remove unneeded C99 compatibility functions from math.cpp and proj_math.h
I'll do the clean up of the -std=c89 flags etc. as a separate pull request.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unneeded C99 compatibility functions from math.cpp and proj_math.h
I'll do the clean up of the -std=c89 flags etc. as a separate pull request.</pre>
</div>
</content>
</entry>
<entry>
<title>Delete proj_math.h.  Replace includes by &lt;math.h&gt;; we'll see if anyone</title>
<updated>2019-09-18T20:29:35+00:00</updated>
<author>
<name>Charles Karney</name>
<email>charles.karney@sri.com</email>
</author>
<published>2019-09-18T20:29:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=aa215ceeaaf6e5120f0eb2d28887471a8d819f10'/>
<id>aa215ceeaaf6e5120f0eb2d28887471a8d819f10</id>
<content type='text'>
needs &lt;limits.h&gt;.  Update scripts/reference_exported_symbols.txt and
src/proj_symbol_rename.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
needs &lt;limits.h&gt;.  Update scripts/reference_exported_symbols.txt and
src/proj_symbol_rename.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>helmert: validate scale parameter to avoid later division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16106</title>
<updated>2019-09-17T19:41:15+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-09-17T19:41:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=8e76c61082c5c74d1e29d5d850b2cdd09ab35ba8'/>
<id>8e76c61082c5c74d1e29d5d850b2cdd09ab35ba8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>affine: remove duplicate #include "proj_internal.h"</title>
<updated>2019-03-30T19:30:28+00:00</updated>
<author>
<name>Chris Mayo</name>
<email>aklhfex@gmail.com</email>
</author>
<published>2019-03-30T19:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6ae93423b74cee676e356e7f9e0a72725f61b5b6'/>
<id>6ae93423b74cee676e356e7f9e0a72725f61b5b6</id>
<content type='text'>
Introduced by "Merge projects.h into proj_internal.h" 8ab6f68.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduced by "Merge projects.h into proj_internal.h" 8ab6f68.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate instances of  #include "proj_internal.h"</title>
<updated>2019-03-29T19:17:37+00:00</updated>
<author>
<name>Chris Mayo</name>
<email>aklhfex@gmail.com</email>
</author>
<published>2019-03-29T19:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=095d2204f8bb05d172936aebbb1e9e44852c049f'/>
<id>095d2204f8bb05d172936aebbb1e9e44852c049f</id>
<content type='text'>
Introduced by "Merge projects.h into proj_internal.h" 8ab6f683.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduced by "Merge projects.h into proj_internal.h" 8ab6f683.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1322 from rouault/ossfuzz_fixes</title>
<updated>2019-03-17T07:10:20+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-03-17T07:10:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=bf609ea9ae605d3cf3ce76307f92712b75f01e47'/>
<id>bf609ea9ae605d3cf3ce76307f92712b75f01e47</id>
<content type='text'>
Various ossfuzz fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Various ossfuzz fixes</pre>
</div>
</content>
</entry>
<entry>
<title>Use 1st eccentricity instead of 2nd eccentricity</title>
<updated>2019-03-16T09:21:26+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-03-16T08:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=644a592cc866ae2871eb82fdd428182dab47fab2'/>
<id>644a592cc866ae2871eb82fdd428182dab47fab2</id>
<content type='text'>
By mistake the second eccentricity was used in a few places in the
Molodensky transform. According to the literature the first eccentricity
should always be used in the eccentricity.

This only affects the output slightly. Reported test coordinates
differed by less than a millimeter.

Fixes #1321
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By mistake the second eccentricity was used in a few places in the
Molodensky transform. According to the literature the first eccentricity
should always be used in the eccentricity.

This only affects the output slightly. Reported test coordinates
differed by less than a millimeter.

Fixes #1321
</pre>
</div>
</content>
</entry>
<entry>
<title>Helmert: avoid potential division by zero</title>
<updated>2019-03-16T09:10:03+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-03-15T22:52:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6bde8881169cdf37256b0148e7d383232a4e305e'/>
<id>6bde8881169cdf37256b0148e7d383232a4e305e</id>
<content type='text'>
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11893
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=11893
Credit to OSS Fuzz
</pre>
</div>
</content>
</entry>
</feed>
