<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/Common, branch 5.0</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Merge pull request #3904 from dhustkoder/master</title>
<updated>2016-06-22T14:54:39+00:00</updated>
<author>
<name>Chris Burgener</name>
<email>christhecoolist@gmail.com</email>
</author>
<published>2016-06-22T14:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=09dbe2337c8143d7d12249f7527e493afd123a05'/>
<id>09dbe2337c8143d7d12249f7527e493afd123a05</id>
<content type='text'>
_DEFAULT_SOURCE flag added, and clang check version for IsTriviallyCopyable m…</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_DEFAULT_SOURCE flag added, and clang check version for IsTriviallyCopyable m…</pre>
</div>
</content>
</entry>
<entry>
<title>_DEFAULT_SOURCE flag added, and clang check for IsTriviallyCopyable macro</title>
<updated>2016-06-19T21:32:19+00:00</updated>
<author>
<name>dhust</name>
<email>rafaelmoura.dev@gmail.com</email>
</author>
<published>2016-06-16T20:31:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=19fed720ff4a0acf7effc5e1b11b2cedbde009dc'/>
<id>19fed720ff4a0acf7effc5e1b11b2cedbde009dc</id>
<content type='text'>
fix clang ver check for 4.0 +

using clang macro __has_feature

__GLIBCXX__ check added

fix __has_feature
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix clang ver check for 4.0 +

using clang macro __has_feature

__GLIBCXX__ check added

fix __has_feature
</pre>
</div>
</content>
</entry>
<entry>
<title>analytics: Disable ALPN only on Windows.</title>
<updated>2016-06-19T10:54:40+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2016-06-19T10:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b8496fc844f75f9479c53cc3420acd6818e27fd3'/>
<id>b8496fc844f75f9479c53cc3420acd6818e27fd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an Analytics reporting system.</title>
<updated>2016-06-19T00:55:46+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2016-06-18T00:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=121f27036725f62c72857bf06f1e58b2a772b1cc'/>
<id>121f27036725f62c72857bf06f1e58b2a772b1cc</id>
<content type='text'>
Fully opt-in, reports to analytics.dolphin-emu.org over SSL. Collects system
information and settings at Dolphin start time and game start time.

UI not implemented yet, so users are required to opt in through config editing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fully opt-in, reports to analytics.dolphin-emu.org over SSL. Collects system
information and settings at Dolphin start time and game start time.

UI not implemented yet, so users are required to opt in through config editing.
</pre>
</div>
</content>
</entry>
<entry>
<title>scmrev: Add "distributor" option.</title>
<updated>2016-06-18T16:31:40+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2016-06-17T22:13:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=49ce9b153df07647a3fd70bf2fdec705d927455c'/>
<id>49ce9b153df07647a3fd70bf2fdec705d927455c</id>
<content type='text'>
Used to distinguish between Dolphin distributions (e.g. "dolphin-emu.org",
"Ishiiruka", etc.).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Used to distinguish between Dolphin distributions (e.g. "dolphin-emu.org",
"Ishiiruka", etc.).
</pre>
</div>
</content>
</entry>
<entry>
<title>StringUtil: Add a HexDump function.</title>
<updated>2016-06-18T14:37:09+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2016-06-17T00:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=fe51de23f13440fae1e289e93a0eb509cad094b5'/>
<id>fe51de23f13440fae1e289e93a0eb509cad094b5</id>
<content type='text'>
Generates a string like the following from a binary blob:

000000: 00 00 04 74 79 70 65 00 09 61 70 70 2d 73 74 61  ...type..app-sta
000010: 72 74                                            rt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Generates a string like the following from a binary blob:

000000: 00 00 04 74 79 70 65 00 09 61 70 70 2d 73 74 61  ...type..app-sta
000010: 72 74                                            rt
</pre>
</div>
</content>
</entry>
<entry>
<title>EGL: specify version first</title>
<updated>2016-05-29T20:12:31+00:00</updated>
<author>
<name>Karol Herbst</name>
<email>git@karolherbst.de</email>
</author>
<published>2016-05-29T20:12:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c0e21871cdc1273a93cc26ded017edc224a72798'/>
<id>c0e21871cdc1273a93cc26ded017edc224a72798</id>
<content type='text'>
allthough this is a mesa bug, this is a simple enough workaround for context
creation fails with EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR set.

Otherwise dolphin will fail to create 3.3+ core context with current mesa
version
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
allthough this is a mesa bug, this is a simple enough workaround for context
creation fails with EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR set.

Otherwise dolphin will fail to create 3.3+ core context with current mesa
version
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix builds when using newest version of NDK</title>
<updated>2016-05-25T18:23:35+00:00</updated>
<author>
<name>sigmabeta</name>
<email>sigmabeta@users.noreply.github.com</email>
</author>
<published>2016-05-25T18:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c92f7ef173c44dc5993cf25bc75ea6416edd53cd'/>
<id>c92f7ef173c44dc5993cf25bc75ea6416edd53cd</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 #3794 from EmptyChaos/frame-advance-race</title>
<updated>2016-05-22T19:19:16+00:00</updated>
<author>
<name>Mat M</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2016-05-22T19:19:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=08d45b9fea67714610cc6fdbe41e7bf1262816df'/>
<id>08d45b9fea67714610cc6fdbe41e7bf1262816df</id>
<content type='text'>
Core: Add synchronization to state changes (Fix Frame Step and FIFO Player -  Issue 8718)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Core: Add synchronization to state changes (Fix Frame Step and FIFO Player -  Issue 8718)</pre>
</div>
</content>
</entry>
<entry>
<title>GLExtensions: Fix OpenGL ES 3.2 handling.</title>
<updated>2016-05-18T21:22:46+00:00</updated>
<author>
<name>degasus</name>
<email>wickmarkus@web.de</email>
</author>
<published>2016-05-18T21:09:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c04cff57daf801d966bcf99725f45afe2656959b'/>
<id>c04cff57daf801d966bcf99725f45afe2656959b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
