<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test, branch rel-4-0-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>Reverted #6488 as Xcode clang 9.1 now likes --std=c++17.</title>
<updated>2018-03-30T06:17:19+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-30T06:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b868c247fe132b8450a6a37fad2b7f0f355030fe'/>
<id>b868c247fe132b8450a6a37fad2b7f0f355030fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split decorations into interface and implementation.</title>
<updated>2018-03-27T23:08:25+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-27T23:08:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=062f85d0d282162a3e829491ac422b96544215fd'/>
<id>062f85d0d282162a3e829491ac422b96544215fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>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=e93a47975d317f59df0fdcca7cee95b6ab4ff33f'/>
<id>e93a47975d317f59df0fdcca7cee95b6ab4ff33f</id>
<content type='text'>
arguments as that is clumsy when converting types.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
arguments as that is clumsy when converting types.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use an interface for ContractionState so that there can be different</title>
<updated>2018-03-27T02:51:21+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-27T02:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fb9f493960b075b034b18d61036d36f384f2e3f8'/>
<id>fb9f493960b075b034b18d61036d36f384f2e3f8</id>
<content type='text'>
implementations of that interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implementations of that interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Catch from 1.0 build 47 to 2.0.1 and modify UnitTester.cpp to suit.</title>
<updated>2018-03-26T03:33:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-26T03:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e0cfc0864c3ce887cac4214c5e6c5f539bea3e40'/>
<id>e0cfc0864c3ce887cac4214c5e6c5f539bea3e40</id>
<content type='text'>
Use #define for Catch to report memory leaks after main as the previous call to
_CrtDumpMemoryLeaks was too early and listed a static allocation as a leak.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use #define for Catch to report memory leaks after main as the previous call to
_CrtDumpMemoryLeaks was too early and listed a static allocation as a leak.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid warnings about ignored diagnostic with Clang.</title>
<updated>2018-03-26T03:30:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-26T03:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=31ac7bbd3f37432ad1cf9b9a875f8425e2b4afae'/>
<id>31ac7bbd3f37432ad1cf9b9a875f8425e2b4afae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1213]. Clarify UTF8Classify.</title>
<updated>2018-03-24T23:51:16+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2018-03-24T23:51:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=aa5481a2fbd394e059ffdd7a8cd677abd55227d5'/>
<id>aa5481a2fbd394e059ffdd7a8cd677abd55227d5</id>
<content type='text'>
Use UTF8BytesOfLead to determine expected length early in function to quickly
detect argument not long enough, invalid single bytes and invalid first trail
then branching on length for more detailed checks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use UTF8BytesOfLead to determine expected length early in function to quickly
detect argument not long enough, invalid single bytes and invalid first trail
then branching on length for more detailed checks.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion.</title>
<updated>2018-03-24T02:53:22+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2018-03-24T02:53:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0bb4d5456748c8794a943b4716ee089d0590519c'/>
<id>0bb4d5456748c8794a943b4716ee089d0590519c</id>
<content type='text'>
Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character
into UniConversion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character
into UniConversion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update unit test Visual C++ builds to Visual C++ 2017 with /std:c++latest</title>
<updated>2018-03-23T22:15:01+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-23T22:15:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f3830c19917c254dcddfd272518a7b749fe89129'/>
<id>f3830c19917c254dcddfd272518a7b749fe89129</id>
<content type='text'>
but also allowing std::auto_ptr for Catch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
but also allowing std::auto_ptr for Catch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1211]. Use pre-computed table for UTF8BytesOfLead.</title>
<updated>2018-03-22T04:02:38+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2018-03-22T04:02:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ff707f0fe276677a4d89633ae4964e8b94712ca3'/>
<id>ff707f0fe276677a4d89633ae4964e8b94712ca3</id>
<content type='text'>
Friendlier treatment of invalid UTF-8.
Add tests for UniConversion handling invalid UTF-8. Simplify UTF8Classify tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Friendlier treatment of invalid UTF-8.
Add tests for UniConversion handling invalid UTF-8. Simplify UTF8Classify tests.
</pre>
</div>
</content>
</entry>
</feed>
