<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/cmake/proj_config.cmake.in, 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>Use relative directory to locate PROJ resource files.</title>
<updated>2020-02-11T14:48:05+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-02-08T23:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=29583196dfae2565a35c7a8759cc8a5640d6a2b1'/>
<id>29583196dfae2565a35c7a8759cc8a5640d6a2b1</id>
<content type='text'>
Fixes #1490

This is an extension of the Window-specific logic added recently to
Unix builds. This reuses parts of proposed past commit
https://github.com/OSGeo/PROJ/pull/1517/commits/82a07e51c6e24ddb936d131ababe29f1ac36ef14
(credits to @abellgithub)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1490

This is an extension of the Window-specific logic added recently to
Unix builds. This reuses parts of proposed past commit
https://github.com/OSGeo/PROJ/pull/1517/commits/82a07e51c6e24ddb936d131ababe29f1ac36ef14
(credits to @abellgithub)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated JNI bindings</title>
<updated>2020-01-07T07:22:16+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-01-06T20:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=ff15ab6c2d709e6ac230fd0815431d2618e0faef'/>
<id>ff15ab6c2d709e6ac230fd0815431d2618e0faef</id>
<content type='text'>
Closes #1757
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1757
</pre>
</div>
</content>
</entry>
<entry>
<title>Build: automatically enable system error messages</title>
<updated>2019-03-21T19:53:37+00:00</updated>
<author>
<name>Chris Mayo</name>
<email>aklhfex@gmail.com</email>
</author>
<published>2019-03-21T19:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=ddd333e6bd6f5e033a2b829067910165e64eb0b9'/>
<id>ddd333e6bd6f5e033a2b829067910165e64eb0b9</id>
<content type='text'>
Define HAVE_STRERROR during configuration.

Before:
$ cs2cs +proj=latlong +to +proj=latlong dummy
&lt;cs2cs&gt;:
Sys errno: 2: &lt;system mess. texts unavail.&gt;
dummy

After:
$ cs2cs +proj=latlong +to +proj=latlong dummy
&lt;cs2cs&gt;:
Sys errno: 2: No such file or directory
dummy
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Define HAVE_STRERROR during configuration.

Before:
$ cs2cs +proj=latlong +to +proj=latlong dummy
&lt;cs2cs&gt;:
Sys errno: 2: &lt;system mess. texts unavail.&gt;
dummy

After:
$ cs2cs +proj=latlong +to +proj=latlong dummy
&lt;cs2cs&gt;:
Sys errno: 2: No such file or directory
dummy
</pre>
</div>
</content>
</entry>
<entry>
<title>Make pj_init() locale safe and no longer modify locale (#226)</title>
<updated>2015-07-07T16:46:36+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2015-07-07T16:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=2b5b97942016c2f18a0992b934d1b6b460391dac'/>
<id>2b5b97942016c2f18a0992b934d1b6b460391dac</id>
<content type='text'>
Remove setlocale() use in pj_init_ctx(), and replace uses of atof() &amp;
strtod() by their locale safe variants pj_atof() and pj_strtod().
Proj versions from now advertize #define PJ_LOCALE_SAFE 1 in proj_api.h
and export pj_atof() &amp; pj_strtod()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove setlocale() use in pj_init_ctx(), and replace uses of atof() &amp;
strtod() by their locale safe variants pj_atof() and pj_strtod().
Proj versions from now advertize #define PJ_LOCALE_SAFE 1 in proj_api.h
and export pj_atof() &amp; pj_strtod()
</pre>
</div>
</content>
</entry>
<entry>
<title>Start implementation of CMake support for proj.4 #243</title>
<updated>2014-09-13T21:05:12+00:00</updated>
<author>
<name>Howard Butler</name>
<email>howard@hobu.co</email>
</author>
<published>2014-09-13T21:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=532a0f5408f84510abebb2e58da8b7dac7b90ea7'/>
<id>532a0f5408f84510abebb2e58da8b7dac7b90ea7</id>
<content type='text'>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2523 4e78687f-474d-0410-85f9-8d5e500ac6b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2523 4e78687f-474d-0410-85f9-8d5e500ac6b2
</pre>
</div>
</content>
</entry>
</feed>
