index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
Debug
Age
Commit message (
Expand
)
Author
2024-12-15
Modernize `std::any_of` with ranges
mitaclaw
2024-08-20
Remove redundant semicolons
Dr. Dystopia
2023-12-12
Watches: Make use of std::erase_if
Lioncash
2023-06-18
Replace std::ostringstream usage with fmt::format
get
2023-04-24
Common: Move CodeTrace.cpp/.h into Core
Lioncash
2023-04-09
PowerPC: Refactor to class, move to System.
Admiral H. Curtiss
2023-03-13
Core/CPUThreadGuard: Fetch System from Guard.
Admiral H. Curtiss
2023-02-15
Fix uninitialized variable warnings (C26495)
Pokechu22
2023-02-12
DolphinQt: Properly lock CPU before accessing emulated memory
JosJuice
2023-02-09
Resolve various "no previous declaration" warnings
Pokechu22
2023-01-27
CodeTrace: Avoid ppcState global.
Admiral H. Curtiss
2023-01-27
PowerPC: Remove PC macro.
Admiral H. Curtiss
2023-01-24
Common: Replace StringBeginsWith/StringEndsWith with std equivalents
Lioncash
2022-12-23
Core: add locked state to watches
iwubcode
2022-12-23
Core: add ability to add memory patches to the patch engine that will be exec...
iwubcode
2022-12-23
Core: add helper function to apply a memory patch and mark the 'PPCPatches' a...
iwubcode
2022-11-04
Merge pull request #10771 from TryTwo/PR_AutoStep
Admiral H. Curtiss
2022-10-26
Make SetPatch responsible for overwriting old patches
JoshuaMK
2022-10-23
Have UnsetPatch only unset the argument address
JoshuaMK
2022-10-23
Fix patch corruption using find_if instead of remove_if
JoshuaMK
2022-10-06
MemoryView auto updateDebugger. Implement base codetrace logic. Add register ...
TryTwo
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-03-04
Watches: Fix Save and Load from strings
Sepalani
2020-10-21
Common: Move OSThreads into core
Lioncash
2020-05-03
Debugger: Add a Thread widget
Sepalani
2019-12-29
Use std::istringstream or std::ostringstream instead of std::stringstream whe...
David Korth
2019-07-08
Common/Watches: std::move strings where applicable
Lioncash
2018-06-19
Common/MemoryPatches: Silence variable shadowing warnings
Lioncash
2018-05-29
MemoryPatches: In-class initialize is_enabled state for MemoryPatch instances
Lioncash
2018-05-29
MemoryPatches: std::move std::vector in the constructor
Lioncash
2018-05-22
DebugInterface: MemoryPatches methods added
Sepalani
2018-04-28
DebugInterface: Watches methods added
Sepalani