dolphin/Source/Core/Common/Src
comex 4c7bbd96e4 Improve ChunkFile.h:
- Add support for std::set and std:pair.

- Switch from std::is_pod to std::is_trivially_copyable, to allow for
  types that have constructors but trivial copy constructors.  Easy,
  except there are three different nonstandard versions of it required
  on different platforms, in addition to the standard one.
2013-10-31 15:40:53 -04:00
..
Crypto Wipe all traces of OpenSSL's AES implementation. Use polarssl instead. 2013-10-27 18:27:07 +00:00
ArmCPUDetect.cpp Free two memory leaks in ArmCPUDetect.cpp 2013-08-06 18:17:54 -04:00
ArmEmitter.cpp Merge branch 'JitArmIL' 2013-10-09 23:16:07 +00:00
ArmEmitter.h Merge branch 'JitArmIL' 2013-10-09 23:16:07 +00:00
Atomic.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
Atomic_GCC.h Add an explicit error message for outdated GCC, and remove some commented out code. 2013-09-23 15:01:38 -04:00
Atomic_Win32.h Improve Atomic.h: 2013-09-22 16:07:45 -04:00
BreakPoints.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
BreakPoints.h Remove some unnecessary includes as well as simplifying exisiting ones if possible. 2013-10-19 19:58:56 -04:00
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 Remove some unnecessary includes as well as simplifying exisiting ones if possible. 2013-10-19 19:58:56 -04:00
ChunkFile.h Improve ChunkFile.h: 2013-10-31 15:40:53 -04:00
ColorUtil.cpp [Common] Abstract out the decode5A3Image and decodeCI8Image functions in BannerLoaderGC, BannerLoaderWii, and GCMemcard into ColorUtil.cpp. Makes for less copied code and remains functionally the same. 2013-10-02 18:18:54 -04:00
ColorUtil.h [Common] Abstract out the decode5A3Image and decodeCI8Image functions in BannerLoaderGC, BannerLoaderWii, and GCMemcard into ColorUtil.cpp. Makes for less copied code and remains functionally the same. 2013-10-02 18:18:54 -04:00
Common.h Don't define _M_IX86 on ARM(!). 2013-09-24 01:30:41 -04:00
CommonFuncs.h Revert "Fixes GCC 4.9 compilation. It now supplies its own _mm_shuffle_epi8 intrinsic." 2013-10-26 19:21:00 -05:00
CommonPaths.h Overlay local gameinis over global gameinis instead of copying. 2013-09-14 17:46:41 +02:00
CommonTypes.h Really fix the Linux build this time. 2013-10-19 19:59:05 -04:00
ConsoleListener.cpp Remove some unnecessary includes as well as simplifying exisiting ones if possible. 2013-10-19 19:58:56 -04:00
ConsoleListener.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
CPUDetect.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
DebugInterface.h Remove some unnecessary includes as well as simplifying exisiting ones if possible. 2013-10-19 19:58:56 -04:00
ExtendedTrace.cpp Fix a stack corruption in ExtendedTrace. 2013-08-08 20:29:20 +02:00
ExtendedTrace.h Remove some unnecessary includes as well as simplifying exisiting ones if possible. 2013-10-19 19:58:56 -04:00
FifoQueue.h Remove FifoQueue iterator and RemoveThreadsafeEvents. 2013-09-22 23:14:42 -04:00
FileSearch.cpp Remove some more includes. 2013-10-19 19:59:03 -04:00
FileSearch.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
FileUtil.cpp Remove some more includes. 2013-10-19 19:59:03 -04:00
FileUtil.h Try to atomically save config files. 2013-10-15 02:59:25 -04:00
FixedSizeQueue.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
FPURoundMode.h Remove some unnecessary includes as well as simplifying exisiting ones if possible. 2013-10-19 19:58:56 -04:00
GenericFPURoundMode.cpp ARM Support without GLSL 2013-02-26 13:49:00 -06:00
Hash.cpp Fix a bunch of random typos in comments and logging. 2013-04-19 09:21:45 -04:00
Hash.h Fix Linux build. 2013-10-19 19:59:04 -04:00
IniFile.cpp Try to atomically save config files. 2013-10-15 02:59:25 -04: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 Only include scmrev.h from Version.cpp. 2013-09-24 01:14:56 -04:00
Log.h Remove some more includes. 2013-10-19 19:59:03 -04: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 Remove some more includes. 2013-10-19 19:59:03 -04:00
MathUtil.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
MemArena.cpp Remove some more includes. 2013-10-19 19:59:03 -04:00
MemArena.h Fix a bunch of random typos in comments and logging. 2013-04-19 09:21:45 -04:00
MemoryUtil.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
MemoryUtil.h Remove some more includes. 2013-10-19 19:59:03 -04:00
Misc.cpp Fix an issue where my recent changes would cause compilation to fail on some distros of Linux. 2013-10-20 16:32:40 -04:00
MsgHandler.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
MsgHandler.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
NandPaths.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
NandPaths.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
SDCardUtil.cpp Hopefully fix all filename handling to support Unicode. 2013-02-27 20:03:06 -06:00
SDCardUtil.h Remove some unnecessary includes as well as simplifying exisiting ones if possible. 2013-10-19 19:58:56 -04:00
SettingsHandler.cpp Remove some more includes. 2013-10-19 19:59:03 -04:00
SettingsHandler.h Remove some more includes. 2013-10-19 19:59:03 -04:00
stdafx.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
stdafx.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
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 Remove some more includes. 2013-10-19 19:59:03 -04:00
StringUtil.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
SymbolDB.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
SymbolDB.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
SysConf.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
SysConf.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
Thread.cpp Fix my fix. 2013-10-20 16:42:30 -04:00
Thread.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
Timer.cpp Remove some more includes. 2013-10-19 19:59:03 -04:00
Timer.h Remove some unnecessary includes as well as simplifying exisiting ones if possible. 2013-10-19 19:58:56 -04:00
Version.cpp Only include scmrev.h from Version.cpp. 2013-09-24 01:14:56 -04:00
x64ABI.cpp Remove some more includes. 2013-10-19 19:59:03 -04:00
x64ABI.h ...Forgot the XMM regs for x86. 2013-10-05 01:17:34 -04:00
x64Analyzer.cpp Fastmem writes for x86-64. 2013-09-25 03:15:53 -04:00
x64Analyzer.h Remove some more includes. 2013-10-19 19:59:03 -04:00
x64CPUDetect.cpp [Android] Fix MIPS compiling. 2013-10-21 09:52:43 -05:00
x64Emitter.cpp Finish replacing ThunkManager with ABI_PushRegistersAndAdjustStack. 2013-10-03 18:22:35 -04:00
x64Emitter.h Finish replacing ThunkManager with ABI_PushRegistersAndAdjustStack. 2013-10-03 18:22:35 -04:00
x64FPURoundMode.cpp Fix build issues on OS X i386. 2013-10-07 02:16:51 -04:00