<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/src/Makefile.am, branch 5.1.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>Fix libtool versioning, using the proper number for 'age'</title>
<updated>2018-05-24T19:17:21+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-05-24T19:17:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=12269c2f9a49dc867c7bb4d37f23b3947911a0a3'/>
<id>12269c2f9a49dc867c7bb4d37f23b3947911a0a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version numbers for 5.1.0 release</title>
<updated>2018-05-24T16:28:03+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-05-24T16:28:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=62960c27e44ba1259bad509740a0a8b0925caa5e'/>
<id>62960c27e44ba1259bad509740a0a8b0925caa5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use proj_strtod.h for proj_strtod and proj_atof</title>
<updated>2018-05-23T17:07:49+00:00</updated>
<author>
<name>Kurt Schwehr</name>
<email>schwehr@google.com</email>
</author>
<published>2018-05-23T17:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=1d2d1ee73ed2100e5587f5070f97245fcc03cbee'/>
<id>1d2d1ee73ed2100e5587f5070f97245fcc03cbee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove src/org_proj4_Projections.h file. This file was not used anywhere, since it was replaced by org_proj4_PJ file since 2012.</title>
<updated>2018-04-27T08:47:44+00:00</updated>
<author>
<name>Martin Desruisseaux</name>
<email>martin.desruisseaux@geomatys.com</email>
</author>
<published>2018-04-27T08:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=56f089510a170164ffc4792a7f7c57ba8f64f1c9'/>
<id>56f089510a170164ffc4792a7f7c57ba8f64f1c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Collect custom C99 math functions in proj_math.h</title>
<updated>2018-04-16T20:55:06+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-04-14T14:47:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=327a8f8b5a850167901a92747767e14ffe77c03b'/>
<id>327a8f8b5a850167901a92747767e14ffe77c03b</id>
<content type='text'>
We are relying more and more on C99 math functions. On C89 systems where
those functions are not available our own custom versions of those
functions are used instead. So far these has been spread across the code
base. This commit gathers them in the same file and introduces the
proj_math.h header. The build system checks for C99 math functions. If
not found the proj_math.h header make sure that C99 functions are
defined as their pj_ equivalent.

Ideally proj_math.h is included instead of math.h. This removes the need
for any checks against HAVE_C99_MATH in the code making it easier to
read.

For this commit the functions hypot, log1p and asinh has been taken care
of.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We are relying more and more on C99 math functions. On C89 systems where
those functions are not available our own custom versions of those
functions are used instead. So far these has been spread across the code
base. This commit gathers them in the same file and introduces the
proj_math.h header. The build system checks for C99 math functions. If
not found the proj_math.h header make sure that C99 functions are
defined as their pj_ equivalent.

Ideally proj_math.h is included instead of math.h. This removes the need
for any checks against HAVE_C99_MATH in the code making it easier to
read.

For this commit the functions hypot, log1p and asinh has been taken care
of.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix SOVERSION for Automake build.</title>
<updated>2018-02-02T18:59:00+00:00</updated>
<author>
<name>Bas Couwenberg</name>
<email>sebastic@xs4all.nl</email>
</author>
<published>2018-02-02T18:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=cc50f3dfcfba4faeb0ee44efda6e1001a885a93b'/>
<id>cc50f3dfcfba4faeb0ee44efda6e1001a885a93b</id>
<content type='text'>
Fixes: #763
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #763
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump various version numbers in preparation for v. 5.0.0</title>
<updated>2018-02-01T20:15:02+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-01-10T10:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=4ffec0f7a70f344e34b9863ca8e07b88178f4241'/>
<id>4ffec0f7a70f344e34b9863ca8e07b88178f4241</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce preparation/finalization steps in fwd/inv subsystem, supporting arbitrary dimensionality in test code</title>
<updated>2018-01-03T20:06:58+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>busstoptaktik@users.noreply.github.com</email>
</author>
<published>2018-01-03T20:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=a3a67fb366e4628e5bda9e30b93b73648665e4d3'/>
<id>a3a67fb366e4628e5bda9e30b93b73648665e4d3</id>
<content type='text'>
* Call trans func of same dimensionality as input in gie

* Refactor prep/fin code for pj_fwd/pj_inv 2D,3D,4D

* Remove prime meridian handling from pj_transform (now handled in pj_fwd_prepare/pj_inv_finalize)

* Introduce prep/fin skips, mostly in support of axisswap and pipeline drivers

* Refactor fwd/inv subsystem

* pj_transform: Let pj_fwd/inv handle scaling

* Let pj_fwd/inv3d fall back to 2D eventually</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Call trans func of same dimensionality as input in gie

* Refactor prep/fin code for pj_fwd/pj_inv 2D,3D,4D

* Remove prime meridian handling from pj_transform (now handled in pj_fwd_prepare/pj_inv_finalize)

* Introduce prep/fin skips, mostly in support of axisswap and pipeline drivers

* Refactor fwd/inv subsystem

* pj_transform: Let pj_fwd/inv handle scaling

* Let pj_fwd/inv3d fall back to 2D eventually</pre>
</div>
</content>
</entry>
<entry>
<title>Central conic projection (gnomonic) implementation (as 'proj=ccon') (#662)</title>
<updated>2017-11-21T16:40:21+00:00</updated>
<author>
<name>Łukasz Komsta</name>
<email>22728459+luqqe@users.noreply.github.com</email>
</author>
<published>2017-11-21T16:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=742d8913037464b484c45c40c7d14a216599f834'/>
<id>742d8913037464b484c45c40c7d14a216599f834</id>
<content type='text'>
Central conic projection implemented as 'ccon'.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Central conic projection implemented as 'ccon'.</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce geodetic-geocentric conversions ... (#669)</title>
<updated>2017-11-16T17:05:54+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>busstoptaktik@users.noreply.github.com</email>
</author>
<published>2017-11-16T17:05:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=9532b482d03b57e26f735dd695257d41fc91cb5f'/>
<id>9532b482d03b57e26f735dd695257d41fc91cb5f</id>
<content type='text'>
* Introduce geodetic-geocentric conversions, as PJ_xxx style conversion step and as API entry points

* minor improvements and minor bug squashing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Introduce geodetic-geocentric conversions, as PJ_xxx style conversion step and as API entry points

* minor improvements and minor bug squashing
</pre>
</div>
</content>
</entry>
</feed>
