<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu/src/common/algorithm.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 compilation for GCC</title>
<updated>2022-10-06T19:00:53+00:00</updated>
<author>
<name>Liam White</name>
<email>yteslice@airmail.cc</email>
</author>
<published>2022-04-13T19:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=afab6c143cb486c7d14f1509cd04049ad08d3a65'/>
<id>afab6c143cb486c7d14f1509cd04049ad08d3a65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DMA &amp; InlineToMemory Engines Rework.</title>
<updated>2022-10-06T19:00:53+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2022-08-14T09:36:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=f5fd6b5c8674fcf64a3e70809ee0a34d3a95beb6'/>
<id>f5fd6b5c8674fcf64a3e70809ee0a34d3a95beb6</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>common: Make use of [[nodiscard]] where applicable</title>
<updated>2020-08-15T21:17:52+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2020-08-14T13:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=df7248039553b3ebd338380c3ef0428b0e046e79'/>
<id>df7248039553b3ebd338380c3ef0428b0e046e79</id>
<content type='text'>
Now that clang-format makes [[nodiscard]] attributes format sensibly, we
can apply them to several functions within the common library to allow
the compiler to complain about any misuses of the functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that clang-format makes [[nodiscard]] attributes format sensibly, we
can apply them to several functions within the common library to allow
the compiler to complain about any misuses of the functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>common/algorithm: Add description comment indicating intended algorithms</title>
<updated>2019-10-15T19:25:23+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2019-10-15T18:56:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=d5706346d7e95984a003bfeedf1b8ffed6dd9422'/>
<id>d5706346d7e95984a003bfeedf1b8ffed6dd9422</id>
<content type='text'>
Makes it explicit that the header is intended for iterator-based
algorithms that can ideally operate on any type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes it explicit that the header is intended for iterator-based
algorithms that can ideally operate on any type.
</pre>
</div>
</content>
</entry>
<entry>
<title>common: Rename binary_find.h to algorithm.h</title>
<updated>2019-10-15T19:24:50+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2019-10-15T18:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=ac4dbd3b25f022b3ef025f6d3451712187308efb'/>
<id>ac4dbd3b25f022b3ef025f6d3451712187308efb</id>
<content type='text'>
Makes the header more general for other potential algorithms in the
future. While we're at it, include a missing &lt;functional&gt; include to
satisfy the use of std::less.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes the header more general for other potential algorithms in the
future. While we're at it, include a missing &lt;functional&gt; include to
satisfy the use of std::less.
</pre>
</div>
</content>
</entry>
</feed>
