<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/VSProps/Base.props, branch stable</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Base.props: Remove DXSDK_DIR from the include path.</title>
<updated>2015-04-13T19:44:40+00:00</updated>
<author>
<name>Jules Blok</name>
<email>jules.blok@gmail.com</email>
</author>
<published>2015-04-13T19:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=bea3054c9ccf810c0900d89d02116b08c50e2d8a'/>
<id>bea3054c9ccf810c0900d89d02116b08c50e2d8a</id>
<content type='text'>
By overriding the include directories we can ensure we only use the Windows SDK.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By overriding the include directories we can ensure we only use the Windows SDK.
</pre>
</div>
</content>
</entry>
<entry>
<title>windows: don't compile with openmp support</title>
<updated>2015-03-15T20:48:46+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2015-03-15T03:38:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=64cb3bce35498af46e95bfbb9dcac4ceafb71c05'/>
<id>64cb3bce35498af46e95bfbb9dcac4ceafb71c05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enet: fix Visual Studio files</title>
<updated>2015-03-02T21:20:37+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-03-01T02:26:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a5ea6c6e9365f7486d3d683ca094fa26e4396977'/>
<id>a5ea6c6e9365f7486d3d683ca094fa26e4396977</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1994 from Tilka/vtune</title>
<updated>2015-02-22T15:58:12+00:00</updated>
<author>
<name>Fiora</name>
<email>fioraaeterna@gmail.com</email>
</author>
<published>2015-02-22T15:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c54a8c54fb97aab9b866f11525fffa5516cfa4e3'/>
<id>c54a8c54fb97aab9b866f11525fffa5516cfa4e3</id>
<content type='text'>
JitRegister: fix VTune integration</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
JitRegister: fix VTune integration</pre>
</div>
</content>
</entry>
<entry>
<title>JitRegister: fix VTune integration</title>
<updated>2015-02-12T01:14:49+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-02-12T00:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=0ec48e0ec92644d5b456d092e7634495b39d61bf'/>
<id>0ec48e0ec92644d5b456d092e7634495b39d61bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Externals: update libusb to version 1.0.19</title>
<updated>2015-02-12T00:04:43+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2014-12-27T14:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4fa38f0c027fdb578722d74beb054df9672524f5'/>
<id>4fa38f0c027fdb578722d74beb054df9672524f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Intellisense error spam on Visual Studio.</title>
<updated>2015-01-24T03:15:25+00:00</updated>
<author>
<name>magumagu</name>
<email>magumagu9@gmail.com</email>
</author>
<published>2015-01-20T22:54:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=3aa3002010bf407e3f23f8338cf1869dd3bd43f0'/>
<id>3aa3002010bf407e3f23f8338cf1869dd3bd43f0</id>
<content type='text'>
Intellisense doesn't like defines in PCH files, and it doesn't like the deleted
constructor for BitField.  (I think it's being overly strict about the
"must have no non-default constructors" rule for classes in unions.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Intellisense doesn't like defines in PCH files, and it doesn't like the deleted
constructor for BitField.  (I think it's being overly strict about the
"must have no non-default constructors" rule for classes in unions.)
</pre>
</div>
</content>
</entry>
<entry>
<title>xxhash: Add cmake + VS files</title>
<updated>2015-01-21T06:35:34+00:00</updated>
<author>
<name>degasus</name>
<email>wickmarkus@web.de</email>
</author>
<published>2015-01-20T21:43:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=402fb4bd20f95f7891466728d3645a9c522fe79f'/>
<id>402fb4bd20f95f7891466728d3645a9c522fe79f</id>
<content type='text'>
Based on riking's PR.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on riking's PR.
</pre>
</div>
</content>
</entry>
<entry>
<title>Port dolphin to SFML 2.1</title>
<updated>2014-11-25T16:44:38+00:00</updated>
<author>
<name>James Cowgill</name>
<email>james410@cowgill.org.uk</email>
</author>
<published>2014-11-09T22:30:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a93f86330ec4d8fec4010074ee5a8aa2102776cd'/>
<id>a93f86330ec4d8fec4010074ee5a8aa2102776cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VSProps: Add C4351 to the list of disabled warnings in Base.props</title>
<updated>2014-09-04T03:07:19+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2014-09-04T03:07:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ffe6bcf22f714a989a054ef1d6094e3074aae7a1'/>
<id>ffe6bcf22f714a989a054ef1d6094e3074aae7a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
