dolphin/Source/Core/Common
Lioncash 7a5577498b CommonTypes: Qualify standard integral types in typedefs with std::
Given a relatively recent proposal (P0657R0), which calls for deprecation of putting stuff into the global namespace when using C++ headers, this just futureproofs our code a little more.

Technically this is what we should have been doing initially, since an
implementation is allowed to not provide these types in the global
namespace and still be compliant.
2017-08-20 19:34:52 -04:00
..
Compat Common: Add a std::variant implementation 2017-06-03 12:36:24 +02:00
Config Config: Fix Movie config loading/saving 2017-08-11 15:36:32 +08:00
Crypto msvc: disable unused symbol warning in Core/Common/Crypto/ec.cpp 2017-06-07 18:44:03 -07:00
GL Merge pull request #5856 from stenzek/optimus-crash 2017-08-05 00:54:28 -07:00
Logging WFS: Use a separate log type for WFS related logs 2017-08-16 22:27:29 +02:00
Align.h
Analytics.cpp Common: Add HttpRequest to simplify HTTP requests 2017-06-13 12:52:31 +02:00
Analytics.h Analytics: Set the timeout to 5 seconds 2017-06-18 23:16:03 +02:00
Arm64Emitter.cpp JitArm64: Fix LSL/LSR/ROR/ASR wrappers. 2017-08-12 00:00:41 +02:00
Arm64Emitter.h JitArm64: Fix LSL/LSR/ROR/ASR wrappers. 2017-08-12 00:00:41 +02:00
ArmCommon.h
ArmCPUDetect.cpp ArmCPUDetect: Add missing include 2017-04-21 11:03:40 +01:00
Assert.h Fix two small lint errors 2017-08-13 19:06:10 -07:00
Atomic_GCC.h
Atomic_Win32.h
Atomic.h
BitField.h BitField: Add StartBit() and NumBits() accessors 2017-07-30 12:38:49 +10:00
BitField.natvis
BitSet.h
BitUtils.h Add function testing whether a bitmask is valid. 2017-06-22 20:22:53 +02:00
BlockingLoop.h BlockingLoop: fix unhandled enum value warning 2017-06-26 23:34:33 -07:00
CDUtils.cpp
CDUtils.h
ChunkFile.h DolphinWX: defer gamelist scanning and switch to single-file cache. 2017-06-23 17:25:53 -07:00
CMakeLists.txt CMake: use miniupnpc target instead of global vars 2017-08-17 13:15:02 -07:00
CodeBlock.h Remove code for only allocating low memory 2017-05-20 09:35:53 +02:00
ColorUtil.cpp
ColorUtil.h
Common.h Drop remnants of the plugin system 2017-05-19 19:13:16 +02:00
Common.vcxproj Common: extract UPnP namespace from NetPlayServer 2017-08-13 18:50:51 -07:00
Common.vcxproj.filters Common: extract UPnP namespace from NetPlayServer 2017-08-13 18:50:51 -07:00
CommonFuncs.cpp CommonFuncs: LastStrerrorString added 2017-08-18 20:08:50 +01:00
CommonFuncs.h CommonFuncs: LastStrerrorString added 2017-08-18 20:08:50 +01:00
CommonPaths.h
CommonTypes.h CommonTypes: Qualify standard integral types in typedefs with std:: 2017-08-20 19:34:52 -04:00
CompatPatches.cpp [windows]: Apply compatibility patches to problematic gamepad vibration drivers. 2017-06-15 21:21:01 -07:00
CPUDetect.h
DebugInterface.h Fix memory breakpoint when checking the middle of the data 2017-03-18 22:48:57 -04:00
ENetUtil.cpp
ENetUtil.h
Event.h
FifoQueue.h
File.cpp File: Make GetSize() a const member function 2017-08-06 07:57:43 -04:00
File.h File: Make GetSize() a const member function 2017-08-06 07:57:43 -04:00
FileSearch.cpp Fix DoFileSearch for non-ASCII extensions on Windows 2017-06-28 09:50:02 +02:00
FileSearch.h replace DoFileSearch with optimized version 2017-06-23 17:25:53 -07:00
FileUtil.cpp CommonFuncs: LastStrerrorString added 2017-08-18 20:08:50 +01:00
FileUtil.h FileUtil: Add a class for Exists/IsDirectory/GetSize 2017-06-29 19:07:29 +02:00
FixedSizeQueue.h
Flag.h
FPURoundMode.h
GekkoDisassembler.cpp
GekkoDisassembler.h
GenericCPUDetect.cpp
GenericFPURoundMode.cpp
Hash.cpp Common/Hash: small cleanup 2017-05-03 06:40:52 +01:00
Hash.h Common/Hash: small cleanup 2017-05-03 06:40:52 +01:00
HttpRequest.cpp HttpRequest: Use std::chrono for indicating time periods 2017-06-18 15:48:37 -04:00
HttpRequest.h HttpRequest: Use std::chrono for indicating time periods 2017-06-18 15:48:37 -04:00
IniFile.cpp Replace StringFromInt with std::to_string 2017-07-05 13:49:33 +02:00
IniFile.h IniFile: Provide an rvalue reference overload for SetLines 2017-03-22 18:49:13 -04:00
Intrinsics.h
JitRegister.cpp Move IOFile to a separate file 2017-06-15 21:33:50 +02:00
JitRegister.h
Lazy.h Common: Add a Lazy type 2017-07-04 20:58:03 +02:00
LdrWatcher.cpp [windows]: Apply compatibility patches to problematic gamepad vibration drivers. 2017-06-15 21:21:01 -07:00
LdrWatcher.h [windows]: Apply compatibility patches to problematic gamepad vibration drivers. 2017-06-15 21:21:01 -07:00
LinearDiskCache.h Add a namespace to OpenFStream 2017-06-15 21:34:04 +02:00
make_scmrev.h.js
MathUtil.cpp MathUtil: References can be const 2017-04-12 06:15:18 +01:00
MathUtil.h fix various instances of -1 being assigned to unsigned types 2017-06-07 19:52:07 -07:00
MD5.cpp DiscIO: Remove C/I/S prefixes from class names 2017-06-06 12:31:59 +02:00
MD5.h
MemArena.cpp CommonFuncs: LastStrerrorString added 2017-08-18 20:08:50 +01:00
MemArena.h
MemoryUtil.cpp CommonFuncs: LastStrerrorString added 2017-08-18 20:08:50 +01:00
MemoryUtil.h remove MemUsage, and therefor psapi dependency 2017-06-08 22:25:46 -07:00
MsgHandler.cpp MsgHandler: small cleanup 2017-08-03 13:29:59 -07:00
MsgHandler.h MsgHandler: small cleanup 2017-08-03 13:29:59 -07:00
NandPaths.cpp WFS/NAND: Better handle GID. 2017-08-15 22:29:10 +02:00
NandPaths.h WFS/NAND: Better handle GID. 2017-08-15 22:29:10 +02:00
Network.cpp
Network.h
NonCopyable.h NonCopyable: Allow moving 2017-08-01 20:50:11 +02:00
PcapFile.cpp Move IOFile to a separate file 2017-06-15 21:33:50 +02:00
PcapFile.h Move IOFile to a separate file 2017-06-15 21:33:50 +02:00
PerformanceCounter.cpp
PerformanceCounter.h
Profiler.cpp fix various instances of -1 being assigned to unsigned types 2017-06-07 19:52:07 -07:00
Profiler.h
scmrev.h.in
SCMRevGen.vcxproj SCMRevGen: Use DisableFastUpToDateCheck 2017-06-24 17:34:21 +01:00
ScopeGuard.h
SDCardUtil.cpp CommonFuncs: LastStrerrorString added 2017-08-18 20:08:50 +01:00
SDCardUtil.h
Semaphore.h
SettingsHandler.cpp SettingsHandler: Fix generated serial numbers 2017-08-08 23:25:40 +08:00
SettingsHandler.h
StringUtil.cpp Replace StringFromInt with std::to_string 2017-07-05 13:49:33 +02:00
StringUtil.h Replace StringFromInt with std::to_string 2017-07-05 13:49:33 +02:00
Swap.h
SymbolDB.cpp SymbolDB: Blank stripped symbol name fixed 2017-08-16 04:07:19 +01:00
SymbolDB.h SymbolDB: Blank stripped symbol name fixed 2017-08-16 04:07:19 +01:00
SysConf.cpp Config: Include SYSCONF in base layer 2017-08-11 15:36:31 +08:00
SysConf.h Config: Include SYSCONF in base layer 2017-08-11 15:36:31 +08:00
Thread.cpp fix various instances of -1 being assigned to unsigned types 2017-06-07 19:52:07 -07:00
Thread.h
Timer.cpp
Timer.h
TraversalClient.cpp TraversalClient: make FailureReason an enum class 2017-08-08 15:29:56 -07:00
TraversalClient.h TraversalClient: make FailureReason an enum class 2017-08-08 15:29:56 -07:00
TraversalProto.h
TraversalServer.cpp
UPnP.cpp UPnP: use value-initialization instead of std::memset 2017-08-13 18:50:53 -07:00
UPnP.h Common: extract UPnP namespace from NetPlayServer 2017-08-13 18:50:51 -07:00
Version.cpp
x64ABI.cpp
x64ABI.h
x64CPUDetect.cpp
x64Emitter.cpp x64Emitter: Allow code alignment to arbitrary power of 2 2017-04-12 08:41:51 +01:00
x64Emitter.h x64Emitter: Allow code alignment to arbitrary power of 2 2017-04-12 08:41:51 +01:00
x64FPURoundMode.cpp
x64Reg.h