<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/CodingStyle, branch v4.4.96</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.4.96</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.4.96'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2015-03-23T15:40:32Z</updated>
<entry>
<title>CodingStyle: add an extra line for the braces explaination</title>
<updated>2015-03-23T15:40:32Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2015-03-18T00:22:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=120088fd16902abd386248eb53e59f88c7591e61'/>
<id>urn:sha1:120088fd16902abd386248eb53e59f88c7591e61</id>
<content type='text'>
The extra call "dosomethingelse()" is added with the
intention that user will not be confused to add braces
around single lined "if" conditions.

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>Update CodingStyle</title>
<updated>2015-03-23T12:54:16Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-03-23T12:54:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2ffdb8945f77e051630a90556a653de1c2f1e438'/>
<id>urn:sha1:2ffdb8945f77e051630a90556a653de1c2f1e438</id>
<content type='text'>
Initializers were not documenting what we actually do.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Adds advice on text strings to style guide</title>
<updated>2014-12-17T15:51:57Z</updated>
<author>
<name>Tim Wootton</name>
<email>tim@tee-jay.demon.co.uk</email>
</author>
<published>2014-12-17T09:23:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a9bb191dba7f85360d8a88c452f1f949854a6ed0'/>
<id>urn:sha1:a9bb191dba7f85360d8a88c452f1f949854a6ed0</id>
<content type='text'>
Signed-off-by: Tim Wootton &lt;tim@tee-jay.demon.co.uk&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Small update to CodingStyle document</title>
<updated>2014-07-16T16:16:47Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-07-16T16:16:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=45acec0e25eda766b77b297509d78e2cd81ce706'/>
<id>urn:sha1:45acec0e25eda766b77b297509d78e2cd81ce706</id>
<content type='text'>
Mention variable declarations (they should be at the beginning of code
blocks).

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>CodingStyle "to" "too" typo</title>
<updated>2014-05-10T16:41:17Z</updated>
<author>
<name>Jeremiah Mahler</name>
<email>jmmahler@gmail.com</email>
</author>
<published>2014-05-10T16:34:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=81ec6f3176e3985a5f60d4ca34ed8de23e17786a'/>
<id>urn:sha1:81ec6f3176e3985a5f60d4ca34ed8de23e17786a</id>
<content type='text'>
Small typo in CodingStyle.
".. in this file to." should be "... in this file too."

Signed-off-by: Jeremiah Mahler &lt;jmmahler@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fixed Subsurface coding style for classes in vim.</title>
<updated>2014-03-10T18:34:49Z</updated>
<author>
<name>Lakshman</name>
<email>acrlakshman@gmail.com</email>
</author>
<published>2014-03-10T17:19:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e8ee701d3573c860b09c2634647e9d00a0bb111c'/>
<id>urn:sha1:e8ee701d3573c860b09c2634647e9d00a0bb111c</id>
<content type='text'>
With the current suggested settings in `CodingStyle` content
of class blocks gets indented. To avoid this, value `g0` is
added to cinoptions. In addition to this `TODO` thing, few
additional options are suggested.

 - Included the value `(0` to cinoptions, to comply with the
   discontinuation of continuous lines as per Subsurface
   coding style recommendations.

Add two options that aren't exactly about coding style but about
convenience:

 - `hls` option to highlight all search options.
 - `is` option to do incremental search

Signed-off-by: Lakshman Anumolu &lt;acrlakshman@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix minor spelling error in CodingStyle</title>
<updated>2014-02-28T15:57:09Z</updated>
<author>
<name>Joshua Wambua</name>
<email>joshua@megvel.me.ke</email>
</author>
<published>2014-02-28T09:09:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a8bce0bb9f8c9a9140714b2381f139c45aeaeb29'/>
<id>urn:sha1:a8bce0bb9f8c9a9140714b2381f139c45aeaeb29</id>
<content type='text'>
Fixes a minor spelling error in the CodingStyle file.

Signed-off-by: Joshua Wambua &lt;joshua@megvel.me.ke&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add some notes about vim settings for our style</title>
<updated>2014-02-28T02:55:17Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2014-02-27T21:42:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5bbe931b6cc5a98b1d3e78aa5473a918fb60c7ec'/>
<id>urn:sha1:5bbe931b6cc5a98b1d3e78aa5473a918fb60c7ec</id>
<content type='text'>
Basic vim settings to mostly follow our coding style.

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>Add explanations and Emacs / QtCreator settings to CodingStyle</title>
<updated>2014-02-27T15:57:22Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-02-27T15:57:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0307f3d5432dfc98cc4be317b0f2ce93e27c336b'/>
<id>urn:sha1:0307f3d5432dfc98cc4be317b0f2ce93e27c336b</id>
<content type='text'>
These may not be perfect, but they are a start.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add info to the CodingStyle for C++ constructors</title>
<updated>2014-01-22T16:28:43Z</updated>
<author>
<name>Thiago Macieira</name>
<email>thiago@macieira.org</email>
</author>
<published>2014-01-22T16:25:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a566dbdaf76f6e1e7df35d75dc21b39b7968a9da'/>
<id>urn:sha1:a566dbdaf76f6e1e7df35d75dc21b39b7968a9da</id>
<content type='text'>
Signed-off-by: Thiago Macieira &lt;thiago@macieira.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
