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-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-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
2025-04-30
Merge pull request #13587 from jordan-woyak/manual-value
Admiral H. Curtiss
2025-04-30
Common: Move some duplicate container element construction logic into a Manua...
Jordan Woyak
2025-04-30
WorkQueueThread: Cleanups. Implement in terms of WaitableSPSCQueue. Add singl...
Jordan Woyak
2025-04-30
Merge pull request #13436 from JoshuaVandaele/clang-format-19
OatmealDome
2025-04-27
Common: Add MoveOnlyFunction.
Jordan Woyak
2025-04-26
Config: Add locking for config changed callbacks
JosJuice
2025-04-25
Config: Add [[nodiscard]] to AddConfigChangedCallback
Dentomologist
2025-04-25
Merge pull request #13451 from vyuuui/numeric_labels
Tilka
2025-04-25
Merge pull request #13497 from hoogmin/modernize_fs_path
Tilka
2025-04-25
GekkoDisassembler: standardize SPR names and add missing ones
Tillmann Karras
2025-04-23
linter: Add and apply new formatting rules
Joshua Vandaƫle
2025-04-23
linter: Apply clang-format 19.1 formatting
Joshua Vandaƫle
2025-04-22
Common: SPSCQueue cleanups and improvements.
Jordan Woyak
2025-04-22
Merge pull request #13529 from jordan-woyak/StateBuffer
Jordan Woyak
2025-04-22
Merge pull request #13477 from OatmealDome/macos-11
OatmealDome
2025-04-21
IOS: Only have one USBScanner
JosJuice
2025-04-21
Merge pull request #13467 from JosJuice/profiler-thread-safety
JosJuice
2025-04-21
MemoryUtil: Remove availability checks for macOS 11
OatmealDome
2025-04-20
Merge pull request #13549 from shuffle2/ucrtpatch
Tilka
2025-04-20
remove ucrt compat patches
Shawn Hoffman
2025-04-20
HttpRequest: remove some legacy code for windows < 8.1
Shawn Hoffman
2025-04-19
Common: Add UniqueBuffer and SharedBuffer templates.
Jordan Woyak
2025-04-19
LinearDiskCache: Use make_unique_for_overwrite.
Jordan Woyak
2025-04-18
Common/Timer: Change HANDLE to void* to avoid including Windows.h to fix cmak...
Jordan Woyak
2025-04-16
MemArenaDarwin: Initialize all address variables passed to vm_map
OatmealDome
2025-04-08
Use std path utility for automatic path seperator handling.
Javier Martinez
2025-04-03
Common/Timer: Use YieldProcessor on Windows.
Jordan Woyak
2025-04-03
Common: Create a PrecisionTimer class.
Jordan Woyak
2025-03-29
Common: Make Profiler thread safe
JosJuice
2025-03-25
Merge pull request #13433 from iwubcode/update_min_win10
JMC47
2025-03-24
Add numeric label support to assembler
vyuuui
2025-03-23
Merge pull request #13093 from mitaclaw/ranges-modernization-4-projection
JMC47
2025-03-17
Config: Allow passing a DefaultState object to Set functions to delete keys.
Jordan Woyak
2025-03-16
Merge pull request #13417 from luzpaz/typo-source-core-common
OatmealDome
2025-03-16
Common: use std::chrono for GetLocalTimeSinceJan1970 on Windows
iwubcode
[next]