<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/Common/Common.h, branch stable</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Revert "SDL: handle SDL_QUIT event"</title>
<updated>2015-06-08T01:43:39+00:00</updated>
<author>
<name>Matthew Parlane</name>
<email>parlane@gmail.com</email>
</author>
<published>2015-06-08T01:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=9e1aab663f2afdd61bda773764cc3c8f652659aa'/>
<id>9e1aab663f2afdd61bda773764cc3c8f652659aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SDL: handle SDL_QUIT event</title>
<updated>2015-06-05T17:34:06+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-06-05T17:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=9ec5a4544f207a31678e6c5c7636873e9d9e88a1'/>
<id>9ec5a4544f207a31678e6c5c7636873e9d9e88a1</id>
<content type='text'>
Using SDL_INIT_JOYSTICK implies SDL_INIT_EVENTS which installs a signal
handler for SIGINT and SIGTERM. There will be a way to prevent this in
2.0.4 but for now we'll need to handle SDL_QUIT.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using SDL_INIT_JOYSTICK implies SDL_INIT_EVENTS which installs a signal
handler for SIGINT and SIGTERM. There will be a way to prevent this in
2.0.4 but for now we'll need to handle SDL_QUIT.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set copyright year to when a file was created</title>
<updated>2015-05-25T11:22:31+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-05-24T04:55:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=30ebb2459eb97ba544547183854775df8460b475'/>
<id>30ebb2459eb97ba544547183854775df8460b475</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update license headers to GPLv2+</title>
<updated>2015-05-25T11:22:31+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-05-17T23:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=cefcb0ace9d363b3679b4e93bcc9ec05f1e5f4f8'/>
<id>cefcb0ace9d363b3679b4e93bcc9ec05f1e5f4f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Common: move _M_SSE macro to Intrinsics.h</title>
<updated>2015-02-24T00:06:25+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-02-23T20:50:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=daf4aa09471a0113315fa49aa8409bfc9ba947fd'/>
<id>daf4aa09471a0113315fa49aa8409bfc9ba947fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor consistency changes</title>
<updated>2015-01-12T20:18:18+00:00</updated>
<author>
<name>Stevoisiak</name>
<email>S.Vascellaro@gmail.com</email>
</author>
<published>2015-01-11T05:17:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=cb86db7b68481edf129a4bfcf6cd44a9a0f32ac8'/>
<id>cb86db7b68481edf129a4bfcf6cd44a9a0f32ac8</id>
<content type='text'>
Mostly small changes, like capitalization and spelling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly small changes, like capitalization and spelling
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove useless STACKALIGN macro.</title>
<updated>2014-09-30T05:42:47+00:00</updated>
<author>
<name>comex</name>
<email>comexk@gmail.com</email>
</author>
<published>2014-09-30T05:22:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2eebdff01ba260a5d517a0b208ede697e4d67323'/>
<id>2eebdff01ba260a5d517a0b208ede697e4d67323</id>
<content type='text'>
It only ever did anything on 32-bit OS X.

Anyway, it wasn't even on the right functions, and these days
ABI_PushRegistersAndAdjustStack should handle maintaining the ABI
correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It only ever did anything on 32-bit OS X.

Anyway, it wasn't even on the right functions, and these days
ABI_PushRegistersAndAdjustStack should handle maintaining the ABI
correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Common: Remove HAVE_CXX11_SYNTAX define from Common.h</title>
<updated>2014-09-06T15:32:19+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2014-09-06T15:32:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1d66b1d3f4a4cf278c6c3e399cdaddcb37bafce3'/>
<id>1d66b1d3f4a4cf278c6c3e399cdaddcb37bafce3</id>
<content type='text'>
All the compilers we support have C++11 support now, so this isn't needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All the compilers we support have C++11 support now, so this isn't needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>windows: remove now-extraneous NOMINMAX and WIN32_LEAN_AND_MEAN #defines from dolphin code.</title>
<updated>2014-08-23T17:48:48+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2014-08-23T00:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=327d35377dd0edfcb3f0a5d7b2853f23102eb950'/>
<id>327d35377dd0edfcb3f0a5d7b2853f23102eb950</id>
<content type='text'>
Wrap dinput.h in a header defining DIRECTINPUT_VERSION instead of repeating it multiple places.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wrap dinput.h in a header defining DIRECTINPUT_VERSION instead of repeating it multiple places.
</pre>
</div>
</content>
</entry>
<entry>
<title>Common: add macros for assisting branch prediction</title>
<updated>2014-07-13T23:52:14+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2014-07-13T23:52:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d398e9ef61f01b4b775ecc331ba207e30843dada'/>
<id>d398e9ef61f01b4b775ecc331ba207e30843dada</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
