<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/travis, branch 7.1</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>Disable weebsite publication for 7.1 branch</title>
<updated>2020-11-01T10:03:09+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-11-01T10:03:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d94a369d1e4c2efd618957dcc2de5122c00c93f7'/>
<id>d94a369d1e4c2efd618957dcc2de5122c00c93f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis/osx/before_install.sh: remove most brew actions and doc building</title>
<updated>2020-07-08T13:22:30+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-07-08T12:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=edf2d9e4f3e295f396a6cd907d7a7e8a4931df29'/>
<id>edf2d9e4f3e295f396a6cd907d7a7e8a4931df29</id>
<content type='text'>
Brew is just to unstable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Brew is just to unstable
</pre>
</div>
</content>
</entry>
<entry>
<title>travis/osx/before_install.sh: fix related to installing python</title>
<updated>2020-07-07T21:15:02+00:00</updated>
<author>
<name>github-actions[bot]</name>
<email>github-actions[bot]@users.noreply.github.com</email>
</author>
<published>2020-07-07T21:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=e7c9adbd8c2698ea5058d5df4b4ef5e79011420b'/>
<id>e7c9adbd8c2698ea5058d5df4b4ef5e79011420b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Post release updates (#2280)</title>
<updated>2020-07-01T10:41:55+00:00</updated>
<author>
<name>PROJ-BOT</name>
<email>59655370+PROJ-BOT@users.noreply.github.com</email>
</author>
<published>2020-07-01T10:41:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=578264acca11899528475d1bffe75fbff07a5ad5'/>
<id>578264acca11899528475d1bffe75fbff07a5ad5</id>
<content type='text'>
Co-authored-by: github-actions[bot] &lt;github-actions[bot]@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: github-actions[bot] &lt;github-actions[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>.travis.yml: add linux_s390x</title>
<updated>2020-05-10T18:11:33+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-05-10T18:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=cf4c67c2b202fdc35ecb718ae9297c2cfd0201f7'/>
<id>cf4c67c2b202fdc35ecb718ae9297c2cfd0201f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: fixes for Sphinx 3.0 compat [skip appveyor] (#2191)</title>
<updated>2020-04-24T16:42:05+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-04-24T16:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=8aba4d24b72631007c1c33b70bc1a908fa5d8319'/>
<id>8aba4d24b72631007c1c33b70bc1a908fa5d8319</id>
<content type='text'>
Those changes are also compatible with Sphinx 2.x

The use of .. cpp:enumerator::  for a C enum is questionable,
but .. c:member:: no longer works in Sphinx 3 for the value of
a C enum, but .. c:enumerator:: is Sphinx 3 only
( https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html#directive-c-enumerator )

Sphinx 3 is also more strict with the use of cross-reference
to C types. It rejects cross-references to things like
`` :c:type:`int` `` since this isn't a type we actually define.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Those changes are also compatible with Sphinx 2.x

The use of .. cpp:enumerator::  for a C enum is questionable,
but .. c:member:: no longer works in Sphinx 3 for the value of
a C enum, but .. c:enumerator:: is Sphinx 3 only
( https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html#directive-c-enumerator )

Sphinx 3 is also more strict with the use of cross-reference
to C types. It rejects cross-references to things like
`` :c:type:`int` `` since this isn't a type we actually define.</pre>
</div>
</content>
</entry>
<entry>
<title>.travis.yml: switch to bionic to restore i386 builds with gcc8 (fixes #2175)</title>
<updated>2020-04-23T10:10:59+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-04-23T09:27:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=f5f0efe5eb6b76cfe0498835da268c2492f3fe58'/>
<id>f5f0efe5eb6b76cfe0498835da268c2492f3fe58</id>
<content type='text'>
Credits to @sebastic for his suggestion to try bionic and use aptitude
instead of apt !
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Credits to @sebastic for his suggestion to try bionic and use aptitude
instead of apt !
</pre>
</div>
</content>
</entry>
<entry>
<title>travis/osx/before_install.sh: 'brew install graphviz' for missing 'dot' program</title>
<updated>2020-04-19T12:47:20+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-04-19T12:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d667cadb725f06c78d79a87fa3d0698218dcf58e'/>
<id>d667cadb725f06c78d79a87fa3d0698218dcf58e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test GCC 4.8 and CMake 3.9; resolve a few shadowed declaration warnings</title>
<updated>2020-04-07T20:01:10+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2020-04-07T09:07:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=2eac355c7354547a7b1038fe3ebb661a1c7b302f'/>
<id>2eac355c7354547a7b1038fe3ebb661a1c7b302f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis/osx/before_install.sh: use fixed version of sphinx and breathe to avoid build failure</title>
<updated>2020-04-06T13:46:17+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-04-06T13:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=1005d96015d7ca36a596611c6df84bc24a55ae2f'/>
<id>1005d96015d7ca36a596611c6df84bc24a55ae2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
