<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu/src/common/thread_worker.h, branch main</title>
<subtitle>Nintendo Switch emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/'/>
<entry>
<title>general: fix compile for Apple Clang</title>
<updated>2022-11-23T03:22:28+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2022-11-21T16:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=9737615948d431cf56826f3c109bbc0fef7b4d10'/>
<id>9737615948d431cf56826f3c109bbc0fef7b4d10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>general: Convert source file copyright comments over to SPDX</title>
<updated>2022-04-23T09:55:32+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2022-04-23T08:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=99ceb03a1cfcf35968cab589ea188a8c406cda52'/>
<id>99ceb03a1cfcf35968cab589ea188a8c406cda52</id>
<content type='text'>
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
</pre>
</div>
</content>
</entry>
<entry>
<title>shader_recompiler,video_core: Cleanup some GCC and Clang errors</title>
<updated>2021-07-23T01:51:26+00:00</updated>
<author>
<name>lat9nq</name>
<email>22451773+lat9nq@users.noreply.github.com</email>
</author>
<published>2021-04-06T02:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=0bb85f6a753c769266c95c4ba146b25b9eaaaffd'/>
<id>0bb85f6a753c769266c95c4ba146b25b9eaaaffd</id>
<content type='text'>
Mostly fixing unused *, implicit conversion, braced scalar init,
fpermissive, and some others.

Some Clang errors likely remain in video_core, and std::ranges is still
a pertinent issue in shader_recompiler

shader_recompiler: cmake: Force bracket depth to 1024 on Clang
Increases the maximum fold expression depth

thread_worker: Include condition_variable

Don't use list initializers in control flow

Co-authored-by: ReinUsesLisp &lt;reinuseslisp@airmail.cc&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly fixing unused *, implicit conversion, braced scalar init,
fpermissive, and some others.

Some Clang errors likely remain in video_core, and std::ranges is still
a pertinent issue in shader_recompiler

shader_recompiler: cmake: Force bracket depth to 1024 on Clang
Increases the maximum fold expression depth

thread_worker: Include condition_variable

Don't use list initializers in control flow

Co-authored-by: ReinUsesLisp &lt;reinuseslisp@airmail.cc&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>thread_worker: Fix compile time error</title>
<updated>2021-07-23T01:51:21+00:00</updated>
<author>
<name>ameerj</name>
<email>52414509+ameerj@users.noreply.github.com</email>
</author>
<published>2021-07-09T17:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=75059c46d645e42e8da31fb97d003047c67b004b'/>
<id>75059c46d645e42e8da31fb97d003047c67b004b</id>
<content type='text'>
state is unused in the branch where with_state is false
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
state is unused in the branch where with_state is false
</pre>
</div>
</content>
</entry>
<entry>
<title>common/thread_worker: Stop workers on stop_token when waiting</title>
<updated>2021-07-08T22:03:26+00:00</updated>
<author>
<name>ReinUsesLisp</name>
<email>reinuseslisp@airmail.cc</email>
</author>
<published>2021-06-29T04:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=0ddbbb64e514ea9bba6a4f8bd6908d654e7f114c'/>
<id>0ddbbb64e514ea9bba6a4f8bd6908d654e7f114c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common/thread_worker: Add support for stateful threads</title>
<updated>2021-07-08T22:03:26+00:00</updated>
<author>
<name>ReinUsesLisp</name>
<email>reinuseslisp@airmail.cc</email>
</author>
<published>2021-05-25T23:37:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=da34d3704405665b68d3d992f37a7eeb541238af'/>
<id>da34d3704405665b68d3d992f37a7eeb541238af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common/thread_worker: Fix data race</title>
<updated>2021-07-08T22:03:26+00:00</updated>
<author>
<name>FernandoS27</name>
<email>fsahmkow27@gmail.com</email>
</author>
<published>2021-04-06T02:23:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=a10e112e6436b30c9eb5ca2a82c94f83205bbc34'/>
<id>a10e112e6436b30c9eb5ca2a82c94f83205bbc34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common/thread_worker: Use unique function</title>
<updated>2021-07-08T22:03:26+00:00</updated>
<author>
<name>ReinUsesLisp</name>
<email>reinuseslisp@airmail.cc</email>
</author>
<published>2021-04-01T04:05:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=bf5b5c1bf43946039d91f78253599c9996f86057'/>
<id>bf5b5c1bf43946039d91f78253599c9996f86057</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common/thread_worker: Add wait for requests method</title>
<updated>2021-07-08T22:00:39+00:00</updated>
<author>
<name>ReinUsesLisp</name>
<email>reinuseslisp@airmail.cc</email>
</author>
<published>2021-03-23T00:00:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=f28dd32275c1feba4854abad30ff5e21a7b39440'/>
<id>f28dd32275c1feba4854abad30ff5e21a7b39440</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common: ThreadWorker: Add class to help do asynchronous work.</title>
<updated>2020-12-30T00:46:29+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2020-12-30T00:36:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=69e82d01d5012c0078f65a294ecbb7118707f73c'/>
<id>69e82d01d5012c0078f65a294ecbb7118707f73c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
