<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/src/gie.c, 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>cpp conversion: minimal steps to fix compilation errors, not 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-18T19:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=610957f7035242f15743c399ffd429b92bc36206'/>
<id>610957f7035242f15743c399ffd429b92bc36206</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Redirect epsg:XXXX and IGNF:XXXX CRS expansions to the database, and remove the data/epsg and data/IGNF files</title>
<updated>2018-11-28T23:35:25+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-11-26T14:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=67758b2c67ea329116b59818c038797667c4e1d1'/>
<id>67758b2c67ea329116b59818c038797667c4e1d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move 'builtins' test of src/gie.c to test/unit/gie_self_tests.cpp</title>
<updated>2018-11-21T22:22:36+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-11-21T21:55:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=85a4e9149152dd97463651496854f9ecbd720b84'/>
<id>85a4e9149152dd97463651496854f9ecbd720b84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gie: add a require_grid keyword, and use if for DHDN_ETRS89.gie; aso fix DHDN_ETRS89 autoconf test</title>
<updated>2018-08-11T15:57:33+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-08-11T15:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=e7cb0caa6882aa587fa42b5f2aed27cc12eaeb02'/>
<id>e7cb0caa6882aa587fa42b5f2aed27cc12eaeb02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct bad use of proj_dmstor in gie.</title>
<updated>2018-06-06T19:24:11+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-06-06T19:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=8574765a7fb514b3d8ad7139df4f45a81f95e6c1'/>
<id>8574765a7fb514b3d8ad7139df4f45a81f95e6c1</id>
<content type='text'>
The previous commits were added way to prematurely. The code was not
properly tested and it turned out to do more bad than good. This commit
hopefully fixes that. And this time it is backed up by tests!

DMS style coordinates should now be fully functional in gie. Finger
crossed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous commits were added way to prematurely. The code was not
properly tested and it turned out to do more bad than good. This commit
hopefully fixes that. And this time it is backed up by tests!

DMS style coordinates should now be fully functional in gie. Finger
crossed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove leftover debugging print statement</title>
<updated>2018-06-06T15:59:48+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-06-06T15:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=983d18a01fd0d6a3ecfc1974b919925ae73810f8'/>
<id>983d18a01fd0d6a3ecfc1974b919925ae73810f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make gie read dms style coordinates</title>
<updated>2018-06-05T21:28:49+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-06-05T19:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=b3322a80bd0255d44fe2e2478ada715559f7cb94'/>
<id>b3322a80bd0255d44fe2e2478ada715559f7cb94</id>
<content type='text'>
proj_strtod doesn't read values like 123d45'678W so we need a bit
of help from proj_dmstor. proj_strtod effectively ignores what
comes after "d", so we use that fact that when dms is larger than
d the value was stated in "dms" form.
This could be avoided if proj_dmstor used the same proj_strtod()
as gie, but that is not the case (yet). When we remove projects.h
from the public API we can change that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
proj_strtod doesn't read values like 123d45'678W so we need a bit
of help from proj_dmstor. proj_strtod effectively ignores what
comes after "d", so we use that fact that when dms is larger than
d the value was stated in "dms" form.
This could be avoided if proj_dmstor used the same proj_strtod()
as gie, but that is not the case (yet). When we remove projects.h
from the public API we can change that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix buffer overflow in gie.c:append_args() (#1023)</title>
<updated>2018-05-31T09:07:30+00:00</updated>
<author>
<name>Kurt Schwehr</name>
<email>schwehr@gmail.com</email>
</author>
<published>2018-05-31T09:07:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=bbb13e808b89bfaf544441b0e7f9b3bae48993bd'/>
<id>bbb13e808b89bfaf544441b0e7f9b3bae48993bd</id>
<content type='text'>
Observed a buffer overflow in append_args with autofuzz with the strcpy in append_args.
I think the +2 is required to account for both a nul char and the space.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Observed a buffer overflow in append_args with autofuzz with the strcpy in append_args.
I think the +2 is required to account for both a nul char and the space.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1022 from schwehr/gie-operation-overflow</title>
<updated>2018-05-30T18:38:22+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-05-30T18:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=1b3c79bad58d0b85980d428b1d75f9651392a4d3'/>
<id>1b3c79bad58d0b85980d428b1d75f9651392a4d3</id>
<content type='text'>
Ensure that operations are less than MAX_OPERATION long.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that operations are less than MAX_OPERATION long.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1021 from rouault/add_test_framework</title>
<updated>2018-05-30T18:33:42+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-05-30T18:33:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=559e8f1227975fd7a1141096a9624504c992a461'/>
<id>559e8f1227975fd7a1141096a9624504c992a461</id>
<content type='text'>
Add test framework, C++11 compilation mode and warning fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add test framework, C++11 compilation mode and warning fixes</pre>
</div>
</content>
</entry>
</feed>
