<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/src/common/logging, branch master</title>
<subtitle>A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
</subtitle>
<id>https://git.benis.co.uk/yuzu-mainline/atom?h=master</id>
<link rel='self' href='https://git.benis.co.uk/yuzu-mainline/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/'/>
<updated>2023-12-26T09:35:14+00:00</updated>
<entry>
<title> assert/logging: Stop the logging thread and flush the backends before crashing</title>
<updated>2023-12-26T09:35:14+00:00</updated>
<author>
<name>FearlessTobi</name>
<email>thm.frey@gmail.com</email>
</author>
<published>2023-12-25T12:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=4f569fd568590b43cd8d924a6abf3c13632a098a'/>
<id>urn:sha1:4f569fd568590b43cd8d924a6abf3c13632a098a</id>
<content type='text'>
Co-Authored-By: SachinVin &lt;26602104+SachinVin@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>ngc: implement service</title>
<updated>2023-09-14T13:14:08+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-09-14T02:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=9d7eebde7b06f3a921707dfb7ebdee22ab9d257e'/>
<id>urn:sha1:9d7eebde7b06f3a921707dfb7ebdee22ab9d257e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>backend: Remove usage of explicit operator overload</title>
<updated>2023-07-26T02:53:58+00:00</updated>
<author>
<name>lat9nq</name>
<email>22451773+lat9nq@users.noreply.github.com</email>
</author>
<published>2023-07-26T02:31:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=1bc0b673aa2fc0510d332286e49f6c8d44568065'/>
<id>urn:sha1:1bc0b673aa2fc0510d332286e49f6c8d44568065</id>
<content type='text'>
Causes a crash on MSVC from a race condition on application quit.

Intended to address yuzu-emu/yuzu/issues/11137
</content>
</entry>
<entry>
<title>Use yuzu as category instead of citra</title>
<updated>2023-06-03T07:05:44+00:00</updated>
<author>
<name>Narr the Reg</name>
<email>juangerman-13@hotmail.com</email>
</author>
<published>2023-03-22T01:41:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=3f35b34515cd9b475845b286942c37ef4c8832d9'/>
<id>urn:sha1:3f35b34515cd9b475845b286942c37ef4c8832d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>common: logging: Implement Android logcat backend.</title>
<updated>2023-06-03T07:05:26+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2022-12-18T07:31:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=99296a15108f950c60c7864a374e3ef1f5909e76'/>
<id>urn:sha1:99296a15108f950c60c7864a374e3ef1f5909e76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bounded_threadsafe_queue: Deduplicate and add PushModes</title>
<updated>2023-03-21T23:20:21+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2023-03-19T18:24:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=407dc917f170cc9d08f3f1f9bdeb9e44ddebc653'/>
<id>urn:sha1:407dc917f170cc9d08f3f1f9bdeb9e44ddebc653</id>
<content type='text'>
Adds the PushModes Try and Wait to allow producers to specify how they want to push their data to the queue if the queue is full.
If the queue is full:
- Try will fail to push to the queue, returning false. Try only returns true if it successfully pushes to the queue. This may result in items not being pushed into the queue.
- Wait will wait until a slot is available to push to the queue, resulting in potential for deadlock if a consumer is not running.
</content>
</entry>
<entry>
<title>logging: Make use of bounded queue</title>
<updated>2023-03-21T23:17:38+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2023-03-19T07:20:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=f28ca5361f5242f5b65a5c54bdde55639fba71f5'/>
<id>urn:sha1:f28ca5361f5242f5b65a5c54bdde55639fba71f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nvnflinger: fix name</title>
<updated>2023-03-01T15:39:49+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-02-19T20:05:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=809148e1a58296ab88c9d3c6719d345f35ce0279'/>
<id>urn:sha1:809148e1a58296ab88c9d3c6719d345f35ce0279</id>
<content type='text'>
</content>
</entry>
<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.benis.co.uk/yuzu-mainline/commit/?id=9737615948d431cf56826f3c109bbc0fef7b4d10'/>
<id>urn:sha1:9737615948d431cf56826f3c109bbc0fef7b4d10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>common: remove "yuzu:" prefix from thread names</title>
<updated>2022-10-03T22:43:56+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2022-10-03T22:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=35d3e7db2a0413a921e0846a3d76f9d9f36a2500'/>
<id>urn:sha1:35d3e7db2a0413a921e0846a3d76f9d9f36a2500</id>
<content type='text'>
</content>
</entry>
</feed>
