<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/qt/ScintillaEditPy, branch rel-3-7-5</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>Fixes for problems with C++11 &lt;regex&gt;.</title>
<updated>2016-04-28T06:07:24+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>unknown</email>
</author>
<published>2016-04-28T06:07:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dcc0fbcf61a9f2a12798b78a1e5d836d906e3b7e'/>
<id>dcc0fbcf61a9f2a12798b78a1e5d836d906e3b7e</id>
<content type='text'>
For Qt on Unix, set to build as C++11. Avoid deprecation warnings in PySide.
For GTK+ allow turning off C++11 &lt;regex&gt; with make NO_CXX11_REGEX=1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For Qt on Unix, set to build as C++11. Avoid deprecation warnings in PySide.
For GTK+ allow turning off C++11 &lt;regex&gt; with make NO_CXX11_REGEX=1.
</pre>
</div>
</content>
</entry>
<entry>
<title>For Qt, release builds have assertions turned off.</title>
<updated>2016-01-21T22:43:13+00:00</updated>
<author>
<name>John Ehresman</name>
<email>unknown</email>
</author>
<published>2016-01-21T22:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c3f1a0ec579d674786b407fc8d15510f154cf868'/>
<id>c3f1a0ec579d674786b407fc8d15510f154cf868</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove line end whitespace.</title>
<updated>2015-11-20T00:05:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-11-20T00:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6652c4eadad09cf6ea23b690c92d70b55a49d57f'/>
<id>6652c4eadad09cf6ea23b690c92d70b55a49d57f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the platform scope to work on Linux.</title>
<updated>2014-08-06T00:46:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-08-06T00:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=88be07b5275b534e8d12bcac54d4716696f79262'/>
<id>88be07b5275b534e8d12bcac54d4716696f79262</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1635]. Make build on FreeBSD 9.2.</title>
<updated>2014-08-05T23:54:02+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-08-05T23:54:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0c1b89f118afc8d31ec9b05ed50946036fc43199'/>
<id>0c1b89f118afc8d31ec9b05ed50946036fc43199</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:#1544]. Qt build system fixes for PySide separate from shiboken.</title>
<updated>2013-11-07T07:15:10+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-11-07T07:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4f227a1f818a78ffedd780a860b5538a107957df'/>
<id>4f227a1f818a78ffedd780a860b5538a107957df</id>
<content type='text'>
From Mark Yen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Mark Yen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Match change 4801 for Python binding types.</title>
<updated>2013-10-03T00:34:06+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2013-10-03T00:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ee5c0b3cac528dc6901a6bb62a3d321e488dcf14'/>
<id>ee5c0b3cac528dc6901a6bb62a3d321e488dcf14</id>
<content type='text'>
From John Ehresman.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From John Ehresman.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PySide interface to match 64-bit fixes in ScintillaEdit.</title>
<updated>2013-08-10T02:13:08+00:00</updated>
<author>
<name>Unknown</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-08-10T02:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c55793015e0b1911184002e3eef6b84bea61dda8'/>
<id>c55793015e0b1911184002e3eef6b84bea61dda8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move non-platform-specific scripts into the scripts directory.</title>
<updated>2013-07-01T06:37:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-01T06:37:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=92bd3a82d73dd2ea22df882b0b62e7f5878e5420'/>
<id>92bd3a82d73dd2ea22df882b0b62e7f5878e5420</id>
<content type='text'>
Use FileGenerator module for file generation instead of code in each script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use FileGenerator module for file generation instead of code in each script.
</pre>
</div>
</content>
</entry>
<entry>
<title>Define custom marginMaskN / setMarginMaskN to treat values as a bitmask.</title>
<updated>2013-06-14T05:16:25+00:00</updated>
<author>
<name>Unknown</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-06-14T05:16:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d27b836fc31753f688c984558febf32399c9ec18'/>
<id>d27b836fc31753f688c984558febf32399c9ec18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
