<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/Makefile, branch v3.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v3.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v3.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2013-05-14T10:27:45Z</updated>
<entry>
<title>Fix Windows cross build</title>
<updated>2013-05-14T10:27:45Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-05-14T10:15:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ce46a60cafa12080d330a6c6f82feeaeacc5ee37'/>
<id>urn:sha1:ce46a60cafa12080d330a6c6f82feeaeacc5ee37</id>
<content type='text'>
commit 59294029f3d1 ("Capitalize package name and add capitalized tar-ball
prefix") had an unintended side effect: the cross build for Windows on
Linux no longer worked (as it set NAME=subsurface.exe).

Fixed this by introducing a TARGET variable that is derived from $(NAME).

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Bump Makefile version to 3.1</title>
<updated>2013-05-13T22:33:57Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-05-13T22:33:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9320db96ec933ca6bc8f682064e1f5e1dc10f369'/>
<id>urn:sha1:9320db96ec933ca6bc8f682064e1f5e1dc10f369</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Capitalize package name and add capitalized tar-ball prefix</title>
<updated>2013-05-13T16:20:04Z</updated>
<author>
<name>Cristian Ionescu-Idbohrn</name>
<email>cristian.ionescu-idbohrn@axis.com</email>
</author>
<published>2013-05-12T22:10:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=901fd81ea47076f1cca43f5dc23759294029f3d1'/>
<id>urn:sha1:901fd81ea47076f1cca43f5dc23759294029f3d1</id>
<content type='text'>
Name and capitalized name of the project are set in the first two lines of
the Makefile and referenced everywhere else through variabled instead.

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>Make silent make optional</title>
<updated>2013-05-13T16:07:25Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-05-13T16:05:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=cf8f0be00d29b5ac6216ec71716bee38eab3283e'/>
<id>urn:sha1:cf8f0be00d29b5ac6216ec71716bee38eab3283e</id>
<content type='text'>
Backport of Thiago's commit 612a6ee2f793 ("Make the "silent mode"
compilation be optional only.") from the Qt branch.

Requested-by: Cristian Ionescu-Idbohrn &lt;cristian.ionescu-idbohrn@axis.com&gt;
Signed-off-by: Thiago Macieira &lt;thiago@macieira.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Nuke debian patch disable-git-version.diff.</title>
<updated>2013-05-13T15:52:53Z</updated>
<author>
<name>Cristian Ionescu-Idbohrn</name>
<email>cristian.ionescu-idbohrn@axis.com</email>
</author>
<published>2013-05-12T21:39:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f7001929d0a999ba60f2d1a71a0ecdba6396cc10'/>
<id>urn:sha1:f7001929d0a999ba60f2d1a71a0ecdba6396cc10</id>
<content type='text'>
Running:

$ git describe

in a code tree lacking dir .git (unpacked release tar-ball, for
example) throws an error:

	fatal: Not a git repository ...

and that's noise that can be avoided.

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>Use `git archive' instead of `tar'.</title>
<updated>2013-05-12T14:25:53Z</updated>
<author>
<name>Cristian Ionescu-Idbohrn</name>
<email>cristian.ionescu-idbohrn@axis.com</email>
</author>
<published>2013-05-12T13:00:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a6819e636d63d010deee3fd0197b43ed8c53df2f'/>
<id>urn:sha1:a6819e636d63d010deee3fd0197b43ed8c53df2f</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>A release includes a tar-ball.</title>
<updated>2013-05-12T14:23:59Z</updated>
<author>
<name>Cristian Ionescu-Idbohrn</name>
<email>cristian.ionescu-idbohrn@axis.com</email>
</author>
<published>2013-05-12T09:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6d37d8ee46d5c083707a86ff40597df74553ccc5'/>
<id>urn:sha1:6d37d8ee46d5c083707a86ff40597df74553ccc5</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>Disable non-functional Cochran code</title>
<updated>2013-05-12T05:02:35Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-05-12T03:07:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b90ea68fd126e555122b25aa567555f9f7035078'/>
<id>urn:sha1:b90ea68fd126e555122b25aa567555f9f7035078</id>
<content type='text'>
There's no point in compiling this into the binary. It does not work.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Try to add required dependencies to get https working on Windows</title>
<updated>2013-05-12T04:54:04Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-05-12T04:54:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5775905727150b4f2f5556b84814acdc46e2d717'/>
<id>urn:sha1:5775905727150b4f2f5556b84814acdc46e2d717</id>
<content type='text'>
This clearly isn't enough. But I simply can't seem to get this to work...

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Make sure .xsl files are installed</title>
<updated>2013-05-09T17:21:36Z</updated>
<author>
<name>Henrik Brautaset Aronsen</name>
<email>subsurface@henrik.synth.no</email>
</author>
<published>2013-05-08T19:49:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e6130f4c240a5ff81037e0ec009d3eefc8eb0791'/>
<id>urn:sha1:e6130f4c240a5ff81037e0ec009d3eefc8eb0791</id>
<content type='text'>
xslt/commonTemplates.xsl was missing from the install targets

Signed-off-by: Henrik Brautaset Aronsen &lt;subsurface@henrik.synth.no&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
