..
Assembler
Config
Config: Use maximum value of size_t instead of -1 as default value in ConfigChangedCallbackID
2025-11-08 11:35:31 -05:00
Crypto
Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core&UnitTests
2025-06-07 17:55:14 -05:00
Debug
GL
Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests
2025-05-01 15:00:37 +02:00
Logging
Logging: Don't overwrite LDEBUG verbosity in Release builds
2025-09-19 13:25:42 -07:00
Align.h
Analytics.cpp
Analytics.h
treewide: convert GPLv2+ license info to SPDX tags
2021-07-05 04:35:56 +02:00
Arm64Emitter.cpp
Merge pull request #13875 from JosJuice/jitarm64-orr-base-without-mirror
2025-11-10 20:16:21 +01:00
Arm64Emitter.h
ArmCommon.h
ArmCPUDetect.cpp
ArmFPURoundMode.cpp
Assert.h
Logging: Don't overwrite LDEBUG verbosity in Release builds
2025-09-19 13:25:42 -07:00
BitField.h
Common/BitField: Silence two warnings:
2025-11-15 20:32:14 -06:00
BitField.natvis
BitSet.h
BitUtils.h
Common/BitUtils: Add overloads of AsU8Span/AsWritableU8Span that handle conversions from contiguous ranges.
2025-11-09 03:08:14 -06:00
BlockingLoop.h
Buffer.h
build_info.txt.in
ChunkFile.h
CMakeLists.txt
Common: Introduce a OneShotEvent class. Unlike Common::Event, OneShotEvent is safe in situations when being immediately destructed.
2025-11-18 14:19:21 -06:00
CodeBlock.h
ColorUtil.cpp
ColorUtil.h
Common.h
CommonFuncs.cpp
CommonFuncs: Add StrerrorString version of LastStrerrorString that accepts an error number.
2025-10-04 14:51:17 -05:00
CommonFuncs.h
CommonFuncs: Add StrerrorString version of LastStrerrorString that accepts an error number.
2025-10-04 14:51:17 -05:00
CommonPaths.h
chore: remove unused Logs/Mail/ dir
2025-09-24 17:42:59 -05:00
CommonTypes.h
CompatPatches.cpp
Contains.h
CPUDetect.h
DirectIOFile.cpp
Windows/DirectIOFile: Don't request DELETE access for read-only Open
2025-11-29 14:02:24 -08:00
DirectIOFile.h
Common: Add a DirectIOFile class that allows for copies which are entirely thread safe.
2025-11-09 03:08:14 -06:00
DynamicLibrary.cpp
DynamicLibrary.h
ENet.cpp
ENet.h
EnumFormatter.h
EnumMap.h
EnumMap.natvis
EnumUtils.h
Event.h
FatFsUtil.cpp
FatFsUtil.h
FileSearch.cpp
FileSearch.h
FilesystemWatcher.cpp
Fix various warnings
2025-07-12 12:47:30 +02:00
FilesystemWatcher.h
FileUtil.cpp
AdvancedPane: Add a button to restore default settings
2025-10-27 15:59:33 +01:00
FileUtil.h
AdvancedPane: Add a button to restore default settings
2025-10-27 15:59:33 +01:00
FixedSizeQueue.h
Flag.h
FloatUtils.cpp
FloatUtils: Replace quieting SNaNs via 0.0 + x with MakeQuiet
2025-08-17 11:24:38 -04:00
FloatUtils.h
FloatUtils: Move MakeQuiet function here from Interpreter_FPUtils
2025-08-17 11:23:12 -04:00
FormatUtil.h
FPURoundMode.h
Functional.h
Common/Functional: Add InvokerOf template which can convert function pointers to functor types.
2025-11-18 14:19:21 -06:00
GekkoDisassembler.cpp
GekkoDisassembler.h
GenericCPUDetect.cpp
GenericFPURoundMode.cpp
Hash.cpp
Hash.h
HookableEvent.h
HookableEvent: Allow hooks to be added and removed from within a Trigger callback. This fixes a deadlock in FIFOFifoRecorder.
2025-11-21 16:58:20 -06:00
HostDisassembler.cpp
HostDisassembler.h
HRWrap.cpp
HRWrap.h
HttpRequest.cpp
HttpRequest.h
Image.cpp
Image.h
IniFile.cpp
IniFile.h
Inline.h
Intrinsics.h
IOFile.cpp
Common/IOFile: Remove the Duplicate function. The duplicate handles shared a read/write position making them effectively not thread-safe.
2025-11-09 03:08:14 -06:00
IOFile.h
Common/IOFile: Remove the Duplicate function. The duplicate handles shared a read/write position making them effectively not thread-safe.
2025-11-09 03:08:14 -06:00
JitRegister.cpp
JitRegister: Remove OProfile profiler
2025-10-26 20:48:15 +01:00
JitRegister.h
JsonUtil.cpp
JsonUtil.h
Lazy.h
LdrWatcher.cpp
LdrWatcher.h
LinearDiskCache.h
make_scmrev.h.js
MathUtil.h
MathUtil: Simplify SaturatingCast implementation with std::cmp_less/cmp_greater and fix a floating point edge case.
2025-08-27 21:24:46 -05:00
Matrix.cpp
Common: add transpose function to Matrix class
2025-09-17 11:14:09 -05:00
Matrix.h
Common: add transpose function to Matrix class
2025-09-17 11:14:09 -05:00
MemArena.h
MemArenaAndroid.cpp
MemArenaDarwin.cpp
MemArenaUnix.cpp
MemArenaWin.cpp
MemoryUtil.cpp
MemoryUtil.h
MinizipUtil.h
MsgHandler.cpp
MsgHandler.h
Mutex.h
Common: Add AtomicMutex and SpinMutex classes as faster alternatives to std::mutex.
2025-11-02 20:45:55 -06:00
NandPaths.cpp
NandPaths.h
Network.cpp
Common/Network: Add BluetoothAddress struct and string conversion functions.
2025-10-04 14:51:17 -05:00
Network.h
Common/Network: Add BluetoothAddress struct and string conversion functions.
2025-10-04 14:51:17 -05:00
OneShotEvent.h
Common: Introduce a OneShotEvent class. Unlike Common::Event, OneShotEvent is safe in situations when being immediately destructed.
2025-11-18 14:19:21 -06:00
PcapFile.cpp
PcapFile.h
treewide: convert GPLv2+ license info to SPDX tags
2021-07-05 04:35:56 +02:00
Profiler.cpp
Profiler.h
Projection.h
Common: Create Range Projections For std::pair
2025-03-09 13:19:41 -07:00
QoSSession.cpp
macoS: update QoSSession with SO_NET_SERVICE_TYPE.
2025-09-22 17:30:18 -04:00
QoSSession.h
Random.cpp
Random.h
Result.h
scmrev.h.in
SCMRevGen.vcxproj
ScopeGuard.h
Common/ScopeGuard: Fix move constructor.
2025-11-18 14:19:21 -06:00
SDCardUtil.cpp
SDCardUtil.h
Semaphore.h
SettingsHandler.cpp
SettingsHandler.h
Split SettingsHandler into separate reader and writer classes
2024-10-21 20:20:15 -07:00
SFMLHelper.cpp
SFMLHelper.h
SmallVector.h
SocketContext.cpp
SocketContext.h
SpanUtils.h
SPSCQueue.h
StringLiteral.h
StringUtil.cpp
StringUtil: Replace strerror with Common::LastStrerrorString.
2025-11-02 00:36:04 -05:00
StringUtil.h
StringUtil: Fix many clang-tidy warnings.
2025-11-02 00:36:04 -05:00
Swap.h
SymbolDB.cpp
PPCSymbolDB: Don't return non-const pointers
2025-07-27 17:03:57 +02:00
SymbolDB.h
PPCSymbolDB: Don't return non-const pointers
2025-07-27 17:03:57 +02:00
Thread.cpp
Thread.h
Timer.cpp
Common/Timer: Add a SteadyAwakeClock class which counts non-suspended system running time.
2025-07-24 23:56:10 -05:00
Timer.h
Common/Timer: Add a SteadyAwakeClock class which counts non-suspended system running time.
2025-07-24 23:56:10 -05:00
TimeUtil.cpp
TimeUtil.h
TraversalClient.cpp
TraversalClient.h
TraversalProto.h
TraversalServer.cpp
TypeUtils.h
MMU: Use templates for Read/Write functions
2025-10-08 11:27:06 +02:00
UnixUtil.h
Common: Add some utilities to a new UnixUtil header.
2025-10-04 14:51:17 -05:00
Unreachable.h
UPnP.cpp
UPnP.h
VariantUtil.h
Version.cpp
Version.h
Add user agent to headers for all RetroAchievements server calls
2024-06-03 00:24:43 -04:00
WaitableFlag.h
WindowsDevice.cpp
WindowsDevice: Silence missing property log spam
2025-10-13 11:55:12 -07:00
WindowsDevice.h
WindowsDevice: Add some utility functions for getting device properties using CfgMgr32.
2025-10-12 12:33:13 -05:00
WindowsRegistry.cpp
WindowsRegistry.h
WindowSystemInfo.h
WorkQueueThread.h
x64ABI.cpp
x64ABI.h
x64CPUDetect.cpp
x64Emitter.cpp
x64Emitter: Fix missing-declarations warning
2025-10-30 12:35:22 +01:00
x64Emitter.h
Jit64: Dynamic length of regular jump instruction (for known addresses)
2025-10-08 00:15:57 +02:00
x64FPURoundMode.cpp
x64Reg.h
x64Emitter: Support YMM registers
2025-09-02 22:15:16 +02:00