dolphin/Source/Core/Common
Tillmann Karras 7a66a3ded1 ArmEmitter: make it more readable 2014-02-28 12:43:22 +01:00
..
Crypto Crypto: small cleanup 2014-02-28 12:43:22 +01:00
ArmCPUDetect.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
ArmEmitter.cpp ArmEmitter: make it more readable 2014-02-28 12:43:22 +01:00
ArmEmitter.h Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
Atomic.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
Atomic_GCC.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
Atomic_Win32.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
BreakPoints.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
BreakPoints.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
CDUtils.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
CDUtils.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
CMakeLists.txt Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
CPUDetect.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
ChunkFile.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
ColorUtil.cpp Fix more header sorting issues in Common/ (now check-includes clean). 2014-02-20 01:01:10 +01:00
ColorUtil.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Common.h Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
Common.vcxproj Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
Common.vcxproj.filters Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
CommonFuncs.h Fix the Windows build in relation to the recent changes. 2014-02-20 01:01:11 +01:00
CommonPaths.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
CommonTypes.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
ConsoleListener.cpp Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
ConsoleListener.h Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
DebugInterface.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
ExtendedTrace.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
ExtendedTrace.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
FPURoundMode.h Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
FifoQueue.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
FileSearch.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
FileSearch.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
FileUtil.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
FileUtil.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
FixedSizeQueue.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
GenericFPURoundMode.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
Hash.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Hash.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
IniFile.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
IniFile.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
LinearDiskCache.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
Log.h Second and final pass of clearing out tabs. 2014-02-17 02:19:41 -05:00
LogManager.cpp Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
LogManager.h Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
MathUtil.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
MathUtil.h MathUtil: Change Log2 return value to int 2014-02-26 11:37:28 +01:00
MemArena.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
MemArena.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
MemoryUtil.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
MemoryUtil.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
Misc.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
MsgHandler.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
MsgHandler.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
NandPaths.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
NandPaths.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
SCMRevGen.vcxproj Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
SDCardUtil.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
SDCardUtil.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SettingsHandler.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
SettingsHandler.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
StdConditionVariable.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
StdMutex.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
StdThread.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
StringUtil.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
StringUtil.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
SymbolDB.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
SymbolDB.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
SysConf.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
SysConf.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
Thread.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Thread.h Fix more header sorting issues in Common/ (now check-includes clean). 2014-02-20 01:01:10 +01:00
Timer.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
Timer.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Version.cpp Fix more header sorting issues in Common/ (now check-includes clean). 2014-02-20 01:01:10 +01:00
make_scmrev.h.js Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
stdafx.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
stdafx.h Fix more header sorting issues in Common/ (now check-includes clean). 2014-02-20 01:01:10 +01:00
x64ABI.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
x64ABI.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
x64Analyzer.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
x64Analyzer.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
x64CPUDetect.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
x64Emitter.cpp Merge pull request #25 from Tilka/ppc_fp 2014-02-23 04:15:37 +01:00
x64Emitter.h Merge pull request #25 from Tilka/ppc_fp 2014-02-23 04:15:37 +01:00
x64FPURoundMode.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00