<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test/unit, branch rel-3-10-4</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>Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to hide the implementation.</title>
<updated>2019-04-17T04:22:27+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-04-17T04:22:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5746a0c90259cd39255749a33389b2854100905b'/>
<id>5746a0c90259cd39255749a33389b2854100905b</id>
<content type='text'>
Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's
string_view.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's
string_view.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=72b5df15f33da27c59efd54eb0c84e173ca8c692'/>
<id>72b5df15f33da27c59efd54eb0c84e173ca8c692</id>
<content type='text'>
UTF-16 code units added.

Converted instances of C++17 std::string_view to C++11.
Also used const_casts where appropriate to fix compile errors.

Backport of changeset 7063:0d5edc93e280.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
UTF-16 code units added.

Converted instances of C++17 std::string_view to C++11.
Also used const_casts where appropriate to fix compile errors.

Backport of changeset 7063:0d5edc93e280.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Fix a shadowed variable.</title>
<updated>2018-07-06T01:52:41+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-07-06T01:52:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6eafd5fd7d69206845ca91c484a66d1d5ee27996'/>
<id>6eafd5fd7d69206845ca91c484a66d1d5ee27996</id>
<content type='text'>
Backport of changeset 7060:2523ae8c5676.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7060:2523ae8c5676.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Allow std::unique_ptr to be used more widely.</title>
<updated>2018-05-30T23:23:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-30T23:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c31087a0aab296176f8a8c16369855edc79b8e06'/>
<id>c31087a0aab296176f8a8c16369855edc79b8e06</id>
<content type='text'>
Backport of changeset 7008:1f95757fa242.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7008:1f95757fa242.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Add &lt;vector&gt; to files that include Platform.h as likely needed in future.</title>
<updated>2018-05-25T20:12:55+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-05-25T20:12:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fdcfd5a055e284a035e51b1f4a8e9f5584caea6d'/>
<id>fdcfd5a055e284a035e51b1f4a8e9f5584caea6d</id>
<content type='text'>
Backport of changeset 6959:b534742f5fa5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6959:b534742f5fa5.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Feature [feature-requests:#1215]. Fix forwarding reference warnings.</title>
<updated>2018-04-19T22:51:26+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-04-19T22:51:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=81b1bf6c265f77dd38901f76cdb4c97b3e85fd79'/>
<id>81b1bf6c265f77dd38901f76cdb4c97b3e85fd79</id>
<content type='text'>
Backport of changeset 6711:8d202ec5a734.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6711:8d202ec5a734.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.</title>
<updated>2018-05-06T03:10:51+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-05-06T03:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=92676970616a5163636329e49c4cc825e46d6c7f'/>
<id>92676970616a5163636329e49c4cc825e46d6c7f</id>
<content type='text'>
This option is provisional and experimental.

Backport of changesets 6696:9729ff36c5b1 and 6723:cffe824ab55e. Also added
'#include &lt;cstddef&gt;' to top of src/RESearch.cxx to fix 32-bit build error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option is provisional and experimental.

Backport of changesets 6696:9729ff36c5b1 and 6723:cffe824ab55e. Also added
'#include &lt;cstddef&gt;' to top of src/RESearch.cxx to fix 32-bit build error.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Templatize decorations to allow 32-bit or 64-bit positions.</title>
<updated>2018-03-27T23:53:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-27T23:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=23dbbd416d77783c0058788c72914c8178696dba'/>
<id>23dbbd416d77783c0058788c72914c8178696dba</id>
<content type='text'>
Backport of changeset 6693:7247d1c9c27f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6693:7247d1c9c27f.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Split decorations into interface and implementation.</title>
<updated>2018-05-05T16:49:25+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-05-05T16:49:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=15be99cd0c446d74f71e9cf05ec3aa1c033a2370'/>
<id>15be99cd0c446d74f71e9cf05ec3aa1c033a2370</id>
<content type='text'>
Backport of changeset 6658:693e737f3155.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6658:693e737f3155.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Return a FillResult struct from RunStyles::FillRange instead of modifying</title>
<updated>2018-03-27T08:35:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-27T08:35:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=386d275a0a0ea5b2725ff872fe8811cebecd2422'/>
<id>386d275a0a0ea5b2725ff872fe8811cebecd2422</id>
<content type='text'>
arguments as that is clumsy when converting types.

Backport of changeset 6657:43515e7709c6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
arguments as that is clumsy when converting types.

Backport of changeset 6657:43515e7709c6.
</pre>
</div>
</content>
</entry>
</feed>
