<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/qt/ScintillaEditPy/ScintillaEditPy.pro, branch rel-3-7-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>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>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>Bug: [#1448]. Detect QT 5.x and add widgets to QT to allow building.</title>
<updated>2013-05-06T05:41:11+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-05-06T05:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0900e82c68c87e5c1d9f5287bb62032c84777a77'/>
<id>0900e82c68c87e5c1d9f5287bb62032c84777a77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>On Linux, disable warnings that occur in PySide generated code or PySide headers</title>
<updated>2012-05-27T10:50:04+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2012-05-27T10:50:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b457ea0da7e3a871ebc3af1a9203d07e95ebafdd'/>
<id>b457ea0da7e3a871ebc3af1a9203d07e95ebafdd</id>
<content type='text'>
included by that code. This is done by changing the compile flags on all files
which is unfortunate but the warnings are not that important and will trigger
for most code when building for GTK+ or Windows native.
empty-body occurs for code that looks like "{}".
unused-parameter occurs when a function parameter is not used.
This change enables the scite/scripts/checkbuildlinux.sh script to run without
any warning messages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
included by that code. This is done by changing the compile flags on all files
which is unfortunate but the warnings are not that important and will trigger
for most code when building for GTK+ or Windows native.
empty-body occurs for code that looks like "{}".
unused-parameter occurs when a function parameter is not used.
This change enables the scite/scripts/checkbuildlinux.sh script to run without
any warning messages.
</pre>
</div>
</content>
</entry>
<entry>
<title>Qt platform layer added. Based on an implementation from Jason Haslam</title>
<updated>2012-05-17T02:46:29+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2012-05-17T02:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bf8b35542c4be4b8eebb71ca2ad518da2e12b850'/>
<id>bf8b35542c4be4b8eebb71ca2ad518da2e12b850</id>
<content type='text'>
at Scientific Toolworks, Inc. with additions performed for Wingware.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
at Scientific Toolworks, Inc. with additions performed for Wingware.
</pre>
</div>
</content>
</entry>
</feed>
