<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/cmake/Modules, branch v4.9.2</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.9.2</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.9.2'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2019-07-14T03:41:42Z</updated>
<entry>
<title>Update Subsurface-mobile version number</title>
<updated>2019-07-14T03:41:42Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-07-14T03:41:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=18c80d1cf0632680d0dea5e242bdaa6c0ef09d78'/>
<id>urn:sha1:18c80d1cf0632680d0dea5e242bdaa6c0ef09d78</id>
<content type='text'>
The mobile changes are far and few, but the next version will be the
first to support arm64, so a new minor number seems appropriate.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>CMake: clean up hints for finding libraries</title>
<updated>2019-03-22T02:30:14Z</updated>
<author>
<name>Rolf Eike Beer</name>
<email>eike@sf-mail.de</email>
</author>
<published>2019-03-19T23:10:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3b3306c552c89196da60fbbc70b7a7e50e81f541'/>
<id>urn:sha1:3b3306c552c89196da60fbbc70b7a7e50e81f541</id>
<content type='text'>
HINTS should be dynamically introspected, static entries should be in PATHS.
There is also a platform dependent list of things where CMake always looks if
not explicitely forbidden, so remove any entries that are usually in those
default lists.

Signed-off-by: Rolf Eike Beer &lt;eike@sf-mail.de&gt;
</content>
</entry>
<entry>
<title>CMake: simplify code in HandleFindGit2</title>
<updated>2019-03-22T02:30:14Z</updated>
<author>
<name>Rolf Eike Beer</name>
<email>eike@sf-mail.de</email>
</author>
<published>2019-03-19T21:39:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c1f88ddd6988fa0ef1171a141120a8989de48960'/>
<id>urn:sha1:c1f88ddd6988fa0ef1171a141120a8989de48960</id>
<content type='text'>
Signed-off-by: Rolf Eike Beer &lt;eike@sf-mail.de&gt;
</content>
</entry>
<entry>
<title>Remove partial support for QWebEngine</title>
<updated>2019-03-20T15:45:02Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-03-19T19:40:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=643f4a5726926b86693b442e318f40cf28fee04a'/>
<id>urn:sha1:643f4a5726926b86693b442e318f40cf28fee04a</id>
<content type='text'>
Printing never worked, none of this was ever included in test builds. Also, now
that there are official releases of QtWebKit again, this just doesn't seem worth
carrying along anymore.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system: try to find libdivecomputer on LGTM</title>
<updated>2019-03-17T03:24:04Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-03-16T16:07:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2b5d818d354e6602a7cdd7f8203c6f6baa356cf9'/>
<id>urn:sha1:2b5d818d354e6602a7cdd7f8203c6f6baa356cf9</id>
<content type='text'>
On LGTM we end up installing in /opt/out.

Also, fix a silly error in the existing code - don't look for libraries in
include directories.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>CMake: get rid of QT_EXTRA_LIBRARIES</title>
<updated>2019-03-09T17:51:55Z</updated>
<author>
<name>Rolf Eike Beer</name>
<email>eike@sf-mail.de</email>
</author>
<published>2019-03-07T21:27:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=62c6a19744da9ae02fe82676638f8c622f8c2e9b'/>
<id>urn:sha1:62c6a19744da9ae02fe82676638f8c622f8c2e9b</id>
<content type='text'>
This can be easily derived from QT_EXTRA_COMPONENTS.

Signed-off-by: Rolf Eike Beer &lt;eike@sf-mail.de&gt;
</content>
</entry>
<entry>
<title>Update mobile version number</title>
<updated>2019-01-24T21:39:54Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-01-23T04:35:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=41ad8737a86cbc2e99cdaaba0153c20b640501a6'/>
<id>urn:sha1:41ad8737a86cbc2e99cdaaba0153c20b640501a6</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add symlink for Documentation/mobile-images</title>
<updated>2018-11-17T22:33:27Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2018-11-03T04:55:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5f32cc508f678cc4f926f2bae1f6141a35b48166'/>
<id>urn:sha1:5f32cc508f678cc4f926f2bae1f6141a35b48166</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>Mobile: update version</title>
<updated>2018-10-30T19:23:31Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-10-30T19:23:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3e838ee74d197d86fdee275f2ecf5b5ac6671d64'/>
<id>urn:sha1:3e838ee74d197d86fdee275f2ecf5b5ac6671d64</id>
<content type='text'>
Required to be able to push test builds to TestFlight.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update mobile version number</title>
<updated>2018-09-24T00:59:27Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-24T00:54:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b45124d5541a5232a9dd0e06ee13ff3247d3aacf'/>
<id>urn:sha1:b45124d5541a5232a9dd0e06ee13ff3247d3aacf</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
