dolphin/Source/Core/Common/Src
2013-09-08 07:07:15 +00:00
..
Crypto More cleaning. 2013-08-28 01:07:43 +12:00
ArmCPUDetect.cpp Free two memory leaks in ArmCPUDetect.cpp 2013-08-06 18:17:54 -04:00
ArmEmitter.cpp [ARM] Use NEON for loading the values from psq_l, gives a minimal performance increase. This change also begins a new NEONXEmitter for having cleaner support for NEON. 2013-09-08 07:07:15 +00:00
ArmEmitter.h [ARM] Use NEON for loading the values from psq_l, gives a minimal performance increase. This change also begins a new NEONXEmitter for having cleaner support for NEON. 2013-09-08 07:07:15 +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 [Android] Undefine the swaps in Android completely, not just on ARM Android. 2013-07-11 08:58:10 -05:00
CommonPaths.h Merge branch 'master' into wii-network 2013-08-26 00:50:57 +00: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 Work around MSVC bug, and make it less likely to happen again. Ew. 2013-09-01 00:04:50 -04:00
FileUtil.h Work around MSVC bug, and make it less likely to happen again. Ew. 2013-09-01 00:04:50 -04:00
FixedSizeQueue.h
FPURoundMode.h
GenericFPURoundMode.cpp
Hash.cpp Fix a bunch of random typos in comments and logging. 2013-04-19 09:21:45 -04:00
Hash.h
IniFile.cpp IniFile: Don't parse comments after the [Section] brackets 2013-08-11 11:32:10 -04:00
IniFile.h IniFile: Don't parse comments after the [Section] brackets 2013-08-11 11:32:10 -04:00
LinearDiskCache.h
Log.h Merge branch 'master' into wii-network 2013-04-24 00:48:00 +12:00
LogManager.cpp Merge branch 'master' into wii-network 2013-04-24 00:48:00 +12:00
LogManager.h Replace OpenSSL with PolarSSL 2013-08-15 20:47:47 +12:00
MathUtil.cpp Revert "Added optimizations to ClassifyFloat/Double functions in Mathutil.cpp and to PPCCache.cpp" 2013-06-22 12:25:03 +02:00
MathUtil.h
MemArena.cpp [Android] Fix fastmem and enable. 2013-09-02 04:10:21 -05:00
MemArena.h Fix a bunch of random typos in comments and logging. 2013-04-19 09:21:45 -04:00
MemoryUtil.cpp
MemoryUtil.h
Misc.cpp Android Clang doesn't support TLS, so do the same thing as OSX. 2013-04-18 22:52:53 -05:00
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 [Android] Add an about screen that shows build revision. 2013-06-22 22:54:36 -05:00
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 Merge branch 'dspjit' 2013-04-21 12:29:18 +02:00
x64Emitter.h Fix a bunch of random typos in comments and logging. 2013-04-19 09:21:45 -04:00
x64FPURoundMode.cpp
x64Thunk.cpp