<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinTool/VerifyCommand.cpp, branch 2603</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Remove unused imports</title>
<updated>2026-01-25T15:12:15+00:00</updated>
<author>
<name>Martino Fontana</name>
<email>tinozzo123@gmail.com</email>
</author>
<published>2026-01-23T20:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a14c88ba67a51b0a563a5fc800cd089e82ffacaf'/>
<id>a14c88ba67a51b0a563a5fc800cd089e82ffacaf</id>
<content type='text'>
Yellow squiggly lines begone!
Done automatically on .cpp files through `run-clang-tidy`, with manual corrections to the mistakes.
If an import is directly used, but is technically unnecessary since it's recursively imported by something else, it is *not* removed.
The tool doesn't touch .h files, so I did some of them by hand while fixing errors due to old recursive imports.
Not everything is removed, but the cleanup should be substantial enough.
Because this done on Linux, code that isn't used on it is mostly untouched.
(Hopefully no open PR is depending on these imports...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Yellow squiggly lines begone!
Done automatically on .cpp files through `run-clang-tidy`, with manual corrections to the mistakes.
If an import is directly used, but is technically unnecessary since it's recursively imported by something else, it is *not* removed.
The tool doesn't touch .h files, so I did some of them by hand while fixing errors due to old recursive imports.
Not everything is removed, but the cleanup should be substantial enough.
Because this done on Linux, code that isn't used on it is mostly untouched.
(Hopefully no open PR is depending on these imports...)
</pre>
</div>
</content>
</entry>
<entry>
<title>VerifyTool: Add missing USE_RETRO_ACHIEVEMENTS ifdefs</title>
<updated>2024-12-15T17:15:57+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2024-12-15T17:15:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ad24ddb6bb01ddaba19bf72e8eda5cae354701ae'/>
<id>ad24ddb6bb01ddaba19bf72e8eda5cae354701ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add generation of rcheevos hash to DolphinTool</title>
<updated>2024-09-15T14:52:04+00:00</updated>
<author>
<name>retroNUC</name>
<email>retronuc@gmail.com</email>
</author>
<published>2024-09-15T14:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a74b2a4dde2ef99dacd1ff918c9a32bd1e32ffdb'/>
<id>a74b2a4dde2ef99dacd1ff918c9a32bd1e32ffdb</id>
<content type='text'>
Fixed coding standards issue

CalculateHash return string instead of using char array param
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed coding standards issue

CalculateHash return string instead of using char array param
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinTool: support WAD verification</title>
<updated>2024-05-28T18:00:00+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2024-05-28T03:15:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5255fe5f74268f0de798731bb0cace1b64393abc'/>
<id>5255fe5f74268f0de798731bb0cace1b64393abc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #11960 from Minty-Meeo/dolphin-tool-code-review-4</title>
<updated>2023-06-17T12:18:21+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2023-06-17T12:18:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=79d5850e6a9a015118bf40a5e22541d527c2ad45'/>
<id>79d5850e6a9a015118bf40a5e22541d527c2ad45</id>
<content type='text'>
DolphinTool: Use {fmt} library</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DolphinTool: Use {fmt} library</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinTool: Less string copies</title>
<updated>2023-06-17T02:51:06+00:00</updated>
<author>
<name>get</name>
<email>45425365+Minty-Meeo@users.noreply.github.com</email>
</author>
<published>2023-06-17T00:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e67c196d2a44dce1387e5d91d37aa519bb70ddf0'/>
<id>e67c196d2a44dce1387e5d91d37aa519bb70ddf0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinTool: Use {fmt} library</title>
<updated>2023-06-17T02:45:59+00:00</updated>
<author>
<name>get</name>
<email>45425365+Minty-Meeo@users.noreply.github.com</email>
</author>
<published>2023-06-16T23:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=410c4ffe7506ed7c49ce5dc9741689d69df333b0'/>
<id>410c4ffe7506ed7c49ce5dc9741689d69df333b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinTool: Use EXIT_SUCCESS and EXIT_FAILURE</title>
<updated>2023-06-17T02:00:10+00:00</updated>
<author>
<name>get</name>
<email>45425365+Minty-Meeo@users.noreply.github.com</email>
</author>
<published>2023-06-15T04:27:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=969eeb4b52bc5551c461f5dca42246a0661559cf'/>
<id>969eeb4b52bc5551c461f5dca42246a0661559cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinTool: Ditch OOP design</title>
<updated>2023-06-17T01:39:16+00:00</updated>
<author>
<name>get</name>
<email>45425365+Minty-Meeo@users.noreply.github.com</email>
</author>
<published>2023-06-14T23:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=25c020cbe2b0f5fa0b384c64839fc16745af133c'/>
<id>25c020cbe2b0f5fa0b384c64839fc16745af133c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinTool: Sensible changes</title>
<updated>2023-06-16T23:28:03+00:00</updated>
<author>
<name>get</name>
<email>45425365+Minty-Meeo@users.noreply.github.com</email>
</author>
<published>2023-06-14T20:14:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=31e78c40a1fa4edb89dffa71f9b1b52239f58335'/>
<id>31e78c40a1fa4edb89dffa71f9b1b52239f58335</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
