<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/scripts, branch v5.0.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v5.0.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v5.0.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2021-01-23T17:47:24Z</updated>
<entry>
<title>Add Diviac conversion to smtk converter CGI script</title>
<updated>2021-01-23T17:47:24Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2021-01-22T20:38:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=faafcd0cfc2301fd77ba2deb68619fec099ad6fd'/>
<id>urn:sha1:faafcd0cfc2301fd77ba2deb68619fec099ad6fd</id>
<content type='text'>
Plus a little bit of error reporting.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>build-system: compile stats code on mobile OSs</title>
<updated>2021-01-10T23:16:52Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2021-01-08T20:53:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b40354c7f28676d011de35e49b178d9aa789bbc7'/>
<id>urn:sha1:b40354c7f28676d011de35e49b178d9aa789bbc7</id>
<content type='text'>
Android and iOS use qmake, so add the code to the .pro file.
This also removes all remnants of QCharts includes and uses and all the
references to QCharts in our various build systems.

That was a brief but extremely useful detour.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build.sh: recreate previous behavior with no args</title>
<updated>2021-01-10T03:29:50Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2021-01-09T22:04:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=bd26d8407f28186c9db86e96260bd51f25e07f01'/>
<id>urn:sha1:bd26d8407f28186c9db86e96260bd51f25e07f01</id>
<content type='text'>
When calling build.sh with no args asking for a specific build type, that
should be equivalent with calling it with the -desktop arg.

Reported-by: Salvador Cuñat &lt;salvador.cunat@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build script: move related code closer together</title>
<updated>2020-12-29T21:39:16Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-12-29T20:13:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8f153384b5c5dc0cc332b751d4486d2e62363827'/>
<id>urn:sha1:8f153384b5c5dc0cc332b751d4486d2e62363827</id>
<content type='text'>
This just makes it more obvious what we are doing.

This appears only necessary on macOS.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build script: remove the long outdated Qt detection</title>
<updated>2020-12-29T21:39:16Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-12-29T19:09:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4fb99680f39daa4512aa6cfbc867f45808e2125a'/>
<id>urn:sha1:4fb99680f39daa4512aa6cfbc867f45808e2125a</id>
<content type='text'>
We now require qmake to be found much earlier in the script so we can simply
use that to get the right prefix path.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build script: fix typos and inconsistencies</title>
<updated>2020-12-29T21:39:16Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-12-29T19:00:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2a6fe54ac308f4d5a84a3e73d14ffde7d7502ee3'/>
<id>urn:sha1:2a6fe54ac308f4d5a84a3e73d14ffde7d7502ee3</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system/trusty: use new Qt installer</title>
<updated>2020-12-29T16:38:36Z</updated>
<author>
<name>Subsurface CI</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-12-27T22:31:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3cf6848605588e6818cf52cb5c14f89925c2b974'/>
<id>urn:sha1:3cf6848605588e6818cf52cb5c14f89925c2b974</id>
<content type='text'>
Update to Qt 5.12.10, latest OpenSSL, add QtChart, add other missing packages.
Also switch to gcc-7 as our statistics code requires better C++17 support than
what gcc-6 can offer.

This then creates trusty-qt512:1.1

Signed-off-by: Subsurface CI &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system: don't build googlemaps for downloader only builds</title>
<updated>2020-12-19T23:33:17Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-12-19T17:42:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6a7152bb400ef32cdf3403a29f987fac96c152d9'/>
<id>urn:sha1:6a7152bb400ef32cdf3403a29f987fac96c152d9</id>
<content type='text'>
This is kind of a silly optimization, but might make a huge difference in build
time on a Raspberry Pi.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system: clean up handling of printing/manual</title>
<updated>2020-12-19T23:33:17Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-12-19T17:38:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6e579f1c1baf98c9953c151a425e0cf5869b01d8'/>
<id>urn:sha1:6e579f1c1baf98c9953c151a425e0cf5869b01d8</id>
<content type='text'>
This was wrong when running -both in the past. We only want these
options for desktop builds.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system: start enabling support for downloader in build.sh</title>
<updated>2020-12-19T23:33:17Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-12-19T17:30:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dcec0175e2bc66cd58741f8ff4075e466d1ab44e'/>
<id>urn:sha1:dcec0175e2bc66cd58741f8ff4075e466d1ab44e</id>
<content type='text'>
This is just adding the third option and then untangles some of the 'there are
only two options' based code.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
