<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32/makefile, branch rel-3-5-4</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>Implement VK_HANJA for Korean on Windows.</title>
<updated>2015-02-21T21:57:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-02-21T21:57:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=22aaa509e9f0c07c1d4123b9520d601042432f3e'/>
<id>22aaa509e9f0c07c1d4123b9520d601042432f3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the OLEAUT32 library as it will be needed for BSTR support.</title>
<updated>2015-02-11T00:00:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-02-11T00:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fa967ec28ec98070ce66169ce4f88d84d039da27'/>
<id>fa967ec28ec98070ce66169ce4f88d84d039da27</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:#1077]. Support MinGW compilation under Linux.</title>
<updated>2014-10-07T08:40:40+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-10-07T08:40:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=797c1dd3467ab52256a62b5b88f6462a7e697bae'/>
<id>797c1dd3467ab52256a62b5b88f6462a7e697bae</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>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>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>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>
<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=8972cd49a9cb27f21adcb99b5b12a3791de26c34'/>
<id>8972cd49a9cb27f21adcb99b5b12a3791de26c34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build Direct2D platform code if Direct2D headers are available.</title>
<updated>2013-09-04T01:13:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-09-04T01:13:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ab73f3d64f0c6caae8d7eeb35ae37aa23b5cf3c1'/>
<id>ab73f3d64f0c6caae8d7eeb35ae37aa23b5cf3c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Recent MingW does not compile due to missing Direct2D headers so disable Direct2D.</title>
<updated>2013-08-24T23:27:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-08-24T23:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=37b8f5b9c15693e08e4df6f38904d376d2a7d136'/>
<id>37b8f5b9c15693e08e4df6f38904d376d2a7d136</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
