<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/CMakeLists.txt, branch 8.2.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>Update ABI numbers for 8.2.0 release</title>
<updated>2021-10-26T19:00:19+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2021-10-26T19:00:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=9d813991c626b519742c32d9bc9466371eb5c29f'/>
<id>9d813991c626b519742c32d9bc9466371eb5c29f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: align the VERSION of the library with libtool practices</title>
<updated>2021-10-22T16:17:38+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-10-22T16:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5a47650a5bdbffe5a877164857d40ae28babf6eb'/>
<id>5a47650a5bdbffe5a877164857d40ae28babf6eb</id>
<content type='text'>
Currently (at least as of 8.1.1) we don't have the same .so.x.y.z
numbers for the libtool and cmake builds (the y and z are swapped for
the cmake build). While only the SONAME (the .x part) mostly matters,
it is probably better to stick with the libtool convention to determine
the y and z.
This patch should make it easier by setting explicitly each of the
current, revision, age and computing automatically
x = current - age
y = age
z = revision
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently (at least as of 8.1.1) we don't have the same .so.x.y.z
numbers for the libtool and cmake builds (the y and z are swapped for
the cmake build). While only the SONAME (the .x part) mostly matters,
it is probably better to stick with the libtool convention to determine
the y and z.
This patch should make it easier by setting explicitly each of the
current, revision, age and computing automatically
x = current - age
y = age
z = revision
</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>Bump version numbers in anticipation of 8.2.0</title>
<updated>2021-06-30T20:38:43+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2021-06-30T20:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d41c10c9e1e787a521a3841605a2e6024649eb3f'/>
<id>d41c10c9e1e787a521a3841605a2e6024649eb3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update ABI numbers for 8.1.0 release</title>
<updated>2021-06-25T06:44:22+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2021-06-25T06:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=8fb12787fc264aedcecac9ee5d428a6608f0ccdf'/>
<id>8fb12787fc264aedcecac9ee5d428a6608f0ccdf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: "make dist" workalike via CPack (#2690)</title>
<updated>2021-05-08T12:09:56+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2021-05-08T12:09:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=592a6017bc08d453a9a58c97a8f568105b31bdbb'/>
<id>592a6017bc08d453a9a58c97a8f568105b31bdbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Bump version numbers in anticipation of 8.1.0 release</title>
<updated>2021-03-01T12:21:12+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2021-03-01T12:21:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=316ea22bd2b7489c22f955368ee800dccc83375d'/>
<id>316ea22bd2b7489c22f955368ee800dccc83375d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: add support for pkg-config (#2547)</title>
<updated>2021-02-25T11:45:42+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2021-02-25T11:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=3d22f6f0a7f3919d7ed6ac4ebb09d233f5fc65c2'/>
<id>3d22f6f0a7f3919d7ed6ac4ebb09d233f5fc65c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump ABI numbers for 8.0.0 release</title>
<updated>2021-02-20T11:23:24+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2021-02-20T11:23:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=57214ee34abd7b883506edea8ef5b3d5644c3457'/>
<id>57214ee34abd7b883506edea8ef5b3d5644c3457</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
