<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test/unit, branch rel-4-3-2</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::DeleteRange for efficiently removing ranges.</title>
<updated>2019-12-01T21:39:52+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-12-01T21:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ba3b2d185d77289a760bfd513611dec4f1b5e564'/>
<id>ba3b2d185d77289a760bfd513611dec4f1b5e564</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SparseVector::IndexAfter for efficiently finding elements in a range.</title>
<updated>2019-12-01T21:34:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-12-01T21:34:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8922ca5662974913ef0ebc93d5d029d281505a32'/>
<id>8922ca5662974913ef0ebc93d5d029d281505a32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow setting value at end of a SparseVector.</title>
<updated>2019-12-01T09:41:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-12-01T09:41:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=da8c1844da6e593644f6ae056560553bb409b354'/>
<id>da8c1844da6e593644f6ae056560553bb409b354</id>
<content type='text'>
Change representation of SparseVector in tests so last value can be seen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change representation of SparseVector in tests so last value can be seen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a bug with deleting the first element in SparseVector that left an extra</title>
<updated>2019-12-01T08:53:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-12-01T08:53:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1e5534dde930d2b7eb2580f2c459d1553f3a5971'/>
<id>1e5534dde930d2b7eb2580f2c459d1553f3a5971</id>
<content type='text'>
empty partition.
Add extra checking to Partitioning and turn on checking for UnitTester.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
empty partition.
Add extra checking to Partitioning and turn on checking for UnitTester.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve debugging by fixing visualization of SplitVector, adding a visualization</title>
<updated>2019-12-01T08:46:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-12-01T08:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7daa6e47979594525c3dd82bb1afce44ac28b246'/>
<id>7daa6e47979594525c3dd82bb1afce44ac28b246</id>
<content type='text'>
for Partitioning, and removing a layer from unique_ptr.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for Partitioning, and removing a layer from unique_ptr.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1305] Optimize setting up keyword lists in lexers.</title>
<updated>2019-09-30T02:15:31+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2019-09-30T02:15:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=af271ed3f65cf6cd9b38a467960d6ae9f2c2ad22'/>
<id>af271ed3f65cf6cd9b38a467960d6ae9f2c2ad22</id>
<content type='text'>
Avoids splitting and sorting the input twice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoids splitting and sorting the input twice.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch from /std:c++latest to /std:c++17 as Visual C++ 2019 now includes some</title>
<updated>2019-04-27T22:46:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-04-27T22:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=aa0f59453eb4ecbadbcf5959ce14a3f0371d396d'/>
<id>aa0f59453eb4ecbadbcf5959ce14a3f0371d396d</id>
<content type='text'>
C++20 features.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
C++20 features.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add UniqueString.cxx as UniqueStringCopy no longer defined in header.</title>
<updated>2019-04-27T22:32:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-04-27T22:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c70faaf270c47555d965d9a6949fdb2e06b5dfdb'/>
<id>c70faaf270c47555d965d9a6949fdb2e06b5dfdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move UniqueStringCopy into its own source file UniqueString.cxx to hide the</title>
<updated>2019-04-05T08:39:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-04-05T08:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b797dfefb2b599b0085fa8e03180b9d6648e0acd'/>
<id>b797dfefb2b599b0085fa8e03180b9d6648e0acd</id>
<content type='text'>
implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Optional indexing of line starts in UTF-8 documents by UTF-32 code points and</title>
<updated>2018-07-10T05:06:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-07-10T05:06:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=56e20ea0283d8018dee48d736ba9dfef3c84dc3f'/>
<id>56e20ea0283d8018dee48d736ba9dfef3c84dc3f</id>
<content type='text'>
UTF-16 code units added.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
UTF-16 code units added.
</pre>
</div>
</content>
</entry>
</feed>
