<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/dives, branch v4.7.4</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.7.4</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.7.4'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-10-07T21:52:57Z</updated>
<entry>
<title>Fix divinglog import temperature truncation</title>
<updated>2017-10-07T21:52:57Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2017-10-07T20:32:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d5a0184f71d64705f8f35cc42636b82542257e88'/>
<id>urn:sha1:d5a0184f71d64705f8f35cc42636b82542257e88</id>
<content type='text'>
The code incorrectly divided the temperature by 10 as an integer,
causing unnecessary precision loss due to truncation.

Fix it, and update the test results for the now improved temperature
import.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix TestParse to handle CCR import properly</title>
<updated>2017-07-24T01:03:07Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2017-07-23T15:39:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c69a56b53b65d03ea264ff8bc45cbd115527ec2f'/>
<id>urn:sha1:c69a56b53b65d03ea264ff8bc45cbd115527ec2f</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix comparison data for TestParse</title>
<updated>2017-07-22T19:11:00Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2017-07-22T18:27:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=405f27eb2a0eec39249018bd6421e6ed2b6c1f59'/>
<id>urn:sha1:405f27eb2a0eec39249018bd6421e6ed2b6c1f59</id>
<content type='text'>
It appears that we used to get additional tts=0:00min tags on Seabear
parsing. I would assume these to be incorrect as there other values
right before these that look more sensible. Also the resent change to
streamline the feature of not storing repeating values causes the test
to fail. Anyway, just grabbing the new result to compare with as it
seems sensible.

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>Include some extradata info on Seabear import</title>
<updated>2017-05-08T04:36:50Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2017-05-07T18:22:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ccf916344b7f91934cf5fa2aaf949b786fe1f3c1'/>
<id>urn:sha1:ccf916344b7f91934cf5fa2aaf949b786fe1f3c1</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'seabear-refactor'</title>
<updated>2017-05-07T14:52:55Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-05-07T14:52:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d7cf3408e5d2f8c7f5ce25fa2b330cc3e75ff489'/>
<id>urn:sha1:d7cf3408e5d2f8c7f5ce25fa2b330cc3e75ff489</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update Seabear test data to use proper times</title>
<updated>2017-05-07T13:32:32Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2017-05-07T13:32:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=21cdc647121455a3dd5e3e1dc76c2294fd017369'/>
<id>urn:sha1:21cdc647121455a3dd5e3e1dc76c2294fd017369</id>
<content type='text'>
Now that we parse them...

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>Test for adding a picture with data after JFIF EOI to a dive</title>
<updated>2017-05-06T17:31:09Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-05-06T13:36:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=67fbf6009a36233d6621e4f40002fc016a464404'/>
<id>urn:sha1:67fbf6009a36233d6621e4f40002fc016a464404</id>
<content type='text'>
Add one more picture to the already existing test.
This new picture is a JPEG and has data after JFIF EOI tag.

Suggested-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>Fix potential double/float to int rounding errors</title>
<updated>2017-03-09T16:07:30Z</updated>
<author>
<name>Jeremie Guichard</name>
<email>djebrest@gmail.com</email>
</author>
<published>2017-03-09T16:07:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2b06a0b2234cf2779f80e87038011067be282bcb'/>
<id>urn:sha1:2b06a0b2234cf2779f80e87038011067be282bcb</id>
<content type='text'>
Not using lrint(f) when converting double/float to int
creates rounding errors.
This error was detected by TestParse::testParseDM4 failure
on Windows. It was creating rounding inconsistencies
on Linux too, see change in TestDiveDM4.xml.

Enable -Wfloat-conversion for gcc version greater than 4.9.0

Signed-off-by: Jeremie Guichard &lt;djebrest@gmail.com&gt;
</content>
</entry>
<entry>
<title>Simple test case for merging dives</title>
<updated>2017-02-22T02:22:56Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-02-22T01:23:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3fef6ec31da786bde7f249dd9c07121944ddd9ee'/>
<id>urn:sha1:3fef6ec31da786bde7f249dd9c07121944ddd9ee</id>
<content type='text'>
We do some merging in a couple of the other tests as well, but the idea
is to have specific test cases that exercise our merge logic.

This one starts simple. Merge a dive with some valid info with a second
one that has less data filled. And then try it in both possible orders.

It shows a few potential problems.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Test for basic image handling</title>
<updated>2017-02-21T21:14:56Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-02-21T09:27:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c4976b505a2c4a1fe62610b3c875eac56957c924'/>
<id>urn:sha1:c4976b505a2c4a1fe62610b3c875eac56957c924</id>
<content type='text'>
This tests adding image files to dives including hashing and evaluating
exif data.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
</feed>
