<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp, branch 2603a</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>c++23: Replace Common::Unreachable with std::unreachable</title>
<updated>2026-01-17T22:53:21+00:00</updated>
<author>
<name>Joshua Vandaële</name>
<email>joshua@vandaele.software</email>
</author>
<published>2026-01-08T21:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e822cc3715b94b6736fbadbac748e8c09973df24'/>
<id>e822cc3715b94b6736fbadbac748e8c09973df24</id>
<content type='text'>
Requires at least GCC 12, Clang 15, MSVC 19.32, or AppleClang 14.0.3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Requires at least GCC 12, Clang 15, MSVC 19.32, or AppleClang 14.0.3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Branch Watch Tool: New Conditional Branch Inspection Tools</title>
<updated>2024-08-31T22:37:34+00:00</updated>
<author>
<name>mitaclaw</name>
<email>140017135+mitaclaw@users.noreply.github.com</email>
</author>
<published>2024-08-06T12:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8f76a32be4af4ecd02839e05acfe1519deb36551'/>
<id>8f76a32be4af4ecd02839e05acfe1519deb36551</id>
<content type='text'>
Invert conditions, invert decrement checks, and make conditional branches unconditional. USnapshotMetadata in prior versions of Dolphin is forward-compatible with these changes (tested on x86_64).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Invert conditions, invert decrement checks, and make conditional branches unconditional. USnapshotMetadata in prior versions of Dolphin is forward-compatible with these changes (tested on x86_64).
</pre>
</div>
</content>
</entry>
<entry>
<title>BranchWatchDialog: Disconnect Slots When Hidden</title>
<updated>2024-08-31T22:11:24+00:00</updated>
<author>
<name>mitaclaw</name>
<email>140017135+mitaclaw@users.noreply.github.com</email>
</author>
<published>2024-08-04T13:48:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f9f0806022b997a9bcee532685f54a0120b04187'/>
<id>f9f0806022b997a9bcee532685f54a0120b04187</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 #12799 from mitaclaw/branch-watch-tool-fixes-3</title>
<updated>2024-06-17T20:36:04+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2024-06-17T20:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=69fc754c656a35a1359070c19301dab10819d03c'/>
<id>69fc754c656a35a1359070c19301dab10819d03c</id>
<content type='text'>
Branch Watch Tool: Add Set Breakpoints Submenu</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Branch Watch Tool: Add Set Breakpoints Submenu</pre>
</div>
</content>
</entry>
<entry>
<title>BranchWatchTableModel: Assume Unreachable Code Truly Is</title>
<updated>2024-06-06T02:59:39+00:00</updated>
<author>
<name>mitaclaw</name>
<email>140017135+mitaclaw@users.noreply.github.com</email>
</author>
<published>2024-05-25T00:47:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8050760fe928db8a3f7eed25c5e4372af6f2bc24'/>
<id>8050760fe928db8a3f7eed25c5e4372af6f2bc24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Branch Watch Tool: Smarter Context Menu</title>
<updated>2024-06-01T14:23:05+00:00</updated>
<author>
<name>mitaclaw</name>
<email>140017135+mitaclaw@users.noreply.github.com</email>
</author>
<published>2024-05-25T00:26:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=cf6a392979cab265a28f39810e3a1c545e58b5bf'/>
<id>cf6a392979cab265a28f39810e3a1c545e58b5bf</id>
<content type='text'>
Also, right-clicking the table's scroll area when all columns are hidden will show the column visibility menu.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, right-clicking the table's scroll area when all columns are hidden will show the column visibility menu.
</pre>
</div>
</content>
</entry>
<entry>
<title>PPCSymbolDB: Move instance to PowerPCManager</title>
<updated>2024-03-14T05:58:14+00:00</updated>
<author>
<name>mitaclaw</name>
<email>140017135+mitaclaw@users.noreply.github.com</email>
</author>
<published>2024-03-10T18:43:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c24fa93965a68b8adf5d0df9005212792d029146'/>
<id>c24fa93965a68b8adf5d0df9005212792d029146</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BranchWatchDialog: A Total Replacement for CodeDiffDialog</title>
<updated>2024-02-27T19:40:58+00:00</updated>
<author>
<name>mitaclaw</name>
<email>140017135+mitaclaw@users.noreply.github.com</email>
</author>
<published>2023-12-07T17:36:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8134c8a57211f54cf2109ae3c068c0c94370f786'/>
<id>8134c8a57211f54cf2109ae3c068c0c94370f786</id>
<content type='text'>
With a purpose-built Branch Watch feature built into the emulated system: BranchWatchDialog, replacing CodeDiffDialog, is now better than ever!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With a purpose-built Branch Watch feature built into the emulated system: BranchWatchDialog, replacing CodeDiffDialog, is now better than ever!
</pre>
</div>
</content>
</entry>
</feed>
