<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/scripts, branch v4.8.2</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.8.2</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.8.2'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2018-09-15T22:51:47Z</updated>
<entry>
<title>build-system: don't modify a file under git control</title>
<updated>2018-09-15T22:51:47Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-15T14:27:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=26d8beb7668d88124a954c163de9b1ce1b082c39'/>
<id>urn:sha1:26d8beb7668d88124a954c163de9b1ce1b082c39</id>
<content type='text'>
Instead of editing appdata/subsurface.appdata.xml in place, switch to our usual
pattern of modifying a .in file and add the resulting file to .gitignore.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Mac: hard code macosx-version-min as 10.11, regardless of available SDKs</title>
<updated>2018-09-13T16:26:44Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-13T04:33:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d94f81362396c864e34e993231a522d7cac394e4'/>
<id>urn:sha1:d94f81362396c864e34e993231a522d7cac394e4</id>
<content type='text'>
This should never be wrong, and should avoid the warnings on Travis.

Fixes #1654

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis: build export-html on Mac and Linux</title>
<updated>2018-09-10T02:52:14Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-09T18:53:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dc68c3e7bda69aa2d872e4f76c33687ec84eea3a'/>
<id>urn:sha1:dc68c3e7bda69aa2d872e4f76c33687ec84eea3a</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix appdata</title>
<updated>2018-09-10T01:43:30Z</updated>
<author>
<name>Alexander Wilms</name>
<email>f.alexander.wilms@gmail.com</email>
</author>
<published>2018-09-03T20:04:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=bcf568586de30be23bd5ff37746b6b4eb1140167'/>
<id>urn:sha1:bcf568586de30be23bd5ff37746b6b4eb1140167</id>
<content type='text'>
Use correct format, create script to update the version and release date in the
appdata.

[Dirk Hohndel: call said script during the build process]

Signed-off-by: Alexander Wilms &lt;f.alexander.wilms@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis: use system libgit2 on OpenSUSE for Qt56 build</title>
<updated>2018-09-06T04:43:58Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-06T00:15:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dd633119bb42f0c38c522db2e4bd4eb27e95f8fe'/>
<id>urn:sha1:dd633119bb42f0c38c522db2e4bd4eb27e95f8fe</id>
<content type='text'>
This is libgit2 0.24 which is new enough for our purposes.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system: don't show spurious errors looking for qmake</title>
<updated>2018-09-06T04:43:58Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-06T00:12:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=11993b59ca3ed29b1581e273546d44fc134fbe37'/>
<id>urn:sha1:11993b59ca3ed29b1581e273546d44fc134fbe37</id>
<content type='text'>
And improve the message if we do indeed not find it.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis: fix qt56 builds</title>
<updated>2018-09-06T04:43:58Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-06T00:07:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=fde266860efc5ea627eec547547e99ce9ebd62c8'/>
<id>urn:sha1:fde266860efc5ea627eec547547e99ce9ebd62c8</id>
<content type='text'>
This seems very strange - but it appears that we are missing the 'which'
command.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis: show performance test results</title>
<updated>2018-08-31T13:33:46Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-08-30T21:29:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4e1f806d024e49f440723e4bf0a706ee2662e6dc'/>
<id>urn:sha1:4e1f806d024e49f440723e4bf0a706ee2662e6dc</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis: put large test data in place for TestParsePerformance</title>
<updated>2018-08-31T13:33:46Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-08-30T21:07:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=908340498109ca27b7cb33977911b4c287d19233'/>
<id>urn:sha1:908340498109ca27b7cb33977911b4c287d19233</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Android: build latest libzip</title>
<updated>2018-08-05T22:08:19Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-08-05T22:07:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=32a630ece3b4612ef1b8a76d6cabbe8991e85025'/>
<id>urn:sha1:32a630ece3b4612ef1b8a76d6cabbe8991e85025</id>
<content type='text'>
Small hacks needed, but otherwise this seems to work.

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