<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/scripts, branch v4.8.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.8.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.8.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2018-07-12T14:58:08Z</updated>
<entry>
<title>Add comment to get-dep-lib.sh</title>
<updated>2018-07-12T14:58:08Z</updated>
<author>
<name>Jocke</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2018-07-12T08:21:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a56a7c51f656f9cd7fbcf00b2d0c19d0e74ec701'/>
<id>urn:sha1:a56a7c51f656f9cd7fbcf00b2d0c19d0e74ec701</id>
<content type='text'>
Add a comment so we remember to change the version number in versions.sh also.

Signed-off-by: Joakim Bygdell &lt;j.bygdell@gmail.com&gt;</content>
</entry>
<entry>
<title>Travis: add Qt 5.9 testing</title>
<updated>2018-07-11T20:49:25Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-07-11T19:31:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=45c19fd11ebf41c19f51eff067646551ab60e5bf'/>
<id>urn:sha1:45c19fd11ebf41c19f51eff067646551ab60e5bf</id>
<content type='text'>
This is done via Fedora 27 which seemed the easiest way to get a 5.9 based
distro.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis: add Qt 5.7 testing</title>
<updated>2018-07-11T20:49:25Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-07-11T19:29:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8fa9eabb47f451e60af765f007cca2af6def5222'/>
<id>urn:sha1:8fa9eabb47f451e60af765f007cca2af6def5222</id>
<content type='text'>
This is done via Fedora 26 which seemed the easiest way to get a 5.7 based
distro.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis: add Qt 5.6 testing</title>
<updated>2018-07-11T02:41:43Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-07-10T23:03:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0a4dcd59b0e1f176630280ea916c296c11633f56'/>
<id>urn:sha1:0a4dcd59b0e1f176630280ea916c296c11633f56</id>
<content type='text'>
This is done via OpenSUSE Leap/42.3 which seemed the easiest way to
get a 5.6 based distro.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis: build iOS against Qt 5.11.1</title>
<updated>2018-07-09T22:23:49Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-07-09T17:56:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7ab9bf3ad746b0223ada53d59cab48b0ba29eacb'/>
<id>urn:sha1:7ab9bf3ad746b0223ada53d59cab48b0ba29eacb</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis: build macOS against Qt 5.11.1</title>
<updated>2018-07-09T22:23:49Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-07-09T17:50:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=066e01f66ddaec6df11d0e97f3ea84250a8a8f05'/>
<id>urn:sha1:066e01f66ddaec6df11d0e97f3ea84250a8a8f05</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis: install from Homebrew instead of using a cache</title>
<updated>2018-07-09T22:23:49Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-07-09T21:11:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e928c829d3beb86cdaa757bd0386a7c0eecf0b60'/>
<id>urn:sha1:e928c829d3beb86cdaa757bd0386a7c0eecf0b60</id>
<content type='text'>
Clearly something has changed here. When I first tried to use Homebrew on
Travis the update would take often so long that the build would time out. Now
it is nice and fast. So instead of wasting time with the cache let's just use
Homebrew directly.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build.sh: provide usage message and exit on unknown arg</title>
<updated>2018-07-09T22:23:49Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-07-09T17:33:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=25b78d737958bf868cd219205631a00daad89a4d'/>
<id>urn:sha1:25b78d737958bf868cd219205631a00daad89a4d</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system: allow selection of Debug or Release build</title>
<updated>2018-07-09T22:23:49Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-07-09T16:53:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e15b41827cc341f5854d4c87f0acc7f37292ebc3'/>
<id>urn:sha1:e15b41827cc341f5854d4c87f0acc7f37292ebc3</id>
<content type='text'>
So far we did a rather odd mix by default.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system/macOS: don't get libgit2 from pkgconfig when building it ourselves</title>
<updated>2018-07-07T18:32:43Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-07-07T17:26:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2de5b95acf65cf67db43783b9d308bd097fd7141'/>
<id>urn:sha1:2de5b95acf65cf67db43783b9d308bd097fd7141</id>
<content type='text'>
Doing that confuses the build setup and as a result the library isn't found at
runtime without some fixups.

Fixes #1469

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