dolphin/Source/Core/Common/Src
Soren Jorvang 4bf07838a8 Use abspath when deleting the old Source..svnrev.h.
Makes no difference for me with SCons 2.0.1,
but maybe it does with other versions.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6717 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-01 22:47:29 +00:00
..
Crypto Move AES to common lib 2010-12-22 06:00:36 +00:00
ABI.cpp ABI fix for Linux x64. ABI_CallFunctionCC16 was not calculating the jump distance on far calls. 2010-12-17 05:16:51 +00:00
ABI.h
Atomic_GCC.h Core/DSPCore: Improve Interpreter address register add/sub, convert to 2010-12-27 15:05:18 +00:00
Atomic_Win32.h
Atomic.h
BreakPoints.cpp
BreakPoints.h
CDUtils.cpp
CDUtils.h
ChunkFile.h First pass at dealing with different size_t/off_t sizes in C90 environments. 2010-12-05 15:59:11 +00:00
ColorUtil.cpp
ColorUtil.h
Common.h Changed macro for disallowing copy-ctor and =operator into an inheritable class. Removed IrPointer.ini (no longer used) 2010-11-15 05:29:10 +00:00
CommonFuncs.h Second attempt at issue 3458. Fixes issue 3458. 2010-12-04 03:50:55 +00:00
CommonPaths.h Use the same code for populating user data directories one by one 2010-12-27 00:26:52 +00:00
CommonTypes.h
ConsoleListener.cpp Revert back to LogTypes. Fixes issue 3668. 2010-12-14 17:52:01 +00:00
ConsoleListener.h Revert back to LogTypes. Fixes issue 3668. 2010-12-14 17:52:01 +00:00
CPUDetect.cpp Related to CPUID detecting: 2010-12-19 15:06:30 +00:00
CPUDetect.h **Changes** 2010-12-18 18:23:22 +00:00
DebugInterface.h
DynamicLibrary.cpp allow gcc to check the format of args being passed to MsgAlert and GenericLog. Fixed nearly all warnings that arose from this, as well as some preexisting ones (some were actually crashes and/or bugs...) 2010-12-05 09:04:34 +00:00
DynamicLibrary.h
ExtendedTrace.cpp
ExtendedTrace.h
FifoQueue.h
FileSearch.cpp
FileSearch.h
FileUtil.cpp fixed crash when compressing 4+gb isos on some builds 2010-12-31 10:40:49 +00:00
FileUtil.h Fix TextureDecoder.cl to work on both NVidia and ATI video cards. 2010-12-19 14:59:57 +00:00
FixedSizeQueue.h
Hash.cpp
Hash.h
IniFile.cpp StringUtil cleanup. Nothing seems broken. 2010-11-10 04:12:31 +00:00
IniFile.h
LinearDiskCache.h Fix issue with LinearDiskCache where only new files could be written to, Append() would fail on previously existing cache files. 2010-12-30 07:32:16 +00:00
Log.h Revert back to LogTypes. Fixes issue 3668. 2010-12-14 17:52:01 +00:00
LogManager.cpp Core/DSPCore: Improve Interpreter address register add/sub, convert to 2010-12-27 15:05:18 +00:00
LogManager.h Core/DSPCore: Improve Interpreter address register add/sub, convert to 2010-12-27 15:05:18 +00:00
MathUtil.cpp
MathUtil.h
MemArena.cpp
MemArena.h
MemoryUtil.cpp StringUtil cleanup. Nothing seems broken. 2010-11-10 04:12:31 +00:00
MemoryUtil.h
Misc.cpp
MsgHandler.cpp
MsgHandler.h allow gcc to check the format of args being passed to MsgAlert and GenericLog. Fixed nearly all warnings that arose from this, as well as some preexisting ones (some were actually crashes and/or bugs...) 2010-12-05 09:04:34 +00:00
NandPaths.cpp Update Wii save import / export to use the same replace list as FileIO 2010-12-22 00:48:59 +00:00
NandPaths.h Update Wii save import / export to use the same replace list as FileIO 2010-12-22 00:48:59 +00:00
OpenCL.cpp Cached the compiled OpenCL kernels to disk (User/OpenCL/kernel.bin). This reduces the start up delay in OpenCL mode. Added a 10 byte header to the file which contains the current svn rev string. This will recompile the OpenCL kernels with every new revision. 2010-12-19 11:03:09 +00:00
OpenCL.h CLRun is now used everywhere but OS X. 2010-12-05 16:57:32 +00:00
Plugin.cpp
Plugin.h
PluginDSP.cpp
PluginDSP.h
PluginVideo.cpp
PluginVideo.h
SConscript Use abspath when deleting the old Source..svnrev.h. 2011-01-01 22:47:29 +00:00
SDCardUtil.cpp allow gcc to check the format of args being passed to MsgAlert and GenericLog. Fixed nearly all warnings that arose from this, as well as some preexisting ones (some were actually crashes and/or bugs...) 2010-12-05 09:04:34 +00:00
SDCardUtil.h
Setup.h
stdafx.cpp
stdafx.h
StringUtil.cpp Fix StringFromFormat hopefully for the last time. This should be more efficient than before. Thanks to shuffle2 for the windows code. 2010-11-11 04:59:50 +00:00
StringUtil.h OS X std::locale only supports the "C" locale and will give an exception 2010-12-19 16:11:55 +00:00
svnrev_template.h
SymbolDB.cpp Cast size_t to unsigned long for printf to deal with (32-bit) 2010-12-05 18:22:41 +00:00
SymbolDB.h
SysConf.cpp allow gcc to check the format of args being passed to MsgAlert and GenericLog. Fixed nearly all warnings that arose from this, as well as some preexisting ones (some were actually crashes and/or bugs...) 2010-12-05 09:04:34 +00:00
SysConf.h Add the ability to Get / Set Array data from SysConf 2010-12-22 08:00:08 +00:00
Thread.cpp First pass at dealing with different size_t/off_t sizes in C90 environments. 2010-12-05 15:59:11 +00:00
Thread.h Revert to gettimeofday on posix systems. I give up. 2010-11-22 02:42:53 +00:00
Thunk.cpp
Thunk.h
Timer.cpp Layout should not be called until after a sizer is inserted into its parent. This fixes the "gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17" type console warnings that are annoying on linux. If there are issues with this on other platforms let me know, but there shouldn't be. 2010-11-22 15:25:59 +00:00
Timer.h
Version.cpp
x64Analyzer.cpp
x64Analyzer.h
x64Emitter.cpp Core/DSPCore: Fix more memory accesses for linux x64 2010-12-16 22:38:31 +00:00
x64Emitter.h Core/DSPCore: Reorganize register layout for accessing accumulators 2010-12-29 02:12:06 +00:00