..
Assembler
Simplify std::fill with std::array::fill
2024-10-09 17:26:10 -07:00
Config
C++20: Synthesize operator!= From operator==
2024-10-10 20:23:55 -07:00
Crypto
Modernize std::all_of with ranges
2024-12-15 19:50:34 -08:00
Debug
Modernize std::any_of with ranges
2024-12-15 19:54:16 -08:00
GL
Adjust order and spacing of various #includes
2024-07-26 14:28:34 -07:00
Logging
Align.h
Analytics.cpp
Analytics.h
AndroidAnalytics.cpp
AndroidAnalytics.h
Arm64Emitter.cpp
Emitters: Define Trivial Getters Inline
2024-07-21 21:35:29 -07:00
Arm64Emitter.h
Emitters: Define Trivial Getters Inline
2024-07-21 21:35:29 -07:00
ArmCommon.h
ArmCPUDetect.cpp
StringUtil: Remove JoinStrings
2024-09-22 21:09:36 -07:00
ArmFPURoundMode.cpp
Assert.h
BitField.h
Remove redundant semicolons
2024-08-20 14:59:54 +02:00
BitField.natvis
BitSet.h
Merge pull request #12473 from Dentomologist/bitset64_fix_iterator_incrementation
2024-01-01 22:03:11 +01:00
BitUtils.h
BitUtils: Constexpr BitCastToArray, Remove BitCastFromArray
2024-08-16 12:21:49 -07:00
BlockingLoop.h
build_info.txt.in
ChunkFile.h
CMakeLists.txt
Common: Create "Contains.h" Algorithm Header
2025-01-01 09:52:01 -08:00
CodeBlock.h
Cached Interpreter 2.0
2024-07-23 14:06:21 -07:00
ColorUtil.cpp
Adjust order and spacing of various #includes
2024-07-26 14:28:34 -07:00
ColorUtil.h
Common.h
CommonFuncs.cpp
Common: Fix encoding handling in GetWin32ErrorString
2023-12-29 16:01:13 +01:00
CommonFuncs.h
Fix comments
2024-08-13 06:58:23 +02:00
CommonPaths.h
UICommon: Remove Steam user directory logic
2024-08-15 12:42:16 -04:00
CommonTypes.h
CompatPatches.cpp
Remove redundant semicolons
2024-08-20 14:59:54 +02:00
Contains.h
Common: Create "Contains.h" Algorithm Header
2025-01-01 09:52:01 -08:00
CPUDetect.h
DynamicLibrary.cpp
DynamicLibrary.h
ENet.cpp
ENet.h
EnumFormatter.h
EnumMap.h
EnumMap.natvis
EnumUtils.h
Event.h
FatFsUtil.cpp
Modernize std::all_of with ranges
2024-12-15 19:50:34 -08:00
FatFsUtil.h
FileSearch.cpp
Merge pull request #13116 from mitaclaw/ranges-modernization-8-trivial-of
2024-12-26 16:51:53 -05:00
FileSearch.h
FileUtil.cpp
Modernize std::replace with ranges
2024-10-10 00:53:48 -07:00
FileUtil.h
AchievementManager: Cache Badges on Disk
2024-07-04 22:12:28 +02:00
FixedSizeQueue.h
Flag.h
FloatUtils.cpp
Replace Common::BitCast with std::bit_cast
2024-05-03 18:43:51 -07:00
FloatUtils.h
Replace Common::BitCast with std::bit_cast
2024-05-03 18:43:51 -07:00
FormatUtil.h
FPURoundMode.h
GekkoDisassembler.cpp
GekkoDisassembler.h
GenericCPUDetect.cpp
GenericFPURoundMode.cpp
Hash.cpp
Remove redundant 32-bit code
2023-11-28 23:03:26 +11:00
Hash.h
HookableEvent.h
Common/HookableEvent: std::move callback instance in Register()
2024-01-31 13:16:50 -05:00
HostDisassembler.cpp
DolphinQt: JIT Widget Refresh
2024-10-19 02:30:44 -07:00
HostDisassembler.h
DolphinQt: JIT Widget Refresh
2024-10-19 02:30:44 -07:00
HRWrap.cpp
HRWrap.h
HttpRequest.cpp
Common/HTTP: Implement Multiform
2023-12-01 19:52:21 +01:00
HttpRequest.h
Common/HTTP: Implement Multiform
2023-12-01 19:52:21 +01:00
Image.cpp
Image.h
IniFile.cpp
Modernize std::find with ranges
2024-10-10 15:28:11 -07:00
IniFile.h
IniFile: Migrate Common::CaseInsensitiveLess to StringUtil
2024-09-21 23:15:42 -07:00
Inline.h
Intrinsics.h
Remove _M_X86 in favour of _M_X86_64
2023-11-28 23:03:20 +11:00
IOFile.cpp
IOFile.h
IOFile: avoid clearing errors on null file struct
2024-02-11 20:55:31 -05:00
JitRegister.cpp
JitRegister.h
JsonUtil.cpp
Common: add file serialization/deserialization functions for JSON
2024-05-31 22:36:12 -05:00
JsonUtil.h
Common: update json util function for converting to numeric value to use a static_cast. As discussed, a Saturating cast doesn't make sense when converting a double to a float
2024-05-31 23:08:05 -05:00
Lazy.h
LdrWatcher.cpp
Remove redundant semicolons
2024-08-20 14:59:54 +02:00
LdrWatcher.h
LinearDiskCache.h
make_scmrev.h.js
ScmRevGen: Set commits ahead to zero when on a tag
2024-06-29 22:59:40 -04:00
MathUtil.h
Matrix.cpp
Common: add determinant functions to Matrix33 and Matrix44
2024-01-24 23:02:57 -06:00
Matrix.h
Common: add determinant functions to Matrix33 and Matrix44
2024-01-24 23:02:57 -06:00
MemArena.h
Common/MemArenaWin: Rewrite LazyMemoryRegion to manually map memory blocks into the large memory region as needed.
2023-12-09 21:11:31 +01:00
MemArenaAndroid.cpp
MemArenaUnix.cpp
MemArenaWin.cpp
Common/MemArenaWin: Rewrite LazyMemoryRegion to manually map memory blocks into the large memory region as needed.
2023-12-09 21:11:31 +01:00
MemoryUtil.cpp
MemoryUtil.h
MinizipUtil.h
MsgHandler.cpp
MsgHandler.h
NandPaths.cpp
Simplify std::find with Common::Contains
2025-01-01 09:52:03 -08:00
NandPaths.h
Network.cpp
Modernize std::copy with ranges
2024-10-10 00:53:48 -07:00
Network.h
PcapFile.cpp
PcapFile.h
Profiler.cpp
Profiler.h
Remove redundant semicolons
2024-08-20 14:59:54 +02:00
QoSSession.cpp
QoSSession.h
Random.cpp
Random.h
Result.h
scmrev.h.in
Replace SCM_IS_MASTER with SCM_COMMITS_AHEAD_MASTER
2024-03-23 16:48:52 -05:00
SCMRevGen.vcxproj
ScopeGuard.h
SDCardUtil.cpp
SDCardUtil.h
Semaphore.h
SettingsHandler.cpp
Split SettingsHandler into separate reader and writer classes
2024-10-21 20:20:15 -07:00
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
Socket: Fix connect issues when using ReShade
2024-06-11 12:18:42 +04:00
SocketContext.h
rewrite tapserver interface for better error handling
2024-03-17 18:37:55 -07:00
SpanUtils.h
VideoCommon: Use GetSpanForAddress safely in texture decoding
2024-04-20 18:31:08 +02:00
SPSCQueue.h
StringLiteral.h
StringUtil.cpp
Modernize std::replace with ranges
2024-10-10 00:53:48 -07:00
StringUtil.h
StringUtil: More Wrappers For <cctype>
2024-12-15 19:50:34 -08:00
Swap.h
SymbolDB.cpp
SymbolDB.h
Core: Store object name separately for symbols
2024-11-11 12:36:53 -05:00
Thread.cpp
Thread.h
Timer.cpp
Timer.h
TimeUtil.cpp
Common: Add utility function that wraps localtime_s() or localtime_t().
2024-02-18 04:40:25 +01:00
TimeUtil.h
Common: Add utility function that wraps localtime_s() or localtime_t().
2024-02-18 04:40:25 +01:00
TraversalClient.cpp
TraversalClient: Resolve -Wsign-compare warning
2023-12-11 18:01:29 -05:00
TraversalClient.h
TraversalProto.h
TraversalServer.cpp
Common/TraversalServer: Make use of fmt more
2023-12-18 13:08:57 -05:00
TypeUtils.h
TypeUtils: Remove Common::Fill
2024-08-22 17:29:26 -07:00
Unreachable.h
BranchWatchTableModel: Assume Unreachable Code Truly Is
2024-06-05 19:59:39 -07:00
UPnP.cpp
UPnP.h
VariantUtil.h
Version.cpp
Add user agent to headers for all RetroAchievements server calls
2024-06-03 00:24:43 -04:00
Version.h
Add user agent to headers for all RetroAchievements server calls
2024-06-03 00:24:43 -04:00
WindowsRegistry.cpp
Remove redundant semicolons
2024-08-20 14:59:54 +02:00
WindowsRegistry.h
Remove redundant semicolons
2024-08-20 14:59:54 +02:00
WindowSystemInfo.h
WorkQueueThread.h
x64ABI.cpp
x64ABI.h
Fix comments
2024-08-13 06:58:23 +02:00
x64CPUDetect.cpp
StringUtil: Remove JoinStrings
2024-09-22 21:09:36 -07:00
x64Emitter.cpp
Emitters: Define Trivial Getters Inline
2024-07-21 21:35:29 -07:00
x64Emitter.h
C++20: Synthesize operator!= From operator==
2024-10-10 20:23:55 -07:00
x64FPURoundMode.cpp
x64Reg.h