<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/src/optargpm.h, branch rfc4_dev</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>cpp conversion: move source files in apps/ iso19111/ conversions/ projections/ transformations/ tests/ subdirectories</title>
<updated>2018-12-26T09:08:54+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-12-19T11:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=e6de172371ea203f6393d745641d66c82b5b13e2'/>
<id>e6de172371ea203f6393d745641d66c82b5b13e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cpp conversion: fix remaining warnings</title>
<updated>2018-12-26T09:08:54+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-12-18T21:02:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=8198bb580a5640415e09b8fd3533ffaa11317ca6'/>
<id>8198bb580a5640415e09b8fd3533ffaa11317ca6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cpp conversion: fix zero-as-null-pointer-constant warnings</title>
<updated>2018-12-26T09:08:53+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-12-18T20:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=8211f48b1ac6c941f46a8f2df90bdbfdcbc85981'/>
<id>8211f48b1ac6c941f46a8f2df90bdbfdcbc85981</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings found by clang with new warning flags to be added in later commit</title>
<updated>2018-05-30T09:48:28+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-05-29T20:45:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=f773897a3025438326c1131e1586d9ddae080c4f'/>
<id>f773897a3025438326c1131e1586d9ddae080c4f</id>
<content type='text'>
Fixes consist in:
- no use of comma operator for multi statement purpose
- avoid confusing comma in for loops first and third clauses
- avoid implicit long to int casts by storing to long, or explicit bound checking before cast
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes consist in:
- no use of comma operator for multi statement purpose
- avoid confusing comma in for loops first and third clauses
- avoid implicit long to int casts by storing to long, or explicit bound checking before cast
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --version option to gie and cct.</title>
<updated>2018-02-04T14:49:48+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>thokn@sdfe.dk</email>
</author>
<published>2018-02-04T14:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=0ca9e9ff582e9ed2243c1991326b172880d94f35'/>
<id>0ca9e9ff582e9ed2243c1991326b172880d94f35</id>
<content type='text'>
Additionally correct a spelling error in optargpm.h and
remove two lines of leftover cruft from gie.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Additionally correct a spelling error in optargpm.h and
remove two lines of leftover cruft from gie.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove superfluous element free_format from OPTARGPM object (#716)</title>
<updated>2017-12-18T15:37:44+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>busstoptaktik@users.noreply.github.com</email>
</author>
<published>2017-12-18T15:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=9eb17155ba7fe7d11110ae7e20416af0b5016750'/>
<id>9eb17155ba7fe7d11110ae7e20416af0b5016750</id>
<content type='text'>
Fixes #699 </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #699 </pre>
</div>
</content>
</entry>
<entry>
<title>Free format everywhere (#693)</title>
<updated>2017-12-17T17:04:13+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>busstoptaktik@users.noreply.github.com</email>
</author>
<published>2017-12-17T17:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=74ae4b09bbc80edb44a123a8272014d15b7d4b8d'/>
<id>74ae4b09bbc80edb44a123a8272014d15b7d4b8d</id>
<content type='text'>
* Free format now in cmd lines, in gie, and in init files

* Corrected handling of defaults

* Add demo of integrated definition and validation

* Repair stack-smashing memmove in get_init

* repair paralist corruption, clean up debug output

* Install test files for nmake builds

* Add many improvements following suggestions by @schwehr

* Be consistent in requiring lower case everywhere in gie.c

Also, this Fixes #703 and Fixes #697 
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Free format now in cmd lines, in gie, and in init files

* Corrected handling of defaults

* Add demo of integrated definition and validation

* Repair stack-smashing memmove in get_init

* repair paralist corruption, clean up debug output

* Install test files for nmake builds

* Add many improvements following suggestions by @schwehr

* Be consistent in requiring lower case everywhere in gie.c

Also, this Fixes #703 and Fixes #697 
</pre>
</div>
</content>
</entry>
<entry>
<title>gie support for builtin errcodes, and other improvements (#684)</title>
<updated>2017-11-27T03:03:07+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>busstoptaktik@users.noreply.github.com</email>
</author>
<published>2017-11-27T03:03:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=1f48f4c333bfe135296d3be643ef4981dc401c38'/>
<id>1f48f4c333bfe135296d3be643ef4981dc401c38</id>
<content type='text'>
* gie support for builtin errcodes, and other improvements
* allow lower case error constants</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gie support for builtin errcodes, and other improvements
* allow lower case error constants</pre>
</div>
</content>
</entry>
<entry>
<title>Repair double cct io-blunder</title>
<updated>2017-11-16T19:57:49+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>thokn@sdfe.dk</email>
</author>
<published>2017-11-16T19:57:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=27ac393771dfa6ad7b5d8b3305ac6f323773b517'/>
<id>27ac393771dfa6ad7b5d8b3305ac6f323773b517</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Linguistics: Clarify this and that, here and there (#632)</title>
<updated>2017-10-27T20:50:40+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>busstoptaktik@users.noreply.github.com</email>
</author>
<published>2017-10-27T20:50:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5646ff12f32adf78e2bc187e6557ce64e4e04b39'/>
<id>5646ff12f32adf78e2bc187e6557ce64e4e04b39</id>
<content type='text'>
* Linguistics: Clarify this and that, here and there

* Revert nullification of PJ_cart-&gt;fwd, inv
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Linguistics: Clarify this and that, here and there

* Revert nullification of PJ_cart-&gt;fwd, inv
</pre>
</div>
</content>
</entry>
</feed>
