dolphin/Source/Core/Common
Tillmann Karras d05e205a24 FPURoundMode: revert use of enums in bit-fields
The workaround of using fixed underlying types produces lots of warnings
in GCC because now the bit-fields are too small for the value range used
for conversion semantics.
2014-03-09 15:24:35 +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 Change the DebugInterface, PPCDebugInterface, and DSPDebugInterface to use CamelCase names. 2014-03-03 00:39:08 -05: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
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
CMakeLists.txt Fix MAC address reading on Windows. 2014-03-07 21:40:59 +13: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 windows: move arch defines to base.props 2014-03-06 14:37:40 -08:00
Common.vcxproj Fix MAC address reading on Windows. 2014-03-07 21:40:59 +13:00
Common.vcxproj.filters Fix MAC address reading on Windows. 2014-03-07 21:40:59 +13:00
CommonFuncs.h Make our architecture defines less stupid. 2014-03-04 09:36:59 -06: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
CPUDetect.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
DebugInterface.h Add ClearAllMemChecks to DebugInterface 2014-03-05 21:50:23 -05:00
ExtendedTrace.cpp Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
ExtendedTrace.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05: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
FPURoundMode.h FPURoundMode: revert use of enums in bit-fields 2014-03-09 15:24:35 +01:00
GenericFPURoundMode.cpp FPURoundMode: revert use of enums in bit-fields 2014-03-09 15:24:35 +01:00
Hash.cpp Make our architecture defines less stupid. 2014-03-04 09:36:59 -06: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
make_scmrev.h.js Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05: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 Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
MemArena.cpp Make our architecture defines less stupid. 2014-03-04 09:36:59 -06: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 Make our architecture defines less stupid. 2014-03-04 09:36:59 -06: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
Network.cpp Fix MAC address reading on Windows. 2014-03-07 21:40:59 +13:00
Network.h Fix MAC address reading on Windows. 2014-03-07 21:40:59 +13: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
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
StdConditionVariable.h Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
StdMutex.h Make our architecture defines less stupid. 2014-03-04 09:36:59 -06: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 Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
x64ABI.cpp x64ABI: Add two more CallFunction functions (for additional parameter types). 2014-03-08 23:32:43 +01:00
x64ABI.h Make our architecture defines less stupid. 2014-03-04 09:36:59 -06: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 our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
x64Emitter.cpp Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
x64Emitter.h x64Emitter: Add functions to call a C++ std::function from JITed code 2014-03-08 23:32:43 +01:00
x64FPURoundMode.cpp FPURoundMode: revert use of enums in bit-fields 2014-03-09 15:24:35 +01:00
XSaveWorkaround.cpp Implement workaround for Windows versions which do not support XSAVE. 2014-03-06 14:38:10 -08:00