<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/cmake/ProjConfig.cmake, branch backport-2856-to-master</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>proj.pc.in: add -lm -ldl in Libs.private (#2825)</title>
<updated>2021-08-28T10:06:41+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2021-08-28T10:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=a2713d85eab58eff28da416942e0b0c73edd4fcb'/>
<id>a2713d85eab58eff28da416942e0b0c73edd4fcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: remove unused configure checks (#2789)</title>
<updated>2021-08-04T21:22:19+00:00</updated>
<author>
<name>Ben Boeckel</name>
<email>mathstuf@users.noreply.github.com</email>
</author>
<published>2021-08-04T21:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=ff22ae3a871f295b31dbf0cc1368216a790b37cf'/>
<id>ff22ae3a871f295b31dbf0cc1368216a790b37cf</id>
<content type='text'>
These results are just not used anywhere, so there's no need to check
them (as the compiler will do it anyways).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These results are just not used anywhere, so there's no need to check
them (as the compiler will do it anyways).</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: prefer to use use PROJ_SOURCE_DIR and PROJ_BINARY_DIR (#2100)</title>
<updated>2020-03-27T23:44:30+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2020-03-27T23:44:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=54fdb90a204a39342bfcbab197e3b5da47a9f1cd'/>
<id>54fdb90a204a39342bfcbab197e3b5da47a9f1cd</id>
<content type='text'>
* Use instead of CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR
* Also PROJECT_SOURCE_DIR and PROJECT_BINARY_DIR, which are similar
* Set properties with a list variable rather than a long line
* Correction to 'proj_test_set_properties' function, rename ENVIRONMENT:
  - PROJ_IGNORE_USER_WRITABLE_DIRECTORY     (ignored)
  - PROJ_SKIP_READ_USER_WRITABLE_DIRECTORY  (used by filemanager.cpp)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use instead of CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR
* Also PROJECT_SOURCE_DIR and PROJECT_BINARY_DIR, which are similar
* Set properties with a list variable rather than a long line
* Correction to 'proj_test_set_properties' function, rename ENVIRONMENT:
  - PROJ_IGNORE_USER_WRITABLE_DIRECTORY     (ignored)
  - PROJ_SKIP_READ_USER_WRITABLE_DIRECTORY  (used by filemanager.cpp)</pre>
</div>
</content>
</entry>
<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>Make PROJ the CMake project name</title>
<updated>2020-02-04T19:20:28+00:00</updated>
<author>
<name>Charles Karney</name>
<email>charles.karney@sri.com</email>
</author>
<published>2020-02-04T19:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=c74781ea2710f18a9f1c9728fa5eca5d3601ad5b'/>
<id>c74781ea2710f18a9f1c9728fa5eca5d3601ad5b</id>
<content type='text'>
Allow both find_package(PROJ) and find_package(PROJ4).  More details
are in cmake/CMakeLists.txt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow both find_package(PROJ) and find_package(PROJ4).  More details
are in cmake/CMakeLists.txt.
</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>Update GitHub references: proj.4 -&gt; PROJ</title>
<updated>2019-06-04T21:29:04+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2019-06-04T21:29:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=726910a811d4fe28884f3f9bfa2b2a14fc66931e'/>
<id>726910a811d4fe28884f3f9bfa2b2a14fc66931e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update website: proj4.org -&gt; proj.org</title>
<updated>2019-06-01T04:22:39+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2019-06-01T04:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=a80d595cce62bbca2804976988cb7483a45bc523'/>
<id>a80d595cce62bbca2804976988cb7483a45bc523</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Normalize CMake with cmakelint, 2-space indent</title>
<updated>2019-03-19T07:04:48+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2019-03-18T10:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=2622d3851573cd44fc7b36bfd15f07215f434d4b'/>
<id>2622d3851573cd44fc7b36bfd15f07215f434d4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
