<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk/makefile, branch sciteco-dev-pre-v2.0.0</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>To avoid failures with MinGW 4.9 switch language standard from c++0x to gnu++0x.</title>
<updated>2016-03-06T22:54:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-03-06T22:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=82dbb7dfa46217f4b252717478d0486212e2e3e7'/>
<id>82dbb7dfa46217f4b252717478d0486212e2e3e7</id>
<content type='text'>
MinGW 4.9 doesn't install a copy of gcc as cc.exe so explicitly set CC=gcc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MinGW 4.9 doesn't install a copy of gcc as cc.exe so explicitly set CC=gcc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use -fPIC on Windows due to warnings.</title>
<updated>2015-11-10T23:20:36+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-11-10T23:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e3d6bf27e25313b13c2917dee7dbb2761144f616'/>
<id>e3d6bf27e25313b13c2917dee7dbb2761144f616</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -fPIC for position-independent code to allow linking as a shared library.</title>
<updated>2015-11-09T07:23:01+00:00</updated>
<author>
<name>Neil</name>
<email>devnull@localhost</email>
</author>
<published>2015-11-09T07:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9c106f2d34cb7e3f9d4f7638972af1e052fae5d9'/>
<id>9c106f2d34cb7e3f9d4f7638972af1e052fae5d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow using C++11 &lt;regex&gt; for searches as a provisional feature.</title>
<updated>2014-10-02T08:17:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-10-02T08:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d99936faf68f6caa3608f0c597a183febd399e14'/>
<id>d99936faf68f6caa3608f0c597a183febd399e14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clang warns for register keyword used in system headers so turn off warning.</title>
<updated>2014-08-02T01:22:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-08-02T01:22:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a1b83971505cd344976b56c57fd1e252c2bc9654'/>
<id>a1b83971505cd344976b56c57fd1e252c2bc9654</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split out EditModel, MarginView, and EditView classes into separate files.</title>
<updated>2014-07-08T08:05:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-07-08T08:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e53ed747c8090fa4c4853388f0ef4836c9bd8c8d'/>
<id>e53ed747c8090fa4c4853388f0ef4836c9bd8c8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove definitions that are provided by make.</title>
<updated>2014-05-31T04:29:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-31T04:29:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3702a407e7209329787828e0c09eec733741b637'/>
<id>3702a407e7209329787828e0c09eec733741b637</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Compatibility with makefile conventions: use CXX for C++ compiler and CC for</title>
<updated>2014-05-31T03:49:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-31T03:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=902f625827a1beb0e3f6f84562dfcf3b6133d92a'/>
<id>902f625827a1beb0e3f6f84562dfcf3b6133d92a</id>
<content type='text'>
C compiler.
Allow overriding file deletion command on command line so that 'rm' can be used
when cross-compiling from Unix to Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
C compiler.
Allow overriding file deletion command on command line so that 'rm' can be used
when cross-compiling from Unix to Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable building with Clang undefined behaviour sanitizer.</title>
<updated>2014-05-02T11:57:25+00:00</updated>
<author>
<name>Neil</name>
<email>devnull@localhost</email>
</author>
<published>2014-05-02T11:57:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=58fae22fa1c882b1d3451d3f2d5b7f8907341d09'/>
<id>58fae22fa1c882b1d3451d3f2d5b7f8907341d09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use C++ struct initialization {} so can drop -Wno-missing-braces setting for gcc.</title>
<updated>2013-09-10T04:44:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-09-10T04:44:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8ba6c4c8e180b7506d1cb4f012aac253b3da6750'/>
<id>8ba6c4c8e180b7506d1cb4f012aac253b3da6750</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
