<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/cmake, branch 5.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>Modify project bugreport (autoconf)</title>
<updated>2018-02-27T03:41:32+00:00</updated>
<author>
<name>Mike Toews</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2018-02-27T03:41:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d23f5d7cb59df732b8f5ce3b8d5ab71b64471809'/>
<id>d23f5d7cb59df732b8f5ce3b8d5ab71b64471809</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-do pull request #451 export CMake targets with PROJ4:: namespace</title>
<updated>2018-02-10T22:17:27+00:00</updated>
<author>
<name>Charles Karney</name>
<email>charles@karney.com</email>
</author>
<published>2018-02-10T22:17:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=0199b3fd17fca361bba4eec93209c0b74c0f7340'/>
<id>0199b3fd17fca361bba4eec93209c0b74c0f7340</id>
<content type='text'>
This version takes to add the include path to the target definition for
cmake 2.8.11 and later.  Also the documentation sticks to the existing
convention of using cmake variables ${PROJ4_LIBRARIES} and
${PROJ4_INCLUDE_DIRS}.  However, the namespace variables are still being
included.

Here's the roll-out plan

(0) Version 4.9.x: The target is proj and PROJ4_LIBRARIES is set to
this.

(1) Version 5.0.x: Two targets, proj and PROJ4::proj, are defined;
PROJ4_LIBRARIES = proj.

(2) In a year or two: Two targets, proj and PROJ4::proj, are defined;
PROJ4_LIBRARIES = PROJ4::proj.

(3) With a change in the library which breaks backwards compatibility:
The target is PROJ4::proj and PROJ4_LIBRARIES = PROJ4::proj.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This version takes to add the include path to the target definition for
cmake 2.8.11 and later.  Also the documentation sticks to the existing
convention of using cmake variables ${PROJ4_LIBRARIES} and
${PROJ4_INCLUDE_DIRS}.  However, the namespace variables are still being
included.

Here's the roll-out plan

(0) Version 4.9.x: The target is proj and PROJ4_LIBRARIES is set to
this.

(1) Version 5.0.x: Two targets, proj and PROJ4::proj, are defined;
PROJ4_LIBRARIES = proj.

(2) In a year or two: Two targets, proj and PROJ4::proj, are defined;
PROJ4_LIBRARIES = PROJ4::proj.

(3) With a change in the library which breaks backwards compatibility:
The target is PROJ4::proj and PROJ4_LIBRARIES = PROJ4::proj.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add gie tests to CMake testing facility</title>
<updated>2018-01-09T22:24:43+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2017-12-11T18:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=1bd5c06781cc6be5b8de512a807b6f2774ae8df7'/>
<id>1bd5c06781cc6be5b8de512a807b6f2774ae8df7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake updates (#578)</title>
<updated>2017-09-27T21:25:39+00:00</updated>
<author>
<name>Howard Butler</name>
<email>howard@hobu.co</email>
</author>
<published>2017-09-27T21:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=a90a9ec5daa335b8b5eb6c93e4f5a0e48ca5656e'/>
<id>a90a9ec5daa335b8b5eb6c93e4f5a0e48ca5656e</id>
<content type='text'>
* install proj4 data in share/proj, not share/

* no need for CMP0022 policy anymore
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* install proj4 data in share/proj, not share/

* no need for CMP0022 policy anymore
</pre>
</div>
</content>
</entry>
<entry>
<title>Add detection of MSVC 14.0 and 14.1+ to CMake configuration (#580)</title>
<updated>2017-09-27T21:24:16+00:00</updated>
<author>
<name>Mateusz Łoskot</name>
<email>mateusz@loskot.net</email>
</author>
<published>2017-09-27T21:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=1402ac196457fb99bb16962c0d1371b6885b44c3'/>
<id>1402ac196457fb99bb16962c0d1371b6885b44c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #560 install cmake config file to lib and use GNUInstallDirs on Unix (#561)</title>
<updated>2017-09-25T19:05:46+00:00</updated>
<author>
<name>Nicolas David</name>
<email>nicolas.david@ign.fr</email>
</author>
<published>2017-09-25T19:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6ea5a3cbe601bc14cb18614fdaa97092abf96f3c'/>
<id>6ea5a3cbe601bc14cb18614fdaa97092abf96f3c</id>
<content type='text'>
* fix #560 install proj4-config.cmake to defaut path

* add some variable and cmake option to specify where
the cmake config file should be installed.
* change project_root_dir use in project-config.cmake.in
variable from hard coded path to computed path with
file(RELATIVE_PATH) function.
* Still use the old project-config.cmake/configure_file way
of generate config file. A cleaner way could be to use
the modern cmake export(target ..)

* use GNUInstallDirs for default unix install path
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix #560 install proj4-config.cmake to defaut path

* add some variable and cmake option to specify where
the cmake config file should be installed.
* change project_root_dir use in project-config.cmake.in
variable from hard coded path to computed path with
file(RELATIVE_PATH) function.
* Still use the old project-config.cmake/configure_file way
of generate config file. A cleaner way could be to use
the modern cmake export(target ..)

* use GNUInstallDirs for default unix install path
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a cmake option message that was being truncated due to being split into multiple lines</title>
<updated>2016-03-07T21:16:21+00:00</updated>
<author>
<name>Sean McBride</name>
<email>sean@rogue-research.com</email>
</author>
<published>2016-03-07T21:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d4b96960c521c4a72fcff59a0e5b21fad08396e7'/>
<id>d4b96960c521c4a72fcff59a0e5b21fad08396e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cmake version check so it works for cmake 3.x</title>
<updated>2015-10-01T12:05:46+00:00</updated>
<author>
<name>Charles Karney</name>
<email>ckarney@karney.com</email>
</author>
<published>2015-10-01T12:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=cfb2423b498d91153c39e6d93b7de30432a9c67b'/>
<id>cfb2423b498d91153c39e6d93b7de30432a9c67b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: Remove Makefile.in.</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:05:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=9d54739a874030125eb3b87bacaf558fa9bbc9e1'/>
<id>9d54739a874030125eb3b87bacaf558fa9bbc9e1</id>
<content type='text'>
These files are generated by automake.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These files are generated by automake.
</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>
</feed>
