<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu/src/common/uuid.cpp, branch main</title>
<subtitle>Nintendo Switch emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/'/>
<entry>
<title>build: upgrade fmt and SDL2</title>
<updated>2025-05-12T11:45:15+00:00</updated>
<author>
<name>Zephyron</name>
<email>zephyron@citron-emu.orgq</email>
</author>
<published>2025-02-16T03:38:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=fbe41afca4862ce7bece2ffd71473d3a6c6944a8'/>
<id>fbe41afca4862ce7bece2ffd71473d3a6c6944a8</id>
<content type='text'>
Update fmt library to version 11.0.2 and make necessary adjustments:
- Replace fmt/format.h includes with fmt/ranges.h
- Add const qualifiers to formatter::format functions
- Update CMake to require fmt version 11

Additional dependency updates:
- Update SDL2 bundled version from 2.28.2 to 2.32.0
- Update catch2 to version 3.7.1
- Update vcpkg baseline to ca846b21276c9a3171074ac8d2b4f6516894a7d0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update fmt library to version 11.0.2 and make necessary adjustments:
- Replace fmt/format.h includes with fmt/ranges.h
- Add const qualifiers to formatter::format functions
- Update CMake to require fmt version 11

Additional dependency updates:
- Update SDL2 bundled version from 2.28.2 to 2.32.0
- Update catch2 to version 3.7.1
- Update vcpkg baseline to ca846b21276c9a3171074ac8d2b4f6516894a7d0
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix potentially uninitialized local variable warning</title>
<updated>2023-06-09T00:12:22+00:00</updated>
<author>
<name>Tokarev Artem</name>
<email>tokarev28.art@gmail.com</email>
</author>
<published>2023-06-09T00:12:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=007c3fa7dfc146244d3974955aa78eaacb1c2bf6'/>
<id>007c3fa7dfc146244d3974955aa78eaacb1c2bf6</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: uuid: Use sizeof(u64) instead of 8 in Hash()</title>
<updated>2022-02-10T20:03:49+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2022-02-10T20:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=3799c820ca7c5b978d47be9c5ac1318333e5d9cb'/>
<id>3799c820ca7c5b978d47be9c5ac1318333e5d9cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common: uuid: Return an invalid UUID if conversion from string fails</title>
<updated>2022-02-05T18:56:21+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2022-02-05T18:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=ec4d7f71fedb1cc117b0fb6c33cbffb699b98555'/>
<id>ec4d7f71fedb1cc117b0fb6c33cbffb699b98555</id>
<content type='text'>
The string constructor of UUID states:
Should the input string not meet the above requirements, an assert will be triggered and an invalid UUID is set instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The string constructor of UUID states:
Should the input string not meet the above requirements, an assert will be triggered and an invalid UUID is set instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>general: Rename NewUUID to UUID, and remove the previous UUID impl</title>
<updated>2022-02-05T18:56:21+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2022-02-05T17:35:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=25db62ce1534cbd8b93b4284869229e4bd7de54d'/>
<id>25db62ce1534cbd8b93b4284869229e4bd7de54d</id>
<content type='text'>
This completes the removal of the old UUID implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This completes the removal of the old UUID implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>common: uuid: Add hex string to UUID constructor</title>
<updated>2021-08-04T14:45:41+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2021-08-04T07:55:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=705f1110587502a49dda51790fa14ac9843e135e'/>
<id>705f1110587502a49dda51790fa14ac9843e135e</id>
<content type='text'>
This allows for easily converting a hex string into a Common::UUID, which is backed by a 128 bit unsigned integer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows for easily converting a hex string into a Common::UUID, which is backed by a 128 bit unsigned integer.
</pre>
</div>
</content>
</entry>
<entry>
<title>common: uuid: Return a lower-case hex string in Format</title>
<updated>2021-07-27T03:54:59+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2021-07-27T03:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=b9b48aee7da6fed205a009a1f9fc06c20fb2f7f2'/>
<id>b9b48aee7da6fed205a009a1f9fc06c20fb2f7f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mii_manager: Cleanup and optimization</title>
<updated>2019-04-25T12:07:57+00:00</updated>
<author>
<name>Zach Hilman</name>
<email>zachhilman@gmail.com</email>
</author>
<published>2018-12-24T18:30:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=f0db2e3ef36a77f2f3eaf2dca15ddfe8851edecb'/>
<id>f0db2e3ef36a77f2f3eaf2dca15ddfe8851edecb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common: Extract UUID to its own class</title>
<updated>2019-04-25T12:07:57+00:00</updated>
<author>
<name>Zach Hilman</name>
<email>zachhilman@gmail.com</email>
</author>
<published>2018-12-18T14:07:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=ca5638a1426ce560f3896b3ff0d3efd02b654585'/>
<id>ca5638a1426ce560f3896b3ff0d3efd02b654585</id>
<content type='text'>
Since the Mii database uses UUIDs very similar to the Accounts database, it makes no sense to not share code between them.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the Mii database uses UUIDs very similar to the Accounts database, it makes no sense to not share code between them.</pre>
</div>
</content>
</entry>
</feed>
