<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/scripts, branch v5.0.2</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v5.0.2</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v5.0.2'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2021-06-07T15:25:31Z</updated>
<entry>
<title>build-system: updates to processes</title>
<updated>2021-06-07T15:25:31Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2021-06-07T15:25:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9eb10af68fbfaf43e0098c2ef9cd5e1d98645515'/>
<id>urn:sha1:9eb10af68fbfaf43e0098c2ef9cd5e1d98645515</id>
<content type='text'>
This is mostly for my own use, but I think it makes sense to have it in
the repo.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system: remove relative paths to icons</title>
<updated>2021-06-04T16:30:54Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2021-06-04T16:30:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=891805763e5370a0bf8c9cc6776ce8c96573e008'/>
<id>urn:sha1:891805763e5370a0bf8c9cc6776ce8c96573e008</id>
<content type='text'>
Asciidoc appears to insert './images' references when using the admonitionblock.
Clean that up in the post processing of the user manual for HTML.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>make whitespace in build script match existing whitespace</title>
<updated>2021-05-20T22:10:52Z</updated>
<author>
<name>Ryan Gardner</name>
<email>ryan.gardner@coxautoinc.com</email>
</author>
<published>2021-05-17T23:56:24Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=87e203ea507907f6e394cfc7ddcdc35d3099be22'/>
<id>urn:sha1:87e203ea507907f6e394cfc7ddcdc35d3099be22</id>
<content type='text'>
Signed-off-by: Ryan Gardner &lt;ryan.gardner@coxautoinc.com&gt;
</content>
</entry>
<entry>
<title>Make the Mac SDK detection in build.sh more robust</title>
<updated>2021-05-20T22:10:52Z</updated>
<author>
<name>Ryan Gardner</name>
<email>ryan.gardner@coxautoinc.com</email>
</author>
<published>2021-05-17T23:43:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=effd0dbae8bd7b21d386cb68653e80a87e82e6bf'/>
<id>urn:sha1:effd0dbae8bd7b21d386cb68653e80a87e82e6bf</id>
<content type='text'>
When trying to build on Big Sur, the xcode command-line tools
install are installed in /Library/Developer/CommandLineTools/SDKs,
and as of Xcode 12.5, it does not include a 10.x version
of SDK.

This changes it to search in the location of the command-line tools SDK
for a 10.x version, and if it can't find a 10.x version it will
find an explicit 11.x version of the SDK to use because it is
conceivable that in the near future Apple will stop installing any
10.x SDK's as part of the command-line tool installer.

If the SDK can't be found, the build script will exit now instead
of continuing with an unset BASESDK version that causes a later failure.

Signed-off-by: Ryan Gardner &lt;ryan.gardner@coxautoinc.com&gt;
</content>
</entry>
<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>
</feed>
