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
Age
Commit message (
Expand
)
Author
2025-08-30
Merge pull request #13912 from jordan-woyak/simplify-saturating-cast
Tilka
2025-08-28
Merge pull request #13825 from jordan-woyak/dont-count-playtime-while-suspended
JMC47
2025-08-27
MathUtil: Simplify SaturatingCast implementation with std::cmp_less/cmp_great...
Jordan Woyak
2025-08-17
FloatUtils: Replace quieting SNaNs via `0.0 + x` with MakeQuiet
OatmealDome
2025-08-17
FloatUtils: Move MakeQuiet function here from Interpreter_FPUtils
OatmealDome
2025-08-10
Merge pull request #13846 from JoshuaVandaele/better-xcb
Tilka
2025-08-04
Merge pull request #13791 from jordan-woyak/realtek-firmware-loader
JMC47
2025-08-04
Qt: Better wayland detection to enforce xcb
Joshua Vandaële
2025-08-01
Merge pull request #13794 from Sintendo/doouble-lookup
Admiral H. Curtiss
2025-07-27
PPCSymbolDB: Don't return non-const pointers
JosJuice
2025-07-27
PPCSymbolDB: Add missing locking
JosJuice
2025-07-27
PPCSymbolDB: Reduce lock contention in LoadMap/LoadMapOnBoot
JosJuice
2025-07-24
Common/Timer: Add a SteadyAwakeClock class which counts non-suspended system ...
Jordan Woyak
2025-07-23
BTReal: Implement Realtek Bluetooth firmware loading.
Jordan Woyak
2025-07-23
Common: Move AsU8Span utility function from BTReal to Common/BitUtils.
Jordan Woyak
2025-07-19
Common: Move GetDeviceProperty() into its own header
Admiral H. Curtiss
2025-07-16
Merge pull request #13792 from Tilka/wii_banners
JMC47
2025-07-14
IOFile: Require trivially copyable types
Dentomologist
2025-07-12
Fix various warnings
Joshua Vandaële
2025-07-08
Avoid map/set double lookups
Sintendo
2025-07-07
Merge pull request #13726 from hoogmin/cpp23_ranges_patch
Jordan Woyak
2025-07-04
WiiSaveBanner: fall back to $userdir/Load/WiiBanners
Tillmann Karras
2025-06-25
PPCSymbolDB: Move loading map on boot logic from boot.cpp into PPCSymbolDB, a...
TryTwo
2025-06-22
Merge pull request #13691 from TryTwo/PR_Notes
JMC47
2025-06-19
Debugger symbols: Add new symbol type: Notes.. Notes are for naming single ...
TryTwo
2025-06-15
Merge pull request #13744 from JoshuaVandaele/windows-specific-getdevicename
Jordan Woyak
2025-06-14
Source: Remove redundant lambda parameter lists
Dr. Dystopia
2025-06-13
Host: Implement a Windows-only implementation of `GetDeviceNameFromVIDPID`
Joshua Vandaële
2025-06-08
Merge pull request #13727 from JoshuaVandaele/fmt-11.2.0-localtime-deprec
Tilka
2025-06-07
Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core...
Jordan Woyak
2025-06-06
Common: Add class 'FilesystemWatcher' that is used to watch paths and receive...
iwubcode
2025-06-05
Common: Replace Contains and ContainsSubrange with C++23 std::ranges equivalents
Javier Martinez
2025-06-04
Merge pull request #13379 from JoshuaVandaele/system-ng
JMC47
2025-06-04
fmt: Replace deprecated `fmt::localtime` usage with `Common::LocalTime`
Joshua Vandaële
2025-05-30
Config: Make s_callbacks_lock recursive to fix hardcore mode deadlock.
Jordan Woyak
2025-05-25
Merge pull request #13647 from jordan-woyak/sha1-avoid-memcpy
JosJuice
2025-05-22
minizip-ng: Stop using compatibility mode
Joshua Vandaële
2025-05-20
WorkQueueThread: Fix Cancel() race with internal command queue.
Jordan Woyak
2025-05-09
Crypto/SHA1: Re-add memcpy avoiding optimization to BlockContext::Update.
Jordan Woyak
2025-05-09
Merge pull request #13641 from jordan-woyak/sha1-fix
JMC47
2025-05-09
Merge pull request #13586 from Tilka/spr_disasm
JMC47
2025-05-08
Crypto/SHA1: Fix past-the-last-element std::array access and modernize code.
Jordan Woyak
2025-05-04
Merge pull request #13608 from jordan-woyak/async-work-thread
Admiral H. Curtiss
2025-05-04
Merge pull request #13482 from jordan-woyak/string-util-concepts
Admiral H. Curtiss
2025-05-04
Merge pull request #13602 from jordan-woyak/move-only-function
Admiral H. Curtiss
2025-05-03
Common and VideoCommon: Change texture data from std::vector to Common::Uniqu...
Jordan Woyak
2025-05-02
LogManager: Stop using manual memory management
JosJuice
2025-05-02
Merge pull request #13596 from JosJuice/config-callback-locking
JosJuice
2025-05-01
Common: Add AsyncWorkThread.
Jordan Woyak
2025-05-01
StringUtil: Use concepts instead of enable_if.
Jordan Woyak
[next]