<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/CMakeTests, branch 5.0</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Extend libav check to find versions without pkg-config</title>
<updated>2016-02-11T21:34:34+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2016-02-11T21:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=494938365fa6b18a164653cf3999fefb9e86baba'/>
<id>494938365fa6b18a164653cf3999fefb9e86baba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HW: Fix libusb support for older libusb APIs</title>
<updated>2016-01-03T08:53:31+00:00</updated>
<author>
<name>Jeffrey Pfau</name>
<email>jeffrey@endrift.com</email>
</author>
<published>2016-01-03T08:53:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d4e2c9fa98edf82380033b4192e511c634e5fc0c'/>
<id>d4e2c9fa98edf82380033b4192e511c634e5fc0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve our LLVM check</title>
<updated>2016-01-01T08:52:51+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2016-01-01T08:52:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ff907ce0d1d4f180c8e84020301d9b52d9f4206e'/>
<id>ff907ce0d1d4f180c8e84020301d9b52d9f4206e</id>
<content type='text'>
Adds a link check in to the LLVM find script to make sure it can actually link against the library it finds.
Noticed this issue since I have a non-standard LLVM version built and installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a link check in to the LLVM find script to make sure it can actually link against the library it finds.
Noticed this issue since I have a non-standard LLVM version built and installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Fix FindMiniupnpc for ubuntu 14.04</title>
<updated>2015-11-02T05:00:06+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2015-11-02T05:00:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4fa3ddcbf65c625ff496ccdd0fea9652d21b625c'/>
<id>4fa3ddcbf65c625ff496ccdd0fea9652d21b625c</id>
<content type='text'>
Ubuntu 14.04 has miniupnpc 1.6.3
REGEX was failing because the string was empty, causing cmake to
error and not generate a Makefile.

This allows systems with older versions of miniupnpc to fall back
to the statically linked version in externals.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ubuntu 14.04 has miniupnpc 1.6.3
REGEX was failing because the string was empty, causing cmake to
error and not generate a Makefile.

This allows systems with older versions of miniupnpc to fall back
to the statically linked version in externals.
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: simplify FindMiniupnpc.cmake</title>
<updated>2015-10-12T00:26:35+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-10-12T00:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4eace2b49e608be1c582b07007c1f3e8220ee8ca'/>
<id>4eace2b49e608be1c582b07007c1f3e8220ee8ca</id>
<content type='text'>
miniupnpc.h provides MINIUPNPC_API_VERSION since 1.7 and we require 1.7
or later, so there is no reason to have version detection code for older
versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
miniupnpc.h provides MINIUPNPC_API_VERSION since 1.7 and we require 1.7
or later, so there is no reason to have version detection code for older
versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix OProfile discovery and drop bfd dependency</title>
<updated>2015-10-11T14:27:03+00:00</updated>
<author>
<name>Christian Widmer</name>
<email>shadow@umbrox.de</email>
</author>
<published>2015-10-06T15:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b99d1a0a2075b671478f5b3415cb17578c4dccfc'/>
<id>b99d1a0a2075b671478f5b3415cb17578c4dccfc</id>
<content type='text'>
Adds a cmake module to correctly discover OProfile and adjusts the
corresponding CMakeLists to make use of it. Additionally removes
linking against the bfd library when compiling with OProfile because
Dolphin does not use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a cmake module to correctly discover OProfile and adjusts the
corresponding CMakeLists to make use of it. Additionally removes
linking against the bfd library when compiling with OProfile because
Dolphin does not use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3091 from Tilka/mbedtls</title>
<updated>2015-10-04T01:00:58+00:00</updated>
<author>
<name>shuffle2</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2015-10-04T01:00:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a6f04b0e15af9ce261cc5bb190eb60a2bbaee804'/>
<id>a6f04b0e15af9ce261cc5bb190eb60a2bbaee804</id>
<content type='text'>
Update mbed TLS (PolarSSL)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update mbed TLS (PolarSSL)</pre>
</div>
</content>
</entry>
<entry>
<title>miniupnpc API version 14 changed the upnpDiscover functions, adding an argument for TTL (should default to 2)</title>
<updated>2015-09-30T14:50:58+00:00</updated>
<author>
<name>Marisa Kirisame</name>
<email>marisa@sayachan.org</email>
</author>
<published>2015-09-29T21:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8c5744bca705a0895bd51c966a30171ee2bab43a'/>
<id>8c5744bca705a0895bd51c966a30171ee2bab43a</id>
<content type='text'>
this enables support for that should the build system have that specific version installed, the miniupnpc bundled in the project is unchanged
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this enables support for that should the build system have that specific version installed, the miniupnpc bundled in the project is unchanged
</pre>
</div>
</content>
</entry>
<entry>
<title>mbedTLS: adapt Dolphin code</title>
<updated>2015-09-26T05:09:19+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-09-26T05:09:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f6795466e767ee11e3f2c7d93c8f51abeabd29af'/>
<id>f6795466e767ee11e3f2c7d93c8f51abeabd29af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the LLVM detect script verify that the dynamic library actually exists.</title>
<updated>2015-08-09T02:50:57+00:00</updated>
<author>
<name>comex</name>
<email>comexk@gmail.com</email>
</author>
<published>2015-07-07T11:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1515497ab88dc2452ed0db20a4610663cd04ff21'/>
<id>1515497ab88dc2452ed0db20a4610663cd04ff21</id>
<content type='text'>
For some dumb reason, llvm-config doesn't provide the flags to link
against the dynamic library copy of LLVM (as opposed to static), so the
script has to guess the library name.  However, in some installations
(such as mine), there is no dynamic copy, which caused Dolphin to fail
to link.  Change the script to do a link test.  If it fails, one option
would be to fall back on static linking, but I just have it fail to
detect LLVM, because statically linking Dolphin against LLVM is really
not a great idea - huge binary, long link time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For some dumb reason, llvm-config doesn't provide the flags to link
against the dynamic library copy of LLVM (as opposed to static), so the
script has to guess the library name.  However, in some installations
(such as mine), there is no dynamic copy, which caused Dolphin to fail
to link.  Change the script to do a link test.  If it fails, one option
would be to fall back on static linking, but I just have it fail to
detect LLVM, because statically linking Dolphin against LLVM is really
not a great idea - huge binary, long link time.
</pre>
</div>
</content>
</entry>
</feed>
