<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/configure.in, branch 5.0.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>BLD: Rename configure.in to configure.ac.</title>
<updated>2015-09-10T20:11:56+00:00</updated>
<author>
<name>Elliott Sales de Andrade</name>
<email>quantum.analyst@gmail.com</email>
</author>
<published>2015-06-28T21:02:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=f8bd8fb05d8e3833a0e529d76a414e59c985f4eb'/>
<id>f8bd8fb05d8e3833a0e529d76a414e59c985f4eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use autoconf for PTHREAD_MUTEX_RECURSIVE (#302)</title>
<updated>2015-09-09T17:18:28+00:00</updated>
<author>
<name>Ture Pålsson</name>
<email>ture@lysator.liu.se</email>
</author>
<published>2015-09-09T17:18:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=e2f5f28714de471d98cabe50096a5fdf3aeef0a3'/>
<id>e2f5f28714de471d98cabe50096a5fdf3aeef0a3</id>
<content type='text'>
On FreeBSD 10, PTHREAD_MUTEX_RECURSIVE exists, but as an enum constant,
not a #define macro, so it cannot be detected using #ifdef.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On FreeBSD 10, PTHREAD_MUTEX_RECURSIVE exists, but as an enum constant,
not a #define macro, so it cannot be detected using #ifdef.
</pre>
</div>
</content>
</entry>
<entry>
<title>Increment version to 4.9.2 in preparation for release</title>
<updated>2015-09-08T15:35:12+00:00</updated>
<author>
<name>Howard Butler</name>
<email>howard@hobu.co</email>
</author>
<published>2015-09-08T15:35:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6d764c100bcd17018852893401f6c056ba91e4ee'/>
<id>6d764c100bcd17018852893401f6c056ba91e4ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make multistresstext.exe compile, and work, with mingw cross compiler (autoconf build)</title>
<updated>2015-07-09T17:24:05+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2015-07-09T17:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=9f05b2dd07712d35fe3fa78934631b6a0142891f'/>
<id>9f05b2dd07712d35fe3fa78934631b6a0142891f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>4.9.1 release preparation -- update version and NEWS</title>
<updated>2015-02-17T21:52:14+00:00</updated>
<author>
<name>Howard Butler</name>
<email>howard@hobu.co</email>
</author>
<published>2015-02-17T21:52:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=75e552765fd34e7cc00bb3a87b62d072558cc17b'/>
<id>75e552765fd34e7cc00bb3a87b62d072558cc17b</id>
<content type='text'>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2610 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@2610 4e78687f-474d-0410-85f9-8d5e500ac6b2
</pre>
</div>
</content>
</entry>
<entry>
<title>more CMake-related dist fixups #243</title>
<updated>2014-09-13T22:50:19+00:00</updated>
<author>
<name>Howard Butler</name>
<email>howard@hobu.co</email>
</author>
<published>2014-09-13T22:50:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=c310d136e649d30a0b6de0505df5165df58d7e00'/>
<id>c310d136e649d30a0b6de0505df5165df58d7e00</id>
<content type='text'>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2531 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@2531 4e78687f-474d-0410-85f9-8d5e500ac6b2
</pre>
</div>
</content>
</entry>
<entry>
<title>add gcc warning flag for msvc limitations (#224)</title>
<updated>2013-10-20T18:17:49+00:00</updated>
<author>
<name>Frank Warmerdam</name>
<email>warmerdam@pobox.com</email>
</author>
<published>2013-10-20T18:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d8898523a767c4c184fbf77a476cd8bf7bf75038'/>
<id>d8898523a767c4c184fbf77a476cd8bf7bf75038</id>
<content type='text'>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2390 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@2390 4e78687f-474d-0410-85f9-8d5e500ac6b2
</pre>
</div>
</content>
</entry>
<entry>
<title>prepare for 4.9.0 beta release</title>
<updated>2013-06-22T17:21:46+00:00</updated>
<author>
<name>Frank Warmerdam</name>
<email>warmerdam@pobox.com</email>
</author>
<published>2013-06-22T17:21:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=3c19b4837ce6b4ae3694543a0fe2e01b42b7a655'/>
<id>3c19b4837ce6b4ae3694543a0fe2e01b42b7a655</id>
<content type='text'>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2350 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@2350 4e78687f-474d-0410-85f9-8d5e500ac6b2
</pre>
</div>
</content>
</entry>
<entry>
<title>ensure core mutex created in recursive mode, forces use of -lpthread</title>
<updated>2013-06-19T22:50:54+00:00</updated>
<author>
<name>Frank Warmerdam</name>
<email>warmerdam@pobox.com</email>
</author>
<published>2013-06-19T22:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=636454c531884ec3bb43147a0600f9430cc58aaa'/>
<id>636454c531884ec3bb43147a0600f9430cc58aaa</id>
<content type='text'>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2339 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@2339 4e78687f-474d-0410-85f9-8d5e500ac6b2
</pre>
</div>
</content>
</entry>
</feed>
