<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/scripts, branch v4.3.970</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.3.970</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.3.970'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2014-12-17T20:45:45Z</updated>
<entry>
<title>Fix more references to the ReleaseNotes</title>
<updated>2014-12-17T20:45:45Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-12-17T20:45:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b9d146bab37db1fe9f95828ff314fdd89bf818a8'/>
<id>urn:sha1:b9d146bab37db1fe9f95828ff314fdd89bf818a8</id>
<content type='text'>
This should be all of them.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Create better version numbering for Windows</title>
<updated>2014-10-29T20:01:26Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-10-29T19:51:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2b8043b82b99b5fc7222b5a9e43e4de6d4233184'/>
<id>urn:sha1:2b8043b82b99b5fc7222b5a9e43e4de6d4233184</id>
<content type='text'>
I don't think this will be a problem for the other OSs, but it needs a bit
more testing, especially on the Mac.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Minor changes to Windows build and packaging</title>
<updated>2014-09-26T03:50:14Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-09-26T03:50:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=28800622f00b07724b3395eacc49f1ee87b42d08'/>
<id>urn:sha1:28800622f00b07724b3395eacc49f1ee87b42d08</id>
<content type='text'>
With these changes we link statically against libusb and libdivecomputer
but don't add the .a files to our installers.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Make SupportedDivecomputer HTML more compact</title>
<updated>2014-08-09T19:04:48Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-08-09T19:04:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f80c3d860881658cb87a04831d4d8f4708fa0bc6'/>
<id>urn:sha1:f80c3d860881658cb87a04831d4d8f4708fa0bc6</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Improve generation of list of supported dive computers</title>
<updated>2014-08-07T20:53:09Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-08-07T20:51:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=71291159993b6243ff22b7c49f36eba3a674c44b'/>
<id>urn:sha1:71291159993b6243ff22b7c49f36eba3a674c44b</id>
<content type='text'>
Get it straight from the libdivecomputer sources used...

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Allow cross-building 64 bit binaries for Windows</title>
<updated>2014-08-02T22:08:22Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-08-02T22:06:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6c15647858e866d1366de57f49e52a4a2b69aa0f'/>
<id>urn:sha1:6c15647858e866d1366de57f49e52a4a2b69aa0f</id>
<content type='text'>
This also makes sure that we package the Qt5 translations, not the Qt4
translations.

There was an odd issue that somehow a 32bit search path ended up being
used by win-dll which resulted in the wrong DLLs being packaged.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Small tweaks to our whitespace handling</title>
<updated>2014-05-22T18:20:04Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-05-22T06:03:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c7e7cebed6e40e0828aa36c3ed3f978c15ea8f5e'/>
<id>urn:sha1:c7e7cebed6e40e0828aa36c3ed3f978c15ea8f5e</id>
<content type='text'>
This is still not (and likely will never be) intended to just be blindly
run and mechanically applied to all files. It tries to implement our rules
but it is not perfect and more importantly, we have parts of the code
where we intentionally break our rules for various reasons of readability
in that particular situation.

But running this against the sources files you touch often will point out
things that are wrong and should be fixed.

This fixes the indentation for continuation lines and the handling of the
for each style loops (clang 3.5 should have this built in - I'll play with
the current development version of this later).

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Make it executable and remove magic whitespace on shebang line.</title>
<updated>2014-03-06T15:08:00Z</updated>
<author>
<name>Cristian Ionescu-Idbohrn</name>
<email>cristian.ionescu-idbohrn@axis.com</email>
</author>
<published>2014-03-06T12:37:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4e94da46fdbb140e18a22b3af3f59e989d779b80'/>
<id>urn:sha1:4e94da46fdbb140e18a22b3af3f59e989d779b80</id>
<content type='text'>
Signed-off-by: Cristian Ionescu-Idbohrn &lt;cristian.ionescu-idbohrn@axis.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Another small tweak to whitespace tool</title>
<updated>2014-03-05T21:02:23Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-03-05T20:19:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1b103c5c69083a106e88cb423bab8ade639c71d6'/>
<id>urn:sha1:1b103c5c69083a106e88cb423bab8ade639c71d6</id>
<content type='text'>
clang-format doesn't appear to reindent multi line #define statements
correctly - so this hopefully will clean those up.

The included whitespace corrections to the code should stay in place when
using the updated tool.

This includes cleaning up some multi-line comments that were messed up the
last time around as well as a few other minor changes.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Whitespace cleanup</title>
<updated>2014-03-03T21:29:22Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-03-03T21:25:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7c535452f97947c0bf77a1da0323b86b9e514c8f'/>
<id>urn:sha1:7c535452f97947c0bf77a1da0323b86b9e514c8f</id>
<content type='text'>
Minor change to the perl postprocessing script and resulting changes to
the affected source files.

This deals with two issues:
- "foreach"-like structures were not always treated correctly
- some longer calculations that ended on "+ constant" were reformatted in
  a rather unatractive manner

In one source file (divelist.c) I ended up adding braces to the sources...
trying to cascade the indentation further down without having the block
there seemed a lot more trouble than it's worth.

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