dolphin/Source/Core/Common
2024-08-14 23:54:16 +01:00
..
Assembler Change OperandDesc variables to not be underscore-prefixed in order to comply with https://eel.is/c++draft/lex.name#3.1 (fixes compilation under newlib; e.g. devkitPro) 2024-07-21 18:35:38 +02:00
Config
Crypto Adjust order and spacing of various #includes 2024-07-26 14:28:34 -07:00
Debug Watches: Make use of std::erase_if 2023-12-12 13:24:40 -05: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 Add OpenBSD/arm64 support. 2024-05-22 14:32:37 -04:00
ArmFPURoundMode.cpp
Assert.h
BitField.h
BitField.natvis
BitSet.h Merge pull request #12473 from Dentomologist/bitset64_fix_iterator_incrementation 2024-01-01 22:03:11 +01:00
BitUtils.h Replace Common::BitCast with std::bit_cast 2024-05-03 18:43:51 -07:00
BlockingLoop.h
build_info.txt.in
ChunkFile.h
CMakeLists.txt Merge pull request #12798 from mitaclaw/branch-watch-tool-fixes-2 2024-06-15 16:57:05 +02: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 AchievementManager: Cache Badges on Disk 2024-07-04 22:12:28 +02:00
CommonTypes.h
CompatPatches.cpp
CPUDetect.h
DynamicLibrary.cpp
DynamicLibrary.h
ENet.cpp
ENet.h
EnumFormatter.h
EnumMap.h
EnumMap.natvis
EnumUtils.h
Event.h
FatFsUtil.cpp FatFsUtil: Generate a non-partitioned image in our folder-to-sdcard conversion. 2024-06-04 15:17:05 -05:00
FatFsUtil.h
FileSearch.cpp
FileSearch.h
FileUtil.cpp Implement File::GetExePath() for FreeBSD 2024-07-07 21:09:50 +02: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
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 Use 'contains' method 2024-08-14 22:18:28 +02:00
IniFile.h
Inline.h
Intrinsics.h
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
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
NandPaths.h
Network.cpp Replace Common::BitCast with std::bit_cast 2024-05-03 18:43:51 -07:00
Network.h
PcapFile.cpp
PcapFile.h
Profiler.cpp
Profiler.h
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 Eliminate SettingsHandler's SetBytes and Reset methods 2024-04-23 17:19:01 -07:00
SettingsHandler.h Eliminate SettingsHandler's SetBytes and Reset methods 2024-04-23 17:19:01 -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 improve NetBSD-specific code 2024-05-03 15:12:29 +00:00
StringUtil.h
Swap.h
SymbolDB.cpp
SymbolDB.h
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
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
WindowsRegistry.h
WindowSystemInfo.h
WorkQueueThread.h
x64ABI.cpp
x64ABI.h Fix comments 2024-08-13 06:58:23 +02:00
x64CPUDetect.cpp
x64Emitter.cpp Emitters: Define Trivial Getters Inline 2024-07-21 21:35:29 -07:00
x64Emitter.h Emitters: Define Trivial Getters Inline 2024-07-21 21:35:29 -07:00
x64FPURoundMode.cpp
x64Reg.h