<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/travis, branch 5.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>updated PDF file name to copy to gh-pages</title>
<updated>2018-04-25T10:07:14+00:00</updated>
<author>
<name>mwtoews</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2018-04-25T10:07:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=c5b1d6b92755bb3a25d38c60be574e015e1e03d7'/>
<id>c5b1d6b92755bb3a25d38c60be574e015e1e03d7</id>
<content type='text'>
also modify proj4docs -&gt; projdocs (should be harmless, as this is a working directory within /tmp)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also modify proj4docs -&gt; projdocs (should be harmless, as this is a working directory within /tmp)
</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 Travis CLang Static Analyzer target</title>
<updated>2018-03-14T19:25:13+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-03-12T22:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=3cc7b4c62382650f9bf00365b25f8fa7f6eed603'/>
<id>3cc7b4c62382650f9bf00365b25f8fa7f6eed603</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/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>mingw32 travis: reduce number of iterations for multistresstest</title>
<updated>2018-03-11T17:14:28+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-03-11T17:14:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=046d5570beaf4362516e5dff913a22bb001116ca'/>
<id>046d5570beaf4362516e5dff913a22bb001116ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #822 from sebastic/travis-proj-datumgrid</title>
<updated>2018-03-05T17:17:42+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-03-05T17:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=7d9a545d5052c3845a43c0bd96c124e93ed6d630'/>
<id>7d9a545d5052c3845a43c0bd96c124e93ed6d630</id>
<content type='text'>
Update travis to use proj-datumgrid-1.7.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update travis to use proj-datumgrid-1.7.</pre>
</div>
</content>
</entry>
<entry>
<title>Update Travis &amp; AppVeyor configuration to use proj-datumgrid-1.7.</title>
<updated>2018-03-05T10:42:23+00:00</updated>
<author>
<name>Bas Couwenberg</name>
<email>sebastic@xs4all.nl</email>
</author>
<published>2018-03-05T10:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=973886758abc62e762e1fb75c838599bf8de9552'/>
<id>973886758abc62e762e1fb75c838599bf8de9552</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update travis to use proj-datumgrid-1.7RC2.</title>
<updated>2018-02-26T21:51:36+00:00</updated>
<author>
<name>Bas Couwenberg</name>
<email>sebastic@xs4all.nl</email>
</author>
<published>2018-02-26T21:51:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=bedd36ffae2acaeec9f9c93c950efec86cbe732f'/>
<id>bedd36ffae2acaeec9f9c93c950efec86cbe732f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rerun tests without grids not included in proj-datumgrid.</title>
<updated>2018-02-24T07:08:57+00:00</updated>
<author>
<name>Bas Couwenberg</name>
<email>sebastic@xs4all.nl</email>
</author>
<published>2018-02-24T07:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=2381f6d3c00e7181e67a4fbcc7b5a9c3476546cc'/>
<id>2381f6d3c00e7181e67a4fbcc7b5a9c3476546cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update travis to use proj-datumgrid-1.7RC1.</title>
<updated>2018-02-23T22:25:31+00:00</updated>
<author>
<name>Bas Couwenberg</name>
<email>sebastic@xs4all.nl</email>
</author>
<published>2018-02-23T22:25:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=56eb89f63b8bd250bbcc780990744bf0d62750af'/>
<id>56eb89f63b8bd250bbcc780990744bf0d62750af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
