<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/CMakeTests, branch stable</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Merge pull request #2816 from comex/huh-where-did-this-go</title>
<updated>2015-10-28T20:37:36+00:00</updated>
<author>
<name>comex</name>
<email>comexk@gmail.com</email>
</author>
<published>2015-08-09T06:55:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=110ec72cff8a19c7125e6a69c691f1f67f755982'/>
<id>110ec72cff8a19c7125e6a69c691f1f67f755982</id>
<content type='text'>
Make the LLVM detect script verify that the dynamic library actually exists.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the LLVM detect script verify that the dynamic library actually exists.
</pre>
</div>
</content>
</entry>
<entry>
<title>Linux: Disable SDL controller backend by default.</title>
<updated>2015-06-30T22:13:05+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2015-06-29T01:09:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=9065ddf5fadf337b6b8cd5ed7a36bf796199cda2'/>
<id>9065ddf5fadf337b6b8cd5ed7a36bf796199cda2</id>
<content type='text'>
Not deleted, because it's the only option for some other operating
systems such as FreeBSD or any other slightly exotic operating
system someone might try and run dolphin on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not deleted, because it's the only option for some other operating
systems such as FreeBSD or any other slightly exotic operating
system someone might try and run dolphin on.
</pre>
</div>
</content>
</entry>
<entry>
<title>Linux: Add an evdev based controller backend, to replace SDL.</title>
<updated>2015-06-30T22:13:05+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2015-06-29T00:17:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2721fdf8a94e2e49f907eda24a1406d2225acaf6'/>
<id>2721fdf8a94e2e49f907eda24a1406d2225acaf6</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>Adds LLVM version check to cmake.</title>
<updated>2014-12-07T10:49:45+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2014-12-07T10:49:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b361cc8b5104bfdc771603a59a2499e0fbac3adc'/>
<id>b361cc8b5104bfdc771603a59a2499e0fbac3adc</id>
<content type='text'>
We require LLVM 3.4 minimum, so if the user has something older make sure to not attempt compiling.
Fixes issues #7858 and #7906.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We require LLVM 3.4 minimum, so if the user has something older make sure to not attempt compiling.
Fixes issues #7858 and #7906.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Externals/SFML to 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:29:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=11dbe6b6ce3f3b2b82adcfa5e1aff158f4e78da4'/>
<id>11dbe6b6ce3f3b2b82adcfa5e1aff158f4e78da4</id>
<content type='text'>
- all files converted to unix line endings
- files from other subsystems and most of system have been removed
- include/SFML/System.hpp and include/SFML/Network.hpp modified to
  not include removed stuff
- IpAddress.*pp renamed to IPAddress.*pp to workaround git apply bug
  with case-only renames
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- all files converted to unix line endings
- files from other subsystems and most of system have been removed
- include/SFML/System.hpp and include/SFML/Network.hpp modified to
  not include removed stuff
- IpAddress.*pp renamed to IPAddress.*pp to workaround git apply bug
  with case-only renames
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix LLVM</title>
<updated>2014-10-28T00:36:27+00:00</updated>
<author>
<name>Gabriel Corona</name>
<email>gabriel.corona@enst-bretagne.fr</email>
</author>
<published>2014-10-28T00:02:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=cf3ba671bfb265c2d5744205fc0dbb24cc0001f0'/>
<id>cf3ba671bfb265c2d5744205fc0dbb24cc0001f0</id>
<content type='text'>
$(llvm-config --ldflags) was passed to the compiler but it needs to be
passed to the linker instead (-L and -l flags).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$(llvm-config --ldflags) was passed to the compiler but it needs to be
passed to the linker instead (-L and -l flags).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes LLVM library detection.</title>
<updated>2014-10-26T21:17:57+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2014-10-26T21:17:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=bd1a192fafbf64ffbe602bfc1cb043f9267b9ae5'/>
<id>bd1a192fafbf64ffbe602bfc1cb043f9267b9ae5</id>
<content type='text'>
I must have had a dirty cmake configuration which didn't encounter this issue.
Make sure we are using LLVM_DEFINITIONS to know where we are linking to libraries at.
Link against libLLVM-${VERSION}, the other one was linking us against static libraries...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I must have had a dirty cmake configuration which didn't encounter this issue.
Make sure we are using LLVM_DEFINITIONS to know where we are linking to libraries at.
Link against libLLVM-${VERSION}, the other one was linking us against static libraries...
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1382 from Sonicadvance1/LLVM-disasm</title>
<updated>2014-10-26T02:46:01+00:00</updated>
<author>
<name>skidau</name>
<email>skidau@gmail.com</email>
</author>
<published>2014-10-26T02:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=38acd4d4bf177a821b835b0a6d176d710f86d5c6'/>
<id>38acd4d4bf177a821b835b0a6d176d710f86d5c6</id>
<content type='text'>
Implements LLVM based disassembler for the debugger.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements LLVM based disassembler for the debugger.</pre>
</div>
</content>
</entry>
<entry>
<title>Implements LLVM based disassembler for the debugger.</title>
<updated>2014-10-24T23:10:21+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2014-10-21T10:56:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=cb10bef9a4831e0b4d2eae870b7c2c6ba203a4c8'/>
<id>cb10bef9a4831e0b4d2eae870b7c2c6ba203a4c8</id>
<content type='text'>
This will work for all of our platforms, x86, ARMv7, and AArch64.
Main issue with this is that LLVM's cmake files aren't correctly finding the LLVM install.
Not sure if this is Ubuntu's issue or not, it may just work on other operating systems.

We could potentially improve this, you can pass in a specific CPU in to the LLVM disassembler. This would probably affect latency times that are
reported by LLVM's disassembly? This needs to be further investigated later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will work for all of our platforms, x86, ARMv7, and AArch64.
Main issue with this is that LLVM's cmake files aren't correctly finding the LLVM install.
Not sure if this is Ubuntu's issue or not, it may just work on other operating systems.

We could potentially improve this, you can pass in a specific CPU in to the LLVM disassembler. This would probably affect latency times that are
reported by LLVM's disassembly? This needs to be further investigated later.
</pre>
</div>
</content>
</entry>
</feed>
