dolphin/Source/Core/Common/Src
2013-09-16 12:58:20 +00:00
..
Crypto More cleaning. 2013-08-28 01:07:43 +12:00
ArmCPUDetect.cpp
ArmEmitter.cpp [ARM] VRSQRTE NEON emitter. 2013-09-16 12:58:20 +00:00
ArmEmitter.h [ARM] VRSQRTE NEON emitter. 2013-09-16 12:58:20 +00:00
Atomic_GCC.h
Atomic_Win32.h
Atomic.h
BreakPoints.cpp
BreakPoints.h
CDUtils.cpp Fix for old libc version on bionic. Old versions would crash if the second argument was NULL. 2013-09-04 02:04:31 -05:00
CDUtils.h
ChunkFile.h
ColorUtil.cpp
ColorUtil.h
Common.h Work around MSVC bug, and make it less likely to happen again. Ew. 2013-09-01 00:04:50 -04:00
CommonFuncs.h Improve the ArraySize function a bit now that c++11 isn't forbidden there. Error messages should be friendlier now. 2013-09-12 12:57:13 -05:00
CommonPaths.h Overlay local gameinis over global gameinis instead of copying. 2013-09-14 17:46:41 +02:00
CommonTypes.h
ConsoleListener.cpp
ConsoleListener.h
CPUDetect.h
DebugInterface.h
ExtendedTrace.cpp Fix a stack corruption in ExtendedTrace. 2013-08-08 20:29:20 +02:00
ExtendedTrace.h
FifoQueue.h
FileSearch.cpp
FileSearch.h
FileUtil.cpp Add a hacky check for text file size in ReadFileToString. Fixes issue 6455. 2013-09-16 06:57:44 +02:00
FileUtil.h Add a hacky check for text file size in ReadFileToString. Fixes issue 6455. 2013-09-16 06:57:44 +02:00
FixedSizeQueue.h
FPURoundMode.h
GenericFPURoundMode.cpp
Hash.cpp
Hash.h
IniFile.cpp Fix INIFile ignoring the last line of files 2013-09-16 05:28:14 +02:00
IniFile.h IniFile: Support extending the list of loaded keys and sections with data from other ini files. 2013-09-14 06:08:31 +02:00
LinearDiskCache.h
Log.h
LogManager.cpp
LogManager.h Replace OpenSSL with PolarSSL 2013-08-15 20:47:47 +12:00
MathUtil.cpp
MathUtil.h
MemArena.cpp [Android] Fix fastmem and enable. 2013-09-02 04:10:21 -05:00
MemArena.h
MemoryUtil.cpp
MemoryUtil.h
Misc.cpp
MsgHandler.cpp
MsgHandler.h
NandPaths.cpp
NandPaths.h
SDCardUtil.cpp
SDCardUtil.h
SettingsHandler.cpp A bunch of trivial changes to fix clang warnings. 2013-09-01 22:58:33 -04:00
SettingsHandler.h Fix headings and more. 2013-08-28 00:57:08 +12:00
stdafx.cpp
stdafx.h
StdConditionVariable.h [Android] Android NDK now supports full implementations of std::mutex, std::thread, and std::conditional_variable so there is no need to have our own implementations there now. 2013-08-29 22:29:33 -05:00
StdMutex.h [Android] Android NDK now supports full implementations of std::mutex, std::thread, and std::conditional_variable so there is no need to have our own implementations there now. 2013-08-29 22:29:33 -05:00
StdThread.h [Android] Android NDK now supports full implementations of std::mutex, std::thread, and std::conditional_variable so there is no need to have our own implementations there now. 2013-08-29 22:29:33 -05:00
StringUtil.cpp A few more warnings. 2013-09-01 23:33:35 -04:00
StringUtil.h
SymbolDB.cpp
SymbolDB.h
SysConf.cpp
SysConf.h
Thread.cpp Use pthread_setname_np. 2013-08-29 16:30:32 -04:00
Thread.h
Thunk.h
Timer.cpp A bunch of trivial changes to fix clang warnings. 2013-09-01 22:58:33 -04:00
Timer.h A bunch of trivial changes to fix clang warnings. 2013-09-01 22:58:33 -04:00
Version.cpp
x64ABI.cpp
x64ABI.h
x64Analyzer.cpp Remove accessType from BackPatch's signature in favor of getting it from DisassembleMov. 2013-09-02 16:55:22 -04:00
x64Analyzer.h Remove accessType from BackPatch's signature in favor of getting it from DisassembleMov. 2013-09-02 16:55:22 -04:00
x64CPUDetect.cpp Fix the fix to AVX support detection 2013-08-22 01:08:14 +02:00
x64Emitter.cpp
x64Emitter.h
x64FPURoundMode.cpp
x64Thunk.cpp