<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/qt/ScintillaEditPy, branch start-platform-changes</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>Better diagnostics when script fails</title>
<updated>2020-04-30T23:21:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-30T23:21:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f6a33872830003d16776176da7a7526baaf2d06f'/>
<id>f6a33872830003d16776176da7a7526baaf2d06f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Python versions for files that may involve PySide on Linux which requires</title>
<updated>2020-04-17T10:26:40+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-17T10:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c16dc29844747f1f04b30cfce3d8badecd07bdbe'/>
<id>c16dc29844747f1f04b30cfce3d8badecd07bdbe</id>
<content type='text'>
Python 2 still. On Windows, Python3 is used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 2 still. On Windows, Python3 is used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fail early if Python 3.x.</title>
<updated>2020-03-16T03:44:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-16T03:44:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bb7305a73e74cca6332e428672d9e5d1b6f91404'/>
<id>bb7305a73e74cca6332e428672d9e5d1b6f91404</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gcc 9 has a new warning deprecated-copy which occurs many times in Qt headers.</title>
<updated>2019-12-30T02:16:26+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-12-30T02:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9f57c6efaee18d374da2abdb2e556830f2beb592'/>
<id>9f57c6efaee18d374da2abdb2e556830f2beb592</id>
<content type='text'>
Turn off this warning as can't change system headers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turn off this warning as can't change system headers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop specifying -std:c++latest as that is no longer needed to enable C++17 with</title>
<updated>2018-12-13T20:46:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-12-13T20:46:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6f94ed773596f4675685ee0cad7ddeaee9d53767'/>
<id>6f94ed773596f4675685ee0cad7ddeaee9d53767</id>
<content type='text'>
MSVC 2017 and Qt 5.12 and it caused duplicate flag warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MSVC 2017 and Qt 5.12 and it caused duplicate flag warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove line-end white space.</title>
<updated>2018-03-16T05:57:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-16T05:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=191d250adfd9d50846db5350641d279cad39c325'/>
<id>191d250adfd9d50846db5350641d279cad39c325</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow C++17 in all build and project files.</title>
<updated>2018-01-27T21:32:17+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-01-27T21:32:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cc7726eda8aadd6421e4b867b013518aee465ae9'/>
<id>cc7726eda8aadd6421e4b867b013518aee465ae9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1959]. Avoid problems with changes with different versions of Qt.</title>
<updated>2017-07-23T01:04:53+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-07-23T01:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0c89c0354677ebef941e3c71fc703f2f086249ad'/>
<id>0c89c0354677ebef941e3c71fc703f2f086249ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid warnings from G++ 7 for ScintillaEditPy in code generated by Shiboken.</title>
<updated>2017-06-14T23:39:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-14T23:39:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=55b8b8d230d06ca753c1a4fe1e859dfe55eef2dd'/>
<id>55b8b8d230d06ca753c1a4fe1e859dfe55eef2dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use $$files instead of bare wildcard to support including in a parent project.</title>
<updated>2017-06-13T22:54:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-13T22:54:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9ae5371190e9ba0f7cd5eb3c348c610c22ee6114'/>
<id>9ae5371190e9ba0f7cd5eb3c348c610c22ee6114</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
