<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test/unit, 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 SparseVector template as a new data structure for storing per-line data</title>
<updated>2016-10-18T02:40:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-10-18T02:40:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8df7fa7937d167cc1b3ff4c5eb0d326c63a58618'/>
<id>8df7fa7937d167cc1b3ff4c5eb0d326c63a58618</id>
<content type='text'>
which is 0 or NULL for most lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which is 0 or NULL for most lines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Visual Studio project for running unit tests makes it easier to debug them.</title>
<updated>2016-10-18T02:07:51+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-10-18T02:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=34297a311ec5bd1e469f5a38d1c4965c4cc59240'/>
<id>34297a311ec5bd1e469f5a38d1c4965c4cc59240</id>
<content type='text'>
Debugging visualizer for SplitVector helps understand state of objects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Debugging visualizer for SplitVector helps understand state of objects.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix minor warnings in unit tests from MSVC 64-bit.</title>
<updated>2016-10-08T01:37:14+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-10-08T01:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=de5f691441a5661286cfdec99de7b12ae42e7beb'/>
<id>de5f691441a5661286cfdec99de7b12ae42e7beb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable SplitVector to store objects by using std::copy to copy elements instead</title>
<updated>2016-09-30T00:32:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-09-30T00:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=03378bf5015987dd140d7fabd3d043ae909a4afc'/>
<id>03378bf5015987dd140d7fabd3d043ae909a4afc</id>
<content type='text'>
of memmove and memcpy.
This allows SplitVector&lt;std::string&gt; to work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of memmove and memcpy.
This allows SplitVector&lt;std::string&gt; to work.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test cases for WordList::InListAbbreviated.</title>
<updated>2016-09-07T03:55:11+00:00</updated>
<author>
<name>oirfeodent</name>
<email>unknown</email>
</author>
<published>2016-09-07T03:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c0fe4b0747d3abd22b6113ba8fbbfdaf029bb7c1'/>
<id>c0fe4b0747d3abd22b6113ba8fbbfdaf029bb7c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add InListAbridged to WordList.</title>
<updated>2016-09-07T03:49:08+00:00</updated>
<author>
<name>oirfeodent</name>
<email>unknown</email>
</author>
<published>2016-09-07T03:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=909fc02778bf5db5953a266a9aeff0291552b6cf'/>
<id>909fc02778bf5db5953a266a9aeff0291552b6cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Add Position.h as a place-holder and to allow #include "Position.h" in source.</title>
<updated>2015-07-27T03:10:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-27T03:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=478d819121d970ca773cb52c99f396a9bf73ee62'/>
<id>478d819121d970ca773cb52c99f396a9bf73ee62</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 need to see std::exception now.</title>
<updated>2015-07-03T23:08:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-03T23:08:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=82d6074c68595aab4610a39767b9007908a83a62'/>
<id>82d6074c68595aab4610a39767b9007908a83a62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid warning from cppcheck.</title>
<updated>2014-12-22T01:21:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-12-22T01:21:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4fe2e33997dfe9b3c53de000e83d7219db0cd5cf'/>
<id>4fe2e33997dfe9b3c53de000e83d7219db0cd5cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
