<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test/unit/makefile, branch rel-3-7-1</title>
<subtitle>Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/'/>
<entry>
<title>Add unit tests for WordList class.</title>
<updated>2016-08-24T23:55:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-08-24T23:55:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c64f7049e22f8a41256128a6d9e0eb95e3ef170c'/>
<id>c64f7049e22f8a41256128a6d9e0eb95e3ef170c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't try to use sanitizers on OS X as not built into Clang.</title>
<updated>2014-05-15T03:18:43+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-15T03:18:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b50f7fe4aa1e097fac089495f52cf1807d6bf53e'/>
<id>b50f7fe4aa1e097fac089495f52cf1807d6bf53e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support Clang on Linux and turn on the address and undefined behaviour</title>
<updated>2014-05-15T03:08:43+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-15T03:08:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=547277436fa652c10fd0de28c6501745bc741c90'/>
<id>547277436fa652c10fd0de28c6501745bc741c90</id>
<content type='text'>
sanitizers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sanitizers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some tests for CellBuffer.</title>
<updated>2013-11-18T03:44:25+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-11-18T03:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3249d113c3642bad26d3ce3cbef2ca3ed504ea7d'/>
<id>3249d113c3642bad26d3ce3cbef2ca3ed504ea7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tests for Decoration.</title>
<updated>2013-11-17T00:17:25+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-11-17T00:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=041f5243ba5c3d3440a26cefe736eb71354a8dcc'/>
<id>041f5243ba5c3d3440a26cefe736eb71354a8dcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch unit tests to Catch framework.</title>
<updated>2013-11-17T00:11:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-11-17T00:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1f58d727d692379306edf4ebc18ca91557ea3f69'/>
<id>1f58d727d692379306edf4ebc18ca91557ea3f69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add CharClassifier::GetCharsOfClass</title>
<updated>2012-05-29T19:44:34+00:00</updated>
<author>
<name>Mook</name>
<email>marky@activestate.com</email>
</author>
<published>2012-05-29T19:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7e9e5b1e059efa957d2d7e9fa6b364706f621711'/>
<id>7e9e5b1e059efa957d2d7e9fa6b364706f621711</id>
<content type='text'>
add SCI_GETWORDCHARS(&lt;unused&gt;, stringresult chars) command to get word chars
add SCI_GETWHITESPACECHARS(&lt;unused&gt;, stringresult chars) to get whitespace chars
add SCI_GETPUNCTUATIONCHARS(&lt;unused&gt;, stringresult chars) to get punctutation
also add tests for {Set,Get}{Word,Whitespce,Punctuation}Chars, CharClassifier
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add SCI_GETWORDCHARS(&lt;unused&gt;, stringresult chars) command to get word chars
add SCI_GETWHITESPACECHARS(&lt;unused&gt;, stringresult chars) to get whitespace chars
add SCI_GETPUNCTUATIONCHARS(&lt;unused&gt;, stringresult chars) to get punctutation
also add tests for {Set,Get}{Word,Whitespce,Punctuation}Chars, CharClassifier
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid unnecessary relinks on Windows.</title>
<updated>2011-02-12T23:08:42+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2011-02-12T23:08:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6d87251d26ad28efc8dfc9d1710c63a13974550f'/>
<id>6d87251d26ad28efc8dfc9d1710c63a13974550f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some coverage testing.</title>
<updated>2011-02-02T22:28:15+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2011-02-02T22:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=34e3623e3227ed3bfef9bee1b4d3af3043ae2c81'/>
<id>34e3623e3227ed3bfef9bee1b4d3af3043ae2c81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unit tests for Scintilla data structures.</title>
<updated>2011-02-01T04:08:37+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2011-02-01T04:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cebe1906c3f42f093c497118d1048057ab4aec3a'/>
<id>cebe1906c3f42f093c497118d1048057ab4aec3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
