<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/DSPSpy/main_spy.cpp, branch stable</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<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>Fix include order of files outside of Source/Core</title>
<updated>2015-03-01T13:54:22+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-03-01T13:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b0bde31ac08d41c279944d13ffd95fefa39a3ca8'/>
<id>b0bde31ac08d41c279944d13ffd95fefa39a3ca8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More minor consistency changes</title>
<updated>2015-01-13T03:28:12+00:00</updated>
<author>
<name>Stevoisiak</name>
<email>Stevoisiak@gmail.com</email>
</author>
<published>2015-01-13T03:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f31b688cf56725e70d9c31371ad828a701c86aad'/>
<id>f31b688cf56725e70d9c31371ad828a701c86aad</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>Fixed issue with DSP Dump not closing files.</title>
<updated>2014-06-23T20:08:43+00:00</updated>
<author>
<name>Matthew Brennan Jones</name>
<email>matthew.brennan.jones@gmail.com</email>
</author>
<published>2014-06-22T22:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ad5d28af4e0fc26718a02907d688664f298bb652'/>
<id>ad5d28af4e0fc26718a02907d688664f298bb652</id>
<content type='text'>
When dumping the two DSP ROMs to file, if it failed to open one of them, neither will be closed. It should now close any that were opened.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When dumping the two DSP ROMs to file, if it failed to open one of them, neither will be closed. It should now close any that were opened.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes spacing for "for", "while", "switch" and "if"</title>
<updated>2014-03-10T11:35:07+00:00</updated>
<author>
<name>Matthew Parlane</name>
<email>parlane@gmail.com</email>
</author>
<published>2014-03-10T11:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=31cfc73a09a8685cbab20502b4bc132e98e2feb5'/>
<id>31cfc73a09a8685cbab20502b4bc132e98e2feb5</id>
<content type='text'>
Also moved &amp;&amp; and || to ends of lines instead of start.
Fixed misc vertical alignments and some { needed newlining.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also moved &amp;&amp; and || to ends of lines instead of start.
Fixed misc vertical alignments and some { needed newlining.
</pre>
</div>
</content>
</entry>
<entry>
<title>clang-modernize -use-nullptr</title>
<updated>2014-03-09T20:14:26+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2014-03-09T20:14:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d802d392811be44d34ae9cd23f616db93e54c50f'/>
<id>d802d392811be44d34ae9cd23f616db93e54c50f</id>
<content type='text'>
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace all include guard ifdefs with "#pragma once"</title>
<updated>2014-02-10T23:07:16+00:00</updated>
<author>
<name>lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2014-02-10T18:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d2038049f51192fbb55fbde2fc08128bacfb7707'/>
<id>d2038049f51192fbb55fbde2fc08128bacfb7707</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run code through the advanced tool 'sed' to remove trailing whitespace.</title>
<updated>2013-11-04T01:54:05+00:00</updated>
<author>
<name>comex</name>
<email>comexk@gmail.com</email>
</author>
<published>2013-10-29T05:23:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c579637eafb9e9eb7f83711569254bd8da6d09d2'/>
<id>c579637eafb9e9eb7f83711569254bd8da6d09d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
