dolphin/Source/Core/Common
Léo Lam 4711b76cc4
Merge pull request #8655 from Techjar/fix-hotkey-groups
Core/HotkeyManager: Fix group names in config
2020-03-18 12:03:07 +01:00
..
Config Merge pull request #8530 from s-daveb/master 2020-01-13 20:21:08 +10:00
Crypto Common: Use nested namespace specifiers where applicable 2019-06-17 16:36:48 -04:00
Debug Use std::istringstream or std::ostringstream instead of std::stringstream where possible. 2019-12-29 23:45:02 -05:00
GL MacOS: Dispatch GL calls to main thread to prevent crashes on Catalina 2020-01-01 23:06:19 -05:00
Logging Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
Align.h
Analytics.cpp Common/Analytics: Convert std::string overload into std::string_view 2019-06-05 13:24:31 -04:00
Analytics.h Common/Analytics: Replace mutex with shared_mutex and minor cleanups. 2020-01-25 14:04:00 -06:00
AndroidAnalytics.cpp
AndroidAnalytics.h
Arm64Emitter.cpp CMake: Fix building ARM64 on Windows 2020-02-12 12:29:31 +01:00
Arm64Emitter.h
ArmCommon.h
ArmCPUDetect.cpp Compile fixes for Windows-on-ARM64 2019-12-28 19:20:41 +10:00
Assert.h Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
Atomic_GCC.h
Atomic_Win32.h
Atomic.h
BitField.h
BitField.natvis
BitSet.h
BitUtils.h InputCommon: Add types to ControllerEmu that represent raw controller inputs and calibration data to calculate normalized input values. 2020-02-17 15:57:43 -06:00
BlockingLoop.h
CDUtils.cpp Remove obsolete "Windows compatibility" macros 2019-10-07 22:46:37 +02:00
CDUtils.h
ChunkFile.h Add support for std::optional to PointerWrap 2020-01-04 11:43:26 -08:00
CMakeLists.txt CMake: Fix building ARM64 on Windows 2020-02-12 12:29:31 +01:00
CodeBlock.h
ColorUtil.cpp
ColorUtil.h
Common.h Remove obsolete "Windows compatibility" macros 2019-10-07 22:46:37 +02:00
Common.vcxproj Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
Common.vcxproj.filters Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
CommonFuncs.cpp Move GetModuleName to Common 2019-10-07 22:46:36 +02:00
CommonFuncs.h Move GetModuleName to Common 2019-10-07 22:46:36 +02:00
CommonPaths.h Rename all instances of "CemuhookUDPServer"/"UDPServer" to "DualShockUDPClient"/"DSUClient". 2019-10-27 16:05:22 +01:00
CommonTypes.h
CompatPatches.cpp Prefer MessageBoxW to MessageBoxA 2019-11-23 13:56:05 +00:00
Compiler.h
CPUDetect.h x64CPUDetect: Add flag for slow PDEP/PEXT on AMD Zen 2020-01-26 22:09:46 -05:00
DebugInterface.h Common/DebugInterface: Remove GetInstructionSize() 2019-07-09 14:19:40 -04:00
DynamicLibrary.cpp Common: Use fmt where applicable 2019-06-14 15:04:09 -04:00
DynamicLibrary.h
ENetUtil.cpp
ENetUtil.h
Event.h
File.cpp
File.h
FileSearch.cpp Work around C++20 std::filesystem changes related to u8string 2019-06-21 18:34:21 +02:00
FileSearch.h
FileUtil.cpp Merge pull request #8393 from CookiePLMonster/long-paths 2019-11-09 21:10:16 +01:00
FileUtil.h Merge pull request #8393 from CookiePLMonster/long-paths 2019-11-09 21:10:16 +01:00
FixedSizeQueue.h FixedSizeQueue: Work around GCC generating large amounts of debug info 2019-10-06 16:23:45 +10:00
Flag.h
FloatUtils.cpp
FloatUtils.h
FPURoundMode.h
GekkoDisassembler.cpp Common/GekkoDisassembler: Don't print out '\0' as a character 2019-07-03 20:12:50 -04:00
GekkoDisassembler.h Common/GekkoDisassembler: Don't print out '\0' as a character 2019-07-03 20:12:50 -04:00
GenericCPUDetect.cpp
GenericFPURoundMode.cpp
Hash.cpp CMake: Fix building ARM64 on Windows 2020-02-12 12:29:31 +01:00
Hash.h
HttpRequest.cpp Fix out of bounds read in HttpRequest::Impl::Fetch logging 2019-06-23 21:44:51 +02:00
HttpRequest.h
Image.cpp
Image.h
IniFile.cpp Common/IniFile: Add Exists function for section name only 2020-02-29 01:39:36 -05:00
IniFile.h Common/IniFile: Add Exists function for section name only 2020-02-29 01:39:36 -05:00
Intrinsics.h
JitRegister.cpp Common: Use fmt where applicable 2019-06-14 15:04:09 -04:00
JitRegister.h
Lazy.h
LdrWatcher.cpp
LdrWatcher.h
LinearDiskCache.h
make_scmrev.h.js
MathUtil.cpp
MathUtil.h MathUtil: Add RunningMean/RunningVariance classes. 2020-02-17 15:57:43 -06:00
Matrix.cpp WiimoteEmu: Make the "Total Yaw" setting work again. 2020-01-09 13:11:13 -06:00
Matrix.h Common: Add additional Vector operations. 2020-02-17 15:57:43 -06:00
MD5.cpp Common: Use fmt where applicable 2019-06-14 15:04:09 -04:00
MD5.h
MemArena.cpp
MemArena.h
MemoryUtil.cpp
MemoryUtil.h
MinizipUtil.h VolumeVerifier: Add zip support for datfile 2019-08-24 16:37:19 +02:00
MsgHandler.cpp Improve thread safety and remove an unnecessary string allocation from MsgAlert 2019-07-20 21:03:45 +02:00
MsgHandler.h Common/MsgHandler: Namespace code within the Common namespace 2019-06-19 16:03:55 -04:00
NandPaths.cpp Common: Use fmt where applicable 2019-06-14 15:04:09 -04:00
NandPaths.h
Network.cpp Common/Network: Use std::nullopt in StringToMacAddress 2019-12-06 09:59:11 -05:00
Network.h Common/Network: Make StringToMacAddress use a string_view 2019-12-06 09:45:25 -05:00
PcapFile.cpp
PcapFile.h
PerformanceCounter.cpp
PerformanceCounter.h
Profiler.cpp
Profiler.h
QoSSession.cpp
QoSSession.h
Random.cpp
Random.h
Result.h
scmrev.h.in
SCMRevGen.vcxproj Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
ScopeGuard.h Common: Avoid std::function overhead in ScopeGuard 2020-02-15 21:33:31 +01:00
SDCardUtil.cpp
SDCardUtil.h
Semaphore.h
SettingsHandler.cpp Fix settings.txt parsing in case of weird line endings 2020-03-15 00:12:19 +01:00
SettingsHandler.h Common/SettingsHandler: Use std::string_view where applicable 2019-07-16 04:15:25 -04:00
SFMLHelper.cpp
SFMLHelper.h
SPSCQueue.h
StringUtil.cpp StringUtil: Add PathToFileName function 2020-03-16 21:03:34 +01:00
StringUtil.h StringUtil: Add PathToFileName function 2020-03-16 21:03:34 +01:00
Swap.h
SymbolDB.cpp Common/SymbolDB: Use std::string_view where applicable 2019-06-16 01:10:02 -04:00
SymbolDB.h Common/SymbolDB: Use std::string_view where applicable 2019-06-16 01:10:02 -04:00
Thread.cpp
Thread.h
Timer.cpp Common: Use fmt where applicable 2019-06-14 15:04:09 -04:00
Timer.h
TraversalClient.cpp
TraversalClient.h
TraversalProto.h
TraversalServer.cpp TraversalServer: use C++ <chrono> instead of gettimeofday 2019-05-10 21:33:26 +02:00
UPnP.cpp
UPnP.h
VariantUtil.h Common: Add missing header guards 2019-06-17 18:37:56 -04:00
Version.cpp
Version.h
WindowSystemInfo.h Common: Add a render_window field to WindowSystemInfo 2020-03-11 23:09:30 +10:00
WorkQueueThread.h Improvements to WorkQueueThread 2019-10-08 22:57:33 +02:00
x64ABI.cpp
x64ABI.h
x64CPUDetect.cpp x64CPUDetect: Add flag for slow PDEP/PEXT on AMD Zen 2020-01-26 22:09:46 -05:00
x64Emitter.cpp X64Emitter: Remove obsolete TODO 2020-01-13 08:43:42 +01:00
x64Emitter.h x64Emitter: Remove unused macros 2020-01-13 08:43:42 +01:00
x64FPURoundMode.cpp
x64Reg.h