<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/travis, branch docker-build-updates</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>Publish website from 6.1 branch</title>
<updated>2019-05-15T18:14:58+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-05-15T18:14:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d8ea4ea56fea3d4f1d16a14a3aa36e2008558fb2'/>
<id>d8ea4ea56fea3d4f1d16a14a3aa36e2008558fb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>data/Makefile.am: add detection of md5sum utility, and install md5sha1sum on MacOSX Travis</title>
<updated>2019-05-06T19:25:05+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-05-06T19:25:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=b4d9dd437163ecf9c7bf7f16aa4db23321882944'/>
<id>b4d9dd437163ecf9c7bf7f16aa4db23321882944</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Travis: check that the exported symbols conform to what is expected (#1445)</title>
<updated>2019-05-02T09:05:46+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-05-02T09:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=829df0548894e59a62b08a8108a3e27865171faa'/>
<id>829df0548894e59a62b08a8108a3e27865171faa</id>
<content type='text'>
Travis: check that the exported symbols conform to what is expected</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Travis: check that the exported symbols conform to what is expected</pre>
</div>
</content>
</entry>
<entry>
<title>autoconf build: add a PROJ_DB_CACHE_DIR trick to speed-up builds (#1446)</title>
<updated>2019-05-01T16:43:02+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-05-01T16:43:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=f22862cf1c76e28efe47e830fe0c753ab696b15b'/>
<id>f22862cf1c76e28efe47e830fe0c753ab696b15b</id>
<content type='text'>
autoconf build: add a PROJ_DB_CACHE_DIR trick to speed-up builds</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
autoconf build: add a PROJ_DB_CACHE_DIR trick to speed-up builds</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into check_exported_symbols</title>
<updated>2019-05-01T16:42:13+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-05-01T16:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=fc48053092b4b6f496bb983765ebf619a356e257'/>
<id>fc48053092b4b6f496bb983765ebf619a356e257</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: fix previous commit that failed on MacOSX</title>
<updated>2019-04-28T21:24:06+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-04-28T21:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=671e69f77a13f4167e1da2e1e21fc8e5714141c8'/>
<id>671e69f77a13f4167e1da2e1e21fc8e5714141c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>autoconf build: add a PROJ_DB_CACHE_DIR trick to speed-up builds</title>
<updated>2019-04-28T20:09:03+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-04-28T20:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=7bf0f597b8b0d7d209d856fa106b521ed65678af'/>
<id>7bf0f597b8b0d7d209d856fa106b521ed65678af</id>
<content type='text'>
If the PROJ_DB_CACHE_DIR environment variable is defined, then a
$(PROJ_DB_CACHED_DIR)/proj.db.sql.md5 file is used to determine if
the set of .sql files has changed since the last time. If not then
$(PROJ_DB_CACHED_DIR)/proj.db is directly used.
This can saved a few seconds when doing rebuilds.
This is a poor man equivalent of ccache for generating the database :-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the PROJ_DB_CACHE_DIR environment variable is defined, then a
$(PROJ_DB_CACHED_DIR)/proj.db.sql.md5 file is used to determine if
the set of .sql files has changed since the last time. If not then
$(PROJ_DB_CACHED_DIR)/proj.db is directly used.
This can saved a few seconds when doing rebuilds.
This is a poor man equivalent of ccache for generating the database :-)
</pre>
</div>
</content>
</entry>
<entry>
<title>travis/install.sh: use make -j$(nproc)</title>
<updated>2019-04-28T19:54:41+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-04-28T19:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=0fc0c6d8d535fcbf8b7c72d5a6c22c9daa780d49'/>
<id>0fc0c6d8d535fcbf8b7c72d5a6c22c9daa780d49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Travis: check that the exported symbols conform to what is expected</title>
<updated>2019-04-26T17:45:46+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-04-26T16:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=e168ad31badb6702240174250894a76385da323b'/>
<id>e168ad31badb6702240174250894a76385da323b</id>
<content type='text'>
This is to help checking that we do not introduce un-intended API/ABI breakage.
Not fully bullet proof, but a start.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to help checking that we do not introduce un-intended API/ABI breakage.
Not fully bullet proof, but a start.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix doc build on Travis OSX</title>
<updated>2019-04-22T15:18:10+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-04-22T15:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=e5c84c7383697ae5a698563bcf93fdcc74215da6'/>
<id>e5c84c7383697ae5a698563bcf93fdcc74215da6</id>
<content type='text'>
Latest breathe 4.13.0 no longer work with sphinx 1.8.5 / Pyhon 2,
so force use 4.12.0 for now.

See
https://travis-ci.com/OSGeo/proj.4/jobs/194629602
https://github.com/michaeljones/breathe/issues/431
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Latest breathe 4.13.0 no longer work with sphinx 1.8.5 / Pyhon 2,
so force use 4.12.0 for now.

See
https://travis-ci.com/OSGeo/proj.4/jobs/194629602
https://github.com/michaeljones/breathe/issues/431
</pre>
</div>
</content>
</entry>
</feed>
