<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/man, branch azp</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>Update CMake setup with new projsync man file and removed man3 files</title>
<updated>2020-02-17T20:15:06+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-02-17T20:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=fba4148dd409a272c88525b459a27b05b8d2475c'/>
<id>fba4148dd409a272c88525b459a27b05b8d2475c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update man-pages from Sphinx-docs</title>
<updated>2020-02-17T20:03:16+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-02-17T19:54:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=4fe8a81ca9d8c6883485563dfaca3415ee04389c'/>
<id>4fe8a81ca9d8c6883485563dfaca3415ee04389c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure that projsync man file is packaged correctly</title>
<updated>2020-02-17T20:02:48+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-02-17T19:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=c4878eac38d7d2bd37c87ff4c4007b4b67d09a25'/>
<id>c4878eac38d7d2bd37c87ff4c4007b4b67d09a25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove man3 files</title>
<updated>2020-02-17T20:02:41+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-02-17T11:02:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=2d98931a8875412325680773db85572c383add66'/>
<id>2d98931a8875412325680773db85572c383add66</id>
<content type='text'>
Closes #1258
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1258
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing word in cct.rst and cct.1</title>
<updated>2020-01-11T11:48:27+00:00</updated>
<author>
<name>andreas</name>
<email>panden@gmail.com</email>
</author>
<published>2020-01-11T11:48:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=0fde103a3ef73d2693659b88da2be67a8fedc41f'/>
<id>0fde103a3ef73d2693659b88da2be67a8fedc41f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update man-pages from Sphinx-docs</title>
<updated>2019-12-28T10:22:17+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-12-28T10:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6853c91d468d842e997ea4e44d4786e867f6733e'/>
<id>6853c91d468d842e997ea4e44d4786e867f6733e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to version 1.50 of the geodesic library.</title>
<updated>2019-09-22T20:46:34+00:00</updated>
<author>
<name>Charles Karney</name>
<email>charles.karney@sri.com</email>
</author>
<published>2019-09-22T20:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=a2efc211eb5fa79ce3c6e666e83c3e65afd22e46'/>
<id>a2efc211eb5fa79ce3c6e666e83c3e65afd22e46</id>
<content type='text'>
* Allow arbitrarily complex polygons in geod_polygon_*.  In the case
  of self-intersecting polygons the area is accumulated
  "algebraically", e.g., the areas of the 2 loops in a figure-8
  polygon will partially cancel.
* Simplify code by using C99 functions remainder and remquo.
* More test coverage.

Fixes to associated files:

* src/pipeline.cpp invoke geod_init with f = es / (1 + sqrt(1 - es))
  instead of (the less accurate) f = 1 - sqrt(1 - es)
* src/apps/geod_set.cpp remove "#undef f" (a dangling relic?).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Allow arbitrarily complex polygons in geod_polygon_*.  In the case
  of self-intersecting polygons the area is accumulated
  "algebraically", e.g., the areas of the 2 loops in a figure-8
  polygon will partially cancel.
* Simplify code by using C99 functions remainder and remquo.
* More test coverage.

Fixes to associated files:

* src/pipeline.cpp invoke geod_init with f = es / (1 + sqrt(1 - es))
  instead of (the less accurate) f = 1 - sqrt(1 - es)
* src/apps/geod_set.cpp remove "#undef f" (a dangling relic?).
</pre>
</div>
</content>
</entry>
<entry>
<title>Update man-pages from Sphinx-docs</title>
<updated>2019-08-26T12:35:03+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-08-26T12:35:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5534ec0b609e6352b0839dcb17e155f6363b29a6'/>
<id>5534ec0b609e6352b0839dcb17e155f6363b29a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update man-pages from Sphinx-docs</title>
<updated>2019-05-06T05:28:36+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-05-06T05:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=1c00c6acb288ed63d22dbc224afed34ea80eb309'/>
<id>1c00c6acb288ed63d22dbc224afed34ea80eb309</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build: install projinfo(1) with CMake</title>
<updated>2019-03-22T19:57:38+00:00</updated>
<author>
<name>Chris Mayo</name>
<email>aklhfex@gmail.com</email>
</author>
<published>2019-03-22T19:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6fdc54d12b557f9e7eaffadd4d2f51c1d7b98764'/>
<id>6fdc54d12b557f9e7eaffadd4d2f51c1d7b98764</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
