<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/travis/linux_gcc, branch 5.2</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>rewrite references using BibTeX and sphinxcontrib-bibtex</title>
<updated>2018-06-10T05:02:28+00:00</updated>
<author>
<name>Mike Toews</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2018-06-10T04:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=13b82cd0b05e5d5206fdf9773c8a7d5eb88309be'/>
<id>13b82cd0b05e5d5206fdf9773c8a7d5eb88309be</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 scripts/gen_html_coverage.sh to generate local report of code coverage with lcov/genhtml</title>
<updated>2018-06-08T11:56:53+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-06-07T21:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=44d16a9f68bcdb1cbf82018567077cc0619b8728'/>
<id>44d16a9f68bcdb1cbf82018567077cc0619b8728</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CI environment: adapt for C++11 capable environments</title>
<updated>2018-05-30T09:48:28+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-05-29T20:48:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=9b82aef002d0a38976af926252e78c535f8317ce'/>
<id>9b82aef002d0a38976af926252e78c535f8317ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't set -std=c89 in CMakeLists.txt</title>
<updated>2018-03-24T18:03:28+00:00</updated>
<author>
<name>Aaron Puchert</name>
<email>aaronpuchert@alice-dsl.net</email>
</author>
<published>2018-03-24T17:17:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=e2eaded47068c7b87bc112609eb77afab18665aa'/>
<id>e2eaded47068c7b87bc112609eb77afab18665aa</id>
<content type='text'>
This allows us to take advantage of newer features when they are
available. However, builds on Travis still use -std=c89 to ensure C89
compatibility. Locally this can be achieved with either

* cmake -DCMAKE_C_STANDARD=90 ..
* cmake -DCMAKE_C_FLAGS='-std=c89' ..
* C_FLAGS='-std=c89' cmake ..

We also reorder the warning flags: they are all part of the standard
build now, but -Werror is only applied on Travis.

Fixes #892.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows us to take advantage of newer features when they are
available. However, builds on Travis still use -std=c89 to ensure C89
compatibility. Locally this can be achieved with either

* cmake -DCMAKE_C_STANDARD=90 ..
* cmake -DCMAKE_C_FLAGS='-std=c89' ..
* C_FLAGS='-std=c89' cmake ..

We also reorder the warning flags: they are all part of the standard
build now, but -Werror is only applied on Travis.

Fixes #892.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a scripts/cppcheck.sh that check both warnings and errors, and use it in travis/linux_gcc</title>
<updated>2018-03-14T17:51:50+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-03-12T20:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=8f7e51eea121571317ff6df6f005396ff7ebf091'/>
<id>8f7e51eea121571317ff6df6f005396ff7ebf091</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -std=c89 to travis targets.</title>
<updated>2017-12-17T17:56:38+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2017-12-17T14:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=80a5172acd1d75b35727132a95151c9ecbbe6899'/>
<id>80a5172acd1d75b35727132a95151c9ecbbe6899</id>
<content type='text'>
The multistresstest code has been made C89 compliant in the process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The multistresstest code has been made C89 compliant in the process.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the last remains of the internal selftest</title>
<updated>2017-11-29T19:34:08+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2017-11-29T19:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d7fda7b431d7af276d40550630390d5e28461140'/>
<id>d7fda7b431d7af276d40550630390d5e28461140</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure all platform specific before_install scripts call the global before_install script. Python version setup moved to global before_install script.</title>
<updated>2017-09-12T10:38:26+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2017-09-12T10:38:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=358438903e77d9a7d11d59b4bef85e834418266b'/>
<id>358438903e77d9a7d11d59b4bef85e834418266b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable cppcheck and fix related mostly false-positive warnings</title>
<updated>2017-02-28T16:02:53+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-02-28T00:02:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=21d16428760469717fd25ebf9d03c286db935c66'/>
<id>21d16428760469717fd25ebf9d03c286db935c66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis/install.sh: use super pedantic warning flags for autoconf build</title>
<updated>2017-02-26T11:32:44+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-02-26T10:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=b711758edb40af70630d1df8000eab592a295542'/>
<id>b711758edb40af70630d1df8000eab592a295542</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
