<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/test/unit/CMakeLists.txt, branch 8.1.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>CMake build: add a NLOHMANN_JSON_ORIGIN=auto/external/internal setting allowing to choose which nlohmann/json to use</title>
<updated>2021-04-30T11:27:25+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-04-23T12:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=29ac85d55273e83a3ada19037959ae7c7823f5b7'/>
<id>29ac85d55273e83a3ada19037959ae7c7823f5b7</id>
<content type='text'>
Co-authored-by: Mike Taves &lt;mwtoews@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Mike Taves &lt;mwtoews@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>proj.h: add PROJ_COMPUTE_VERSION, PROJ_VERSION_NUMBER, PROJ_AT_LEAST_VERSION macros</title>
<updated>2021-03-17T13:00:25+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-03-17T12:47:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=130d70228f9985a3365ca5bbc64057648134e2f7'/>
<id>130d70228f9985a3365ca5bbc64057648134e2f7</id>
<content type='text'>
Makes it easier for users to test if they build against a PROJ version
later than a given x.y.z version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes it easier for users to test if they build against a PROJ version
later than a given x.y.z version.
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Prefer keyword signature of target_link_libraries command</title>
<updated>2021-02-14T09:21:21+00:00</updated>
<author>
<name>Mateusz Łoskot</name>
<email>mateusz@loskot.net</email>
</author>
<published>2021-02-14T09:21:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5fc8ab2de9f9e44f593e477defdf9b474871a5d2'/>
<id>5fc8ab2de9f9e44f593e477defdf9b474871a5d2</id>
<content type='text'>
Closes #2515
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #2515
</pre>
</div>
</content>
</entry>
<entry>
<title>Split test_operation.cpp in two parts</title>
<updated>2020-12-12T21:34:11+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-12-12T21:23:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=49c6a49d83a3b29836a930d296a9f239d2860de0'/>
<id>49c6a49d83a3b29836a930d296a9f239d2860de0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove src/transform.cpp and related tests</title>
<updated>2020-11-20T15:40:40+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-11-14T10:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=e2dd223c5601b387cd622b88583e857b03e9fade'/>
<id>e2dd223c5601b387cd622b88583e857b03e9fade</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a +proj=tinshift for triangulation-based transformations</title>
<updated>2020-09-30T09:26:48+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-07-01T12:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=164c85cc8e7f4515c7c4da7a85fe75c4a21fafec'/>
<id>164c85cc8e7f4515c7c4da7a85fe75c4a21fafec</id>
<content type='text'>
Implements RFC-6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements RFC-6
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a +proj=defmodel transformation for multi-component time-based deformation models</title>
<updated>2020-05-16T15:53:13+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-05-04T11:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=697b93dbad54ead7b1b66e7b610abd673192695c'/>
<id>697b93dbad54ead7b1b66e7b610abd673192695c</id>
<content type='text'>
Fixes #1001

Co-authored-by: Chris Crook &lt;ccrook@linz.govt.nz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1001

Co-authored-by: Chris Crook &lt;ccrook@linz.govt.nz&gt;
</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>Merge pull request #1962 from mwtoews/shared</title>
<updated>2020-02-22T00:35:36+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2020-02-22T00:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=7b873e83536f3985818005ce03064f56b14b663f'/>
<id>7b873e83536f3985818005ce03064f56b14b663f</id>
<content type='text'>
CMake: rename BUILD_LIBPROJ_SHARED to BUILD_SHARED_LIBS</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CMake: rename BUILD_LIBPROJ_SHARED to BUILD_SHARED_LIBS</pre>
</div>
</content>
</entry>
<entry>
<title>Switch build configuration logic from DISABLE_TIFF to ENABLE_TIFF</title>
<updated>2020-02-21T10:23:15+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2020-02-19T23:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=3eac8d5694cfd1049f613cc5c638097976244768'/>
<id>3eac8d5694cfd1049f613cc5c638097976244768</id>
<content type='text'>
* Autotools interface should be the same, but different ./configure --help
* For CMake, the option should be -DENABLE_TIFF=NO (default is YES)
* Use TIFF_ENABLED and CURL_ENABLED variables, based on option and outcome
* Reword some messages and add hints
* Move -DTIFF_ENABLED and -DCURL_ENABLED from global add_definitions()
  to target_compile_definitions(), which is recommended practice
* Minor spelling and style consistency around SQLITE_VERSION check
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Autotools interface should be the same, but different ./configure --help
* For CMake, the option should be -DENABLE_TIFF=NO (default is YES)
* Use TIFF_ENABLED and CURL_ENABLED variables, based on option and outcome
* Reword some messages and add hints
* Move -DTIFF_ENABLED and -DCURL_ENABLED from global add_definitions()
  to target_compile_definitions(), which is recommended practice
* Minor spelling and style consistency around SQLITE_VERSION check
</pre>
</div>
</content>
</entry>
</feed>
