dolphin/Source/Core/Common/Src
Shawn Hoffman ccd30024b3 Update to VS2013 and a slew of build-related updates. Notes:
* Currently there is no DEBUGFAST configuration. Defining DEBUGFAST as a preprocessor definition in Base.props (or a global header) enables it for now, pending a better method. This was done to make managing the build harder to screw up. However it may not even be an issue anymore with the new .props usage.
* D3DX11SaveTextureToFile usage is dropped and not replaced.
* If you have $(DXSDK_DIR) in your global property sheets (Microsoft.Cpp.$(PlatformName).user), you need to remove it. The build will error out with a message if it's configured incorrectly.
* If you are on Windows 8 or above, you no longer need the June 2010 DirectX SDK installed to build dolphin. If you are in this situation, it is still required if you want your built binaries to be able to use XAudio2 and XInput on previous Windows versions.
* GLew updated to 1.10.0
* compiler switches added: /volatile:iso, /d2Zi+
* LTCG available via msbuild property: DolphinRelease
* SDL updated to 2.0.0
* All Externals (excl. OpenAL and SDL) are built from source.
* Now uses STL version of std::{mutex,condition_variable,thread}
* Now uses Build as root directory for *all* intermediate files
* Binary directory is populated as post-build msbuild action
* .gitignore is simplified
* UnitTests project is no longer compiled
2013-10-26 17:55:38 -07: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 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 New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -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 Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
StdConditionVariable.h Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
StdMutex.h Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
StdThread.h Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07: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