<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk/makefile, branch rel-3-6-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>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=2603f1e2074b0f880886b533ffc47ecef4fd33f7'/>
<id>2603f1e2074b0f880886b533ffc47ecef4fd33f7</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=93c79a010a0c9c295c95ac04798668bd59277269'/>
<id>93c79a010a0c9c295c95ac04798668bd59277269</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=5bfc97a368eb7c8d3c78b0c454be806d6dcb6340'/>
<id>5bfc97a368eb7c8d3c78b0c454be806d6dcb6340</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=63fe59d106ae478ff93a39f2b789b5269f3d2d0e'/>
<id>63fe59d106ae478ff93a39f2b789b5269f3d2d0e</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=8393337c44b896e230b0704db76f43273ecb94d3'/>
<id>8393337c44b896e230b0704db76f43273ecb94d3</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>unknown</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=566f2890290c87c5f8aaf0a47b9999d9d1956ed0'/>
<id>566f2890290c87c5f8aaf0a47b9999d9d1956ed0</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=a1edd2b133bf3ae4d263cea2f46aacb4b51fccb5'/>
<id>a1edd2b133bf3ae4d263cea2f46aacb4b51fccb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop warning setting -Wno-missing-braces since this has had no effect since gcc 4.2.</title>
<updated>2013-09-10T03:20:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-09-10T03:20:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=790cde271408e20b2ffbbe53670e860582df29e4'/>
<id>790cde271408e20b2ffbbe53670e860582df29e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include lexlib and lexers directory in make dependencies.</title>
<updated>2013-08-07T07:36:43+00:00</updated>
<author>
<name>Unknown</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-08-07T07:36:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=38a3460fa6a78faebc3cdf81c391848edabb53b3'/>
<id>38a3460fa6a78faebc3cdf81c391848edabb53b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separating out C and C++ flags so that Clang works agin for C files.</title>
<updated>2013-07-21T10:13:58+00:00</updated>
<author>
<name>Unknown</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-21T10:13:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3735b76f31e781558637dc20b822e5011e5e2dab'/>
<id>3735b76f31e781558637dc20b822e5011e5e2dab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
