<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/CMakeTests/CheckLib.cmake, branch master</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>CMake: move modules from CMakeTests/ -&gt; CMake/</title>
<updated>2017-02-08T06:55:27+00:00</updated>
<author>
<name>Michael Maltese</name>
<email>michaeljosephmaltese@gmail.com</email>
</author>
<published>2017-02-08T06:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=45d1f88ea79ff184ddd009b15ac96e4f24aad447'/>
<id>45d1f88ea79ff184ddd009b15ac96e4f24aad447</id>
<content type='text'>
The name "CMakeTests" is inaccurate and irregular.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The name "CMakeTests" is inaccurate and irregular.
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: Find prebuilt ffmpeg on Windows</title>
<updated>2017-01-21T01:44:18+00:00</updated>
<author>
<name>Florent Castelli</name>
<email>florent.castelli@gmail.com</email>
</author>
<published>2017-01-21T01:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e03690f1f049240a48d0ccb41a68a746890d784f'/>
<id>e03690f1f049240a48d0ccb41a68a746890d784f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: Don’t use message(“”)</title>
<updated>2017-01-17T21:39:51+00:00</updated>
<author>
<name>Florent Castelli</name>
<email>florent.castelli@gmail.com</email>
</author>
<published>2017-01-17T20:47:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=6829b428466ee9a7ac2310774575cf5714b4d157'/>
<id>6829b428466ee9a7ac2310774575cf5714b4d157</id>
<content type='text'>
If there’s no category, the message ends up in stderr instead of stdout with the other regular CMake output.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If there’s no category, the message ends up in stderr instead of stdout with the other regular CMake output.</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: include(Find…)-&gt;find_package(…)</title>
<updated>2017-01-17T20:50:44+00:00</updated>
<author>
<name>Florent Castelli</name>
<email>florent.castelli@gmail.com</email>
</author>
<published>2017-01-17T20:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=875563787fb85aeed4b315e83a521efb085c15fd'/>
<id>875563787fb85aeed4b315e83a521efb085c15fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: Only use include directories on actual paths in check_lib</title>
<updated>2017-01-17T16:47:19+00:00</updated>
<author>
<name>Florent Castelli</name>
<email>florent.castelli@gmail.com</email>
</author>
<published>2017-01-17T16:47:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d041e60d3256d59a4d072de48b52e66c4e3b5b30'/>
<id>d041e60d3256d59a4d072de48b52e66c4e3b5b30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Explicitly specify .pc names, since the previous guess in CheckLib.cmake wasn't always right.</title>
<updated>2015-06-02T22:42:45+00:00</updated>
<author>
<name>comex</name>
<email>comexk@gmail.com</email>
</author>
<published>2015-06-02T22:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=fd855758cccf8c355293bedda82a7ddff32d7ddc'/>
<id>fd855758cccf8c355293bedda82a7ddff32d7ddc</id>
<content type='text'>
This fixes detection of at least libenet via pkg-config, and I think
libpng via pkg-config pulseaudio via direct detection.

Also remove the NOT APPLE from the shared libenet check, because there's
no reason for it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes detection of at least libenet via pkg-config, and I think
libpng via pkg-config pulseaudio via direct detection.

Also remove the NOT APPLE from the shared libenet check, because there's
no reason for it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change libav* autodetection to support framedumping on Ubuntu 14.04</title>
<updated>2014-07-13T21:06:20+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2014-07-13T21:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8876ee120a9091441c8b2e280920cf6dbe748bca'/>
<id>8876ee120a9091441c8b2e280920cf6dbe748bca</id>
<content type='text'>
Add an "ugly" workaround in the AVIDump code, but looking at other project this
seems to be the most common way to handle this API change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add an "ugly" workaround in the AVIDump code, but looking at other project this
seems to be the most common way to handle this API change.
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: update min. libav/ffmpeg library versions</title>
<updated>2014-06-27T17:48:36+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2014-06-15T07:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=02f470c7eb104605dd0bfcf743c75e4d9c81f097'/>
<id>02f470c7eb104605dd0bfcf743c75e4d9c81f097</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: mention ffmpeg in libav messages</title>
<updated>2014-06-27T17:48:36+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2014-06-15T07:20:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7e010023724ca4fad46b213faa818041a249af8d'/>
<id>7e010023724ca4fad46b213faa818041a249af8d</id>
<content type='text'>
We support both.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We support both.
</pre>
</div>
</content>
</entry>
</feed>
