<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/CodingStyle, branch v4.1.93</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.1.93</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.1.93'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2014-07-16T16:16:47Z</updated>
<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>
<entry>
<title>Add switch statement to CodingStyle</title>
<updated>2014-01-16T05:58:06Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-01-16T05:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2c8e8f8cecb16ce34c24ce4099b8ead7a7baea78'/>
<id>urn:sha1:2c8e8f8cecb16ce34c24ce4099b8ead7a7baea78</id>
<content type='text'>
Requested-by: Thiago Macieira &lt;thiago@macieira.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Whitespace and coding style updates</title>
<updated>2014-01-16T04:50:56Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-01-16T04:50:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a27f67c02612791fad73b4e0550d942dc3a5a339'/>
<id>urn:sha1:a27f67c02612791fad73b4e0550d942dc3a5a339</id>
<content type='text'>
Another futile attempt to cleanup the code and make coding style and
whitespace consistent. I tried to add a file that describes the key points
of our coding style. I have no illusions that this will help the least
bit...

This commit should ONLY change whitespace

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