<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/src/citra/CMakeLists.txt, branch master</title>
<subtitle>A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/'/>
<entry>
<title>Massive removal of unused modules</title>
<updated>2018-01-13T02:11:03+00:00</updated>
<author>
<name>James Rowe</name>
<email>jroweboy@gmail.com</email>
</author>
<published>2018-01-12T02:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=ebf9a784a9f7f4148a669dbb39e7cd50df779a14'/>
<id>ebf9a784a9f7f4148a669dbb39e7cd50df779a14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>externals: Use unicorn DLL instead of static lib.</title>
<updated>2018-01-04T18:15:29+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2018-01-04T18:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=738845cc0e3e3dc4833e7eca25c263aa6834192b'/>
<id>738845cc0e3e3dc4833e7eca25c263aa6834192b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Network: Init Network in SDL and QT</title>
<updated>2017-07-16T19:29:19+00:00</updated>
<author>
<name>B3n30</name>
<email>benediktthomas@gmail.com</email>
</author>
<published>2017-07-08T16:42:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=ebff5ba5140f0b093facf95fd5a05e6c71384736'/>
<id>ebff5ba5140f0b093facf95fd5a05e6c71384736</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Define an interface target for SDL2 definitions</title>
<updated>2017-05-28T04:38:49+00:00</updated>
<author>
<name>Yuri Kunde Schlesner</name>
<email>yuriks@yuriks.net</email>
</author>
<published>2017-05-28T04:38:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=776cb917850c9d36ffd886de2dc93f6b42b879db'/>
<id>776cb917850c9d36ffd886de2dc93f6b42b879db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Stop using FindOpenGL, which seems to not be required anymore</title>
<updated>2017-05-28T03:48:00+00:00</updated>
<author>
<name>Yuri Kunde Schlesner</name>
<email>yuriks@yuriks.net</email>
</author>
<published>2017-05-28T02:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=089baa04e851676c1c04e640ef137b9025d6e5dc'/>
<id>089baa04e851676c1c04e640ef137b9025d6e5dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Correct inter-module dependencies and library visibility</title>
<updated>2017-05-28T01:41:24+00:00</updated>
<author>
<name>Yuri Kunde Schlesner</name>
<email>yuriks@yuriks.net</email>
</author>
<published>2017-05-28T01:26:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=7b81903756451281bd1f07d8e9a2dceeff79df08'/>
<id>7b81903756451281bd1f07d8e9a2dceeff79df08</id>
<content type='text'>
Modules didn't correctly define their dependencies before, which relied
on the frontends implicitly including every module for linking to
succeed.

Also changed every target_link_libraries call to specify visibility of
dependencies to avoid leaking definitions to dependents when not
necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modules didn't correctly define their dependencies before, which relied
on the frontends implicitly including every module for linking to
succeed.

Also changed every target_link_libraries call to specify visibility of
dependencies to avoid leaking definitions to dependents when not
necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>InputCommon: add Keyboard</title>
<updated>2017-03-01T21:30:57+00:00</updated>
<author>
<name>wwylele</name>
<email>wwylele@gmail.com</email>
</author>
<published>2017-01-21T09:53:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=38e800f70d122051e12ac9f22e23d84b97fec424'/>
<id>38e800f70d122051e12ac9f22e23d84b97fec424</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modularized Qt and SDL file copying</title>
<updated>2016-12-13T20:05:00+00:00</updated>
<author>
<name>freiro</name>
<email>f73b2894@opayq.com</email>
</author>
<published>2016-12-12T23:01:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=b7b2627b3746e28fe64c9af74583c8b24edee909'/>
<id>b7b2627b3746e28fe64c9af74583c8b24edee909</id>
<content type='text'>
Now cmake relies on two submodules to copy the libraries in the proper folders
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now cmake relies on two submodules to copy the libraries in the proper folders
</pre>
</div>
</content>
</entry>
<entry>
<title>build: add default install for DragonFly, Solaris, etc.</title>
<updated>2016-10-27T23:28:30+00:00</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2016-10-10T05:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=2240cb2eb0178d16c7713b6084a7013e283e268b'/>
<id>2240cb2eb0178d16c7713b6084a7013e283e268b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CMakeLists: Use imported version of Threads::Threads</title>
<updated>2016-04-24T15:39:25+00:00</updated>
<author>
<name>Sam Spilsbury</name>
<email>smspillaz@gmail.com</email>
</author>
<published>2016-04-24T15:39:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=df81fa11fc8972a5775a57ccde1e0ef8d7fbfe64'/>
<id>df81fa11fc8972a5775a57ccde1e0ef8d7fbfe64</id>
<content type='text'>
This requires bumping up to a minimum of CMake 3.1. The benefit
of using the imported target is that you can switch to the -pthread
compiler flag on request, which may be necessary for some systems if
available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This requires bumping up to a minimum of CMake 3.1. The benefit
of using the imported target is that you can switch to the -pthread
compiler flag on request, which may be necessary for some systems if
available.
</pre>
</div>
</content>
</entry>
</feed>
