<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/Common/Compat/variant, branch master</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Enable C++17</title>
<updated>2019-05-04T21:04:18+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@innovatetechnologi.es</email>
</author>
<published>2017-12-25T21:35:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=04c8201c323bd5cb7fd09beb456e4e77608270f7'/>
<id>04c8201c323bd5cb7fd09beb456e4e77608270f7</id>
<content type='text'>
All supported platforms now have easy access to a compiler with C++17
support.

C++17 potentially allows for some nice cleanups and removes the need
for standard library backports (optional/variant).

See discussion at https://dolp.in/pr6264#discussion_r158134178
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All supported platforms now have easy access to a compiler with C++17
support.

C++17 potentially allows for some nice cleanups and removes the need
for standard library backports (optional/variant).

See discussion at https://dolp.in/pr6264#discussion_r158134178
</pre>
</div>
</content>
</entry>
<entry>
<title>Update mpark::variant implementation to 1.3.0</title>
<updated>2018-05-11T18:15:06+00:00</updated>
<author>
<name>Jonathan Hamilton</name>
<email>jtrhamilton@gmail.com</email>
</author>
<published>2018-05-11T18:02:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=791c8401c162036f5138bba53ddcbf3db5ad14ab'/>
<id>791c8401c162036f5138bba53ddcbf3db5ad14ab</id>
<content type='text'>
Fixes building on the latest clang shipping on MacOS
(Apple LLVM version 9.1.0 (clang-902.0.39.1))
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes building on the latest clang shipping on MacOS
(Apple LLVM version 9.1.0 (clang-902.0.39.1))
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Fix NDK r16b2 build</title>
<updated>2017-11-07T16:02:27+00:00</updated>
<author>
<name>Greg Wicks</name>
<email>gwicks95@gmail.com</email>
</author>
<published>2017-11-07T15:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c2dcb97d06b41903ab91e5c8d213f008f89b26de'/>
<id>c2dcb97d06b41903ab91e5c8d213f008f89b26de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Common: Add a std::variant implementation</title>
<updated>2017-06-03T10:36:24+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@innovatetechnologi.es</email>
</author>
<published>2017-05-26T21:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e38a66fe1b27c1898c357613aaba223c7d2b4ef9'/>
<id>e38a66fe1b27c1898c357613aaba223c7d2b4ef9</id>
<content type='text'>
Based on https://github.com/mpark/variant (which is based on libc++).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on https://github.com/mpark/variant (which is based on libc++).
</pre>
</div>
</content>
</entry>
</feed>
