dolphin/Source/Core/Common
Lioncash b1b9c6aa1e Common/DebugInterface: Default virtual destructor
While we're at it, we can also default the constructor and destructor of
inheriting classes in their respective cpp file to prevent the
construction and destruction of non-trivial types being inlined into
other regions of code.
2019-07-08 17:44:58 -04:00
..
Config Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Crypto Common: Use nested namespace specifiers where applicable 2019-06-17 16:36:48 -04:00
Debug Common/Watches: std::move strings where applicable 2019-07-08 17:41:06 -04:00
GL Common: Add missing header guards 2019-06-17 18:37:56 -04:00
Logging Common: Use fmt where applicable 2019-06-14 15:04:09 -04: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: Convert std::string overload into std::string_view 2019-06-05 13:24:31 -04:00
AndroidAnalytics.cpp
AndroidAnalytics.h
Arm64Emitter.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Arm64Emitter.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
ArmCommon.h
ArmCPUDetect.cpp Common: Use fmt where applicable 2019-06-14 15:04:09 -04:00
Assert.h
Atomic_GCC.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Atomic_Win32.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Atomic.h
BitField.h
BitField.natvis
BitSet.h BitSet: Add << operator 2018-10-28 17:57:46 +00:00
BitUtils.h WiimoteEmu: Code cleanups. 2019-02-02 19:40:31 -06:00
BlockingLoop.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
CDUtils.cpp Common: Use fmt where applicable 2019-06-14 15:04:09 -04:00
CDUtils.h
ChunkFile.h ChunkFile: Don't access element zero of empty container 2019-02-10 13:28:50 +10:00
CMakeLists.txt Common/CMakeLists: Link in fmt 2019-06-10 15:26:46 -04:00
CodeBlock.h
ColorUtil.cpp
ColorUtil.h
Common.h
Common.vcxproj Common: Add DynamicLibrary helper class 2019-03-29 19:52:33 +10:00
Common.vcxproj.filters Common: Add DynamicLibrary helper class 2019-03-29 19:52:33 +10:00
CommonFuncs.cpp
CommonFuncs.h Common/CommonFuncs: Remove now-unneccessary ArraySize function 2019-06-01 10:07:57 -04:00
CommonPaths.h Merge pull request #8069 from iwubcode/passive_support 2019-05-12 15:15:34 +10:00
CommonTypes.h
CompatPatches.cpp Common: Use fmt where applicable 2019-06-14 15:04:09 -04:00
Compiler.h Replace custom UNUSED macro with [[maybe_unused]] 2019-05-04 23:04:18 +02:00
CPUDetect.h
DebugInterface.h Common/DebugInterface: Default virtual destructor 2019-07-08 17:44:58 -04:00
DynamicLibrary.cpp Common: Use fmt where applicable 2019-06-14 15:04:09 -04:00
DynamicLibrary.h Common: Add DynamicLibrary helper class 2019-03-29 19:52:33 +10:00
ENetUtil.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
ENetUtil.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Event.h Minor changes to usages of std::condition_variable. 2019-04-06 17:39:25 -05:00
File.cpp
File.h Fix sram accesses. 2018-09-29 22:52:29 -07:00
FileSearch.cpp Work around C++20 std::filesystem changes related to u8string 2019-06-21 18:34:21 +02:00
FileSearch.h
FileUtil.cpp Common/FileUtil: Use std::string::data within ReadFileToString 2019-05-29 07:06:56 -04:00
FileUtil.h Common/FileUtil: Use std::string_view with WriteStringToFile 2019-05-29 07:06:56 -04:00
FixedSizeQueue.h Reformat all the things! 2018-04-12 21:28:39 +02:00
Flag.h
FloatUtils.cpp
FloatUtils.h
FPURoundMode.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
GekkoDisassembler.cpp Common/GekkoDisassembler: Use std::string_view where applicable 2019-06-16 19:51:23 -04:00
GekkoDisassembler.h Common/GekkoDisassembler: Use std::string_view where applicable 2019-06-16 19:51:23 -04:00
GenericCPUDetect.cpp
GenericFPURoundMode.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Hash.cpp
Hash.h
HttpRequest.cpp Fix out of bounds read in HttpRequest::Impl::Fetch logging 2019-06-23 21:44:51 +02:00
HttpRequest.h Common/HttpRequest: Add option to allow non 200 response codes 2019-04-13 12:58:23 +02:00
Image.cpp
Image.h
IniFile.cpp Common/IniFile: Make use of std::string_view where applicable 2019-06-16 18:20:08 -04:00
IniFile.h Common/IniFile: Make use of std::string_view where applicable 2019-06-16 18:20:08 -04:00
Intrinsics.h
JitRegister.cpp Common: Use fmt where applicable 2019-06-14 15:04:09 -04:00
JitRegister.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Lazy.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
LdrWatcher.cpp
LdrWatcher.h
LinearDiskCache.h
make_scmrev.h.js
MathUtil.cpp Common: Move Matrix classes out of MathUtil into their own files and make their interface more friendly. 2019-02-03 11:35:31 -06:00
MathUtil.h Replace MathUtil::Clamp with std::clamp 2019-05-04 23:12:17 +02:00
Matrix.cpp WiimoteEmu: Reimplement tilt/swing/camera/orientation data using matrix math. 2019-03-03 12:43:25 -06:00
Matrix.h WiimoteEmu: Improve emulated swing. 2019-04-23 19:02:41 -05: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
MsgHandler.cpp Common/MsgHandler: Namespace code within the Common namespace 2019-06-19 16:03:55 -04: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 NetPlay: Synchronize Mii data 2019-04-08 07:06:21 -04:00
Network.cpp Common: Use fmt where applicable 2019-06-14 15:04:09 -04:00
Network.h
PcapFile.cpp
PcapFile.h
PerformanceCounter.cpp
PerformanceCounter.h
Profiler.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Profiler.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
QoSSession.cpp Add Quality of Service (QoS) support 2018-03-09 00:11:18 +01:00
QoSSession.h
Random.cpp
Random.h
Result.h
scmrev.h.in
SCMRevGen.vcxproj Update to Visual Studio's default Windows SDK 2018-10-20 00:53:08 +01:00
ScopeGuard.h
SDCardUtil.cpp
SDCardUtil.h
Semaphore.h Common: Use GCD semaphores on macOS 2018-11-07 05:12:20 -08:00
SettingsHandler.cpp
SettingsHandler.h
SFMLHelper.cpp Improve SFMLHelper 2018-10-02 05:44:50 -04:00
SFMLHelper.h Improve SFMLHelper 2018-10-02 05:44:50 -04:00
SPSCQueue.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
StringUtil.cpp Work around C++20 std::filesystem changes related to u8string 2019-06-21 18:34:21 +02:00
StringUtil.h Work around C++20 std::filesystem changes related to u8string 2019-06-21 18:34:21 +02: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 NetPlay: Implement chunked data transfer 2018-11-19 06:37:09 -05:00
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 Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
VariantUtil.h Common: Add missing header guards 2019-06-17 18:37:56 -04:00
Version.cpp
Version.h
WindowSystemInfo.h VideoBackends: Store a backbuffer 'scale' 2019-01-25 11:15:57 +10:00
WorkQueueThread.h
x64ABI.cpp
x64ABI.h
x64CPUDetect.cpp
x64Emitter.cpp Merge pull request #8027 from MerryMage/MOVAPS 2019-05-22 15:05:17 +10:00
x64Emitter.h Common/x64Emitter: Resolve TODO in OpArg's operator== 2019-05-30 10:27:28 -04:00
x64FPURoundMode.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
x64Reg.h