<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/packaging/windows, branch v4.6.3</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.6.3</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.6.3'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-01-29T22:59:08Z</updated>
<entry>
<title>MXE windows build script mxe-based-build.sh updates</title>
<updated>2017-01-29T22:59:08Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-01-29T20:45:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3b67bc25a37cfd82b270a955a51e0be2ddf2d883'/>
<id>urn:sha1:3b67bc25a37cfd82b270a955a51e0be2ddf2d883</id>
<content type='text'>
Updates mainly in the comments of the MXE build script:
- File system layout: different proposal
- Hint to not use MXE current version from git
- MXE build JOBS setting to (very) safe value of 1
- export CXXFLAGS=-std=c++11 added for marble build
</content>
</entry>
<entry>
<title>MXE build script: update to match current mxe</title>
<updated>2017-01-02T16:22:22Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-01-02T13:21:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4abf619dc49da95f60a891847472018019009ef3'/>
<id>urn:sha1:4abf619dc49da95f60a891847472018019009ef3</id>
<content type='text'>
Many of the hacks I used to need are no longer necessary.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>scripts: run all scripts with -e</title>
<updated>2016-08-18T04:44:31Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2016-08-17T19:36:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=04d8d7cb13286d763b0078c53e3671352c94b1c6'/>
<id>urn:sha1:04d8d7cb13286d763b0078c53e3671352c94b1c6</id>
<content type='text'>
Run all scripts with -e so they exit as soon as something breaks. That
way the build stops at the first error, not some other error.

Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Simplify MXE script</title>
<updated>2015-12-16T17:20:53Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tomaz.canabrava@intel.com</email>
</author>
<published>2015-12-16T16:14:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9d805bea4a01c54f44ea2304e70535526b41a5ed'/>
<id>urn:sha1:9d805bea4a01c54f44ea2304e70535526b41a5ed</id>
<content type='text'>
The MXE script still tried to run things using the qmake project
file and we removed that ages ago.

Signed-off-by: Tomaz Canabrava &lt;tomaz.canabrava@intel.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Remove support for older libgit2 - we now require 0.23 or later</title>
<updated>2015-12-15T21:33:00Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-12-15T06:34:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7aab63558525a8c6e17d39bdc4e3691baa02266e'/>
<id>urn:sha1:7aab63558525a8c6e17d39bdc4e3691baa02266e</id>
<content type='text'>
Also fixes a capitalization error that prevented finding libssh2 in some
circumstances. And adds a missing include when building with libzip on Mac.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>NSIS: add a couple of uninstaller checkboxes</title>
<updated>2015-11-03T17:06:07Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2015-11-03T17:03:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0196ac1568f4fe52669f6f19db14181b0e531b0d'/>
<id>urn:sha1:0196ac1568f4fe52669f6f19db14181b0e531b0d</id>
<content type='text'>
Add a new dialog/page which is shown right before
the final "uninstall" click.

The dialog may contains two checkboxes - for registry
entries and for the user path. These checkboxes will not be
created if the user has not run the application yet,
as no registry keys will be available.

Selecting the user directory checkbox shows a warning message box,
that the user should make sure no important files are present there.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Make libtool versioning happy</title>
<updated>2015-10-26T22:19:05Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-10-26T22:19:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3b419b3d075be3ab66d23c49c5ad76be5075d37b'/>
<id>urn:sha1:3b419b3d075be3ab66d23c49c5ad76be5075d37b</id>
<content type='text'>
This way we find the versioned libdivecomputer.dll

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Build Windows installer with shared libdivecomputer</title>
<updated>2015-10-26T21:27:16Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-10-26T21:27:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=47c7958ed3545a4c1dd316b0404cc37f6cd72aef'/>
<id>urn:sha1:47c7958ed3545a4c1dd316b0404cc37f6cd72aef</id>
<content type='text'>
Since we ship it all in one piece there is no reason to use a static
libdivecomputer (like there is on Linux). This allows us to give the user
a different libdivecomputer.dll for testing when tracking down a bug.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Build libzip with cmake when cross building for Windows</title>
<updated>2015-10-26T21:24:34Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-10-26T21:24:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c6ec742d113f609604fc5fb76dcb2a214a50f3d8'/>
<id>urn:sha1:c6ec742d113f609604fc5fb76dcb2a214a50f3d8</id>
<content type='text'>
This seems to fix our issues with being able to create zip files on the
fly (needed for the divelogs.de access).

Fixes #955

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>MXE build script: more cleanups</title>
<updated>2015-09-23T19:25:14Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-09-23T19:25:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=148b30849abadef23fc20a0480964a1763f8104d'/>
<id>urn:sha1:148b30849abadef23fc20a0480964a1763f8104d</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
